The Dlang Bot
e80038b9d0
Merge pull request #6687 from John-Colvin/substitute_fix
...
fix substitute for single subrange subst
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
2018-09-05 08:01:10 +02:00
The Dlang Bot
0acc67ae20
Merge pull request #6690 from BBasile/variantn-opop-d2
...
refactor VariantN using D2 style opOpAssign operator overloads
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2018-09-04 08:22:26 +02:00
Basile Burg
9784974742
refactor VariantN using D2 style opOpAssign operator overloads
2018-09-02 16:32:13 +02:00
The Dlang Bot
4873119553
Merge pull request #6684 from Biotronic/issue-19200
...
Fix issue 19200 - Variant operators don't overload correctly
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2018-09-02 09:07:23 +02:00
Martin Nowak
492f91fd51
purge changelog
2018-09-02 01:53:10 +02:00
Nathan Sashihara
af77205b1b
Make PR#6684 pass unittests
2018-09-01 15:17:34 -04:00
The Dlang Bot
ab169cefe5
Merge pull request #6670 from wilzbach/fix-19085
...
Fix Issue 19085 - std.experimental.allocator.makeArray should work with void
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
2018-09-01 20:58:44 +02:00
Nathan Sashihara
9f42f1f686
Simplify newly-added RedBlackTree.toHash
2018-09-01 14:33:41 -04:00
Vlad Vitan
e61f897381
Fix Issue 18683 - no toHash in rbtree
2018-09-01 14:08:33 -04:00
Sebastian Wilzbach
6479a70a3b
Fix Issue 19085 - std.experimental.allocator.makeArray should work with void
2018-09-01 13:50:31 -04:00
The Dlang Bot
e7990e0f79
Merge pull request #6685 from dhasenan/checkedint_opopassign
...
Fix issue 18142 - checkint opOpAssign doesn't accept checkedints
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
2018-09-01 19:14:59 +02:00
shove70
2f20661b0e
Fix Issue 17712 - [REG 2.074] [LINK] Undefined reference to std.conv.toChars!(10, char, 1, uint).toChars(uint)
2018-09-01 12:13:57 -04:00
John Colvin
82c73711a5
fix issue 19207
2018-08-30 11:58:43 +01:00
dhasenan
2ca2824f7e
Fix issue 18142 - checkint opOpAssign doesn't accept checkedints
2018-08-29 13:09:44 -07:00
Biotronic
71fc01cc63
Fix issue 19200
2018-08-28 14:52:02 +02:00
The Dlang Bot
3e3c65d9b9
Merge pull request #6682 from Erikvv/feature/json-boolean-getter-setter
...
Add a getter and setter for booleans in JSON
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2018-08-28 11:07:03 +02:00
The Dlang Bot
4c66e3fd85
Merge pull request #6683 from Erikvv/feature/json-remove-inout
...
Remove inout from JSON valuetype getters
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
2018-08-28 09:27:51 +02:00
Erik van Velzen
1992afb4b1
Remove inout for JSON getters of value types
2018-08-27 20:50:35 -04:00
Erik van Velzen
8e8409f308
Add a getter and setter for booleans in JSON
2018-08-27 20:54:32 +02:00
The Dlang Bot
a5b1928a6e
Merge pull request #6674 from FeepingCreature/fix/Issue-18682-implement-Nullable-toHash
...
[stable] Fix Issue 18682: Forward Nullable.toHash to contained value, if non-null.
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2018-08-27 08:35:33 +02:00
The Dlang Bot
dc40232b60
Merge pull request #6681 from BBasile/pub-symbol-unittest
...
Fix issue 11959 - Set private symbols declared in version(unittest) blocks
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2018-08-26 22:56:44 +02:00
The Dlang Bot
f4c6d5c25e
Merge pull request #6680 from BBasile/issue-11431
...
fix issue 11431 - std.file.slurp fails with Windows newlines
merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
2018-08-26 21:34:16 +02:00
Basile Burg
db819575f1
Fix issue 11959 - Set private symbols declared in version(unittest) blocks
2018-08-26 10:22:11 +02:00
Basile Burg
8ab8b1fa4a
rather check if stripped line is empty
2018-08-25 22:34:24 +02:00
Basile Burg
9ca114d141
fix issue 11431 - std.file.slurp fails with Windows newlines
2018-08-25 19:36:34 +02:00
The Dlang Bot
ae585f767c
Merge pull request #6669 from wilzbach/buildkite
...
Add a special buildkite Makefile target that can be used to run Phobos testsuite on Buildkite
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2018-08-23 14:18:36 +02:00
The Dlang Bot
f4aec67df5
Merge pull request #6645 from wilzbach/unittest-betterC
...
Allow @betterC tests in Phobos
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2018-08-22 15:39:19 +02:00
The Dlang Bot
de389832fb
Merge pull request #6676 from wilzbach/changelog-early-stable
...
[stable] Add a changelog entry for each's early stopping
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2018-08-22 15:21:24 +02:00
Sebastian Wilzbach
5552849162
Add a changelog entry for each's early stopping
2018-08-21 17:44:56 +02:00
Sebastian Wilzbach
eb777d514c
Don't run betterC tests on the auto-tester and only on CircleCi +
...
Buildkite for now.
2018-08-21 17:19:44 +02:00
Sebastian Wilzbach
57d12560c5
Start to add @betterC to std.algorithm.comparison
2018-08-21 17:19:21 +02:00
Sebastian Wilzbach
c0f3b266de
Checkout the respective branch of tools
2018-08-21 17:19:21 +02:00
Sebastian Wilzbach
1302dd54c1
Add @betterC extraction testsuite
2018-08-21 17:19:21 +02:00
The Dlang Bot
a82357ff5c
Merge pull request #6675 from wilzbach/merge_stable
...
Merge remote-tracking branch 'upstream/stable' into merge_stable
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2018-08-21 13:27:28 +02:00
Sebastian Wilzbach
4c19226a94
Merge remote-tracking branch 'upstream/stable' into merge_stable
2018-08-21 12:01:47 +02:00
The Dlang Bot
dc2c899e16
Merge pull request #6664 from look-at-me/master
...
Fix issue 19162 - [REG: 2.079.0] Public Import Overlapping Names Conflict Resolution
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2018-08-21 08:03:32 +02:00
The Dlang Bot
70348a152c
Merge pull request #6667 from wilzbach/fix-dxml
...
Fix dxml regression in multiple arguments skipOver
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2018-08-21 06:58:41 +02:00
Sebastian Wilzbach
6a0a91a813
Use version(TestComplex) as a workaround against issue 18051
2018-08-20 14:09:57 +02:00
Sebastian Wilzbach
d9e4524e06
Reorder abs constraints to avoid the integral promotion deprecation message
2018-08-20 14:09:57 +02:00
Sebastian Wilzbach
eabbc8e949
Add unittest for 19162
2018-08-20 14:09:57 +02:00
look-at-me
1798119abf
Fix issue 19162
2018-08-20 14:09:57 +02:00
Sebastian Wilzbach
eb6d449aa4
Fix dxml regression in multiple arguments skipOver
2018-08-20 14:05:54 +02:00
Mathis Beer
b16ae5b8a5
Fix Issue 18682: Forward Nullable.toHash to contained value, if non-null.
2018-08-20 11:13:25 +02:00
The Dlang Bot
a86b12303b
Merge pull request #6673 from BBasile/issue-18838
...
fix issue 18838 - Formatting the number zero with separator doesn't obey width specifier
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
2018-08-19 21:20:02 +02:00
Basile Burg
6b6d5c15c0
fix issue 18838 - Formatting the number zero with separator doesn't obey width specifier
2018-08-19 19:18:03 +02:00
The Dlang Bot
3aeec9b3e1
Merge pull request #6672 from kinke/stdException
...
[stable] std.exception: Make unittest less brittle
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
2018-08-19 16:40:55 +02:00
The Dlang Bot
daeea6640c
Merge pull request #6668 from wilzbach/changelog-early
...
Add a changelog entry for each's early stopping
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
2018-08-19 16:36:10 +02:00
Martin Kinkelin
70ee50053b
std.exception: Make unittest less brittle
...
It makes sure the source file can be read from when running the tests.
If the path to std/exception.d in the compile-Phobos command line was
relative, this required the testrunner to be run in the same working
directory as when compiling Phobos.
2018-08-19 01:22:08 +02:00
The Dlang Bot
612a37fc39
Merge pull request #6669 from wilzbach/buildkite
...
Add a special buildkite Makefile target that can be used to run Phobos testsuite on Buildkite
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2018-08-17 23:23:20 +02:00
Martin Nowak
15c16110b6
Merge pull request #6671 from MartinNowak/merge_stable
...
Merge remote-tracking branch 'upstream/stable' into merge_stable
2018-08-17 01:31:20 +02:00