[phobos] [D-Programming-Language/phobos] 628c5e: It appears that whoever changed the name of the ra...
GitHub
noreply at github.com
Wed Sep 4 07:56:54 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 628c5e81980df9b4b276093473ef57b70c6dd3f4
https://github.com/D-Programming-Language/phobos/commit/628c5e81980df9b4b276093473ef57b70c6dd3f4
Author: Orvid King <blah38621 at gmail.com>
Date: 2013-08-23 (Fri, 23 Aug 2013)
Changed paths:
M std/encoding.d
Log Message:
-----------
It appears that whoever changed the name of the range parameter to encode didn't rename the parameter everywhere in the function.
Commit: e3ecef94197516bdb56bf78de306027092906f16
https://github.com/D-Programming-Language/phobos/commit/e3ecef94197516bdb56bf78de306027092906f16
Author: Orvid King <blah38621 at gmail.com>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
M std/encoding.d
Log Message:
-----------
Changed an assert to a static assert, to cause an error at compile time rather than runtime,
Commit: f594980aad2e8407218ed7ef68c245a6ac790996
https://github.com/D-Programming-Language/phobos/commit/f594980aad2e8407218ed7ef68c245a6ac790996
Author: Orvid King <blah38621 at gmail.com>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
M std/encoding.d
Log Message:
-----------
Added a set of unit tests to ensure all branches of encode(E, R) get exercised.
Commit: 275b142b8e2219d6be93809186901e0e5d305610
https://github.com/D-Programming-Language/phobos/commit/275b142b8e2219d6be93809186901e0e5d305610
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-09-04 (Wed, 04 Sep 2013)
Changed paths:
M std/encoding.d
Log Message:
-----------
Merge pull request #1514 from Orvid/master
Fix a set of typo's in std.encoding
Compare: https://github.com/D-Programming-Language/phobos/compare/0475a1a2fd27...275b142b8e22
More information about the phobos
mailing list