-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Emitter: Make EmitterFunction use a scope parameter Because we're giving it the address of this, and DIP1000 isn't happy about this. * Emitter: Do not use `with` statement Besides lowering readability, it seems that the lowering sometimes conflict with `-preview=dip1000` and triggers a false positive, as the compiler sees the address of a `scope` struct being taken. * Use a vendored version of std.sumtype Since we had to fix it upstream for things to work, we either neeed to wait for v2.101.0 (not yet released as of July 13th) to be the latest supported version, which should take 10 releases, or go the vendoring route. * Make D-YAML compile with `-preview=dip1000` It's time to join the cool kids.
- Loading branch information
Showing
8 changed files
with
2,717 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.