Skip to content

Commit

Permalink
Merge pull request #2015 from MartinNowak/merge_stable
Browse files Browse the repository at this point in the history
merge stable
  • Loading branch information
wilzbach authored Sep 25, 2020
2 parents 29d33f2 + e919280 commit df1c769
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 48 deletions.
5 changes: 0 additions & 5 deletions changelog/add_x86_omf.dd

This file was deleted.

9 changes: 0 additions & 9 deletions changelog/dub-remove.dd

This file was deleted.

8 changes: 0 additions & 8 deletions changelog/enforce_proper_package_loading.dd

This file was deleted.

16 changes: 0 additions & 16 deletions changelog/git-paths.dd

This file was deleted.

8 changes: 0 additions & 8 deletions changelog/version.dd

This file was deleted.

2 changes: 1 addition & 1 deletion source/dub/version_.d
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
module dub.version_;
enum dubVersion = "v1.23.0-rc.1";
enum dubVersion = "v1.23.0";
4 changes: 3 additions & 1 deletion test/issue1531-toolchain-requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,14 @@ EOF

# pass test compiler requirement given as $1
function test_cl_req_pass {
echo "Expecting success on '$DC $1'" 2>&1
write_cl_req $1
$DUB --compiler=$DC --root=$TMPDIR || die $LINENO "Did not pass with $DC_NAME=\"$1\""
$DUB build -q --compiler=$DC --root=$TMPDIR || die $LINENO "Did not pass with $DC_NAME=\"$1\""
}

# fail test compiler requirement given as $1
function test_cl_req_fail {
echo "Expecting failure on '$DC $1'" 2>&1
write_cl_req $1
! $DUB --compiler=$DC --root=$TMPDIR || die $LINENO "Did not fail with $DC_NAME=\"$1\""
}
Expand Down

0 comments on commit df1c769

Please sign in to comment.