Skip to content

Commit

Permalink
Merge pull request #12 from aminya/no-dip1021 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Jul 7, 2021
2 parents 4f6df3a + 31b2eed commit d27ef2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os:
- windows-latest
- macos-latest
# - ubuntu-latest # https://github.com/ldc-developers/ldc/issues/3780
- ubuntu-latest
d:
- "ldc-beta"
node:
Expand All @@ -22,12 +22,6 @@ jobs:
- 6
clang:
- 12
include:
# dmd
- os: ubuntu-latest
d: dmd-latest
node: 16
pnpm: 6
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ configuration "library" {
// enables all disp except =nosharedaccess
dflags "-vgc" "-preview=dip25" "-preview=dip1000" "-preview=dip1008" "-preview=fieldwise" "-preview=fixAliasThis" "-preview=intpromote" "-preview=rvaluerefparam" "-preview=in"
/* dflags "-preview=inclusiveincontracts" platform="dmd" // only on dmd */
dflags "-preview=dip1021" platform="posix-ldc" // "-preview=dip1021" breaks the build in other cases
/* dflags "-preview=dip1021" platform="posix-ldc" // "breaks the build */


buildType "debug-sanitize-address" platform="ldc" {
Expand Down

0 comments on commit d27ef2f

Please sign in to comment.