GitHub | 22 May 06:55

[D-Programming-Language/dmd] 4351a5: refactor verror

  Branch: refs/heads/dmd-1.x
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 4351a58bcee8c4c7f66fa27caa1446d8fdd8e6e8
      https://github.com/D-Programming-Language/dmd/commit/4351a58bcee8c4c7f66fa27caa1446d8fdd8e6e8
  Author: Walter Bright <walter <at> walterbright.com>
  Date:   2012-05-21 (Mon, 21 May 2012)

  Changed paths:
    M src/dsymbol.c
    M src/dsymbol.h
    M src/lexer.c
    M src/lexer.h
    M src/mars.c
    M src/mars.h

  Log Message:
  -----------
  refactor verror

_______________________________________________
dmd-internals mailing list
dmd-internals <at> puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals
GitHub | 22 May 06:55

[D-Programming-Language/dmd] 42d896: refactor verror

  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 42d8967c2c08baa93b90df147defb4a12d427d40
      https://github.com/D-Programming-Language/dmd/commit/42d8967c2c08baa93b90df147defb4a12d427d40
  Author: Walter Bright <walter <at> walterbright.com>
  Date:   2012-05-21 (Mon, 21 May 2012)

  Changed paths:
    M src/dsymbol.c
    M src/dsymbol.h
    M src/lexer.c
    M src/lexer.h
    M src/mars.c
    M src/mars.h

  Log Message:
  -----------
  refactor verror

_______________________________________________
dmd-internals mailing list
dmd-internals <at> puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals
GitHub | 21 May 23:58

[D-Programming-Language/dmd] a235ba: fix Issue 7922 - alias this causes weird formattin...

  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: a235ba424a9095b5ca2cc08f6c3444354c1a0013
      https://github.com/D-Programming-Language/dmd/commit/a235ba424a9095b5ca2cc08f6c3444354c1a0013
  Author: k-hara <k.hara.pg <at> gmail.com>
  Date:   2012-04-30 (Mon, 30 Apr 2012)

  Changed paths:
    M src/declaration.c
    M src/opover.c
    M test/runnable/aliasthis.d

  Log Message:
  -----------
  fix Issue 7922 - alias this causes weird formatting issues for strings

This was a regression of fixing 7583, and redundant copy of syntax tree have been made this problem.
So I revert efd4711 + cd7dfca, and add necessary and sufficient copy.

  Commit: 3ecc1f3fbfd1d821bd647bde2e9d4adbcf9f2b9d
      https://github.com/D-Programming-Language/dmd/commit/3ecc1f3fbfd1d821bd647bde2e9d4adbcf9f2b9d
  Author: Walter Bright <walter <at> walterbright.com>
  Date:   2012-05-21 (Mon, 21 May 2012)

  Changed paths:
    M src/declaration.c
    M src/opover.c
    M test/runnable/aliasthis.d

  Log Message:
(Continue reading)

GitHub | 21 May 23:00

[D-Programming-Language/dmd] bcc6ee: merge D2 pull #961

  Branch: refs/heads/dmd-1.x
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: bcc6ee4284bbf8f9876cbef02cf6acae34358835
      https://github.com/D-Programming-Language/dmd/commit/bcc6ee4284bbf8f9876cbef02cf6acae34358835
  Author: Walter Bright <walter <at> walterbright.com>
  Date:   2012-05-21 (Mon, 21 May 2012)

  Changed paths:
    M src/expression.c
    M src/expression.h
    M src/mtype.c

  Log Message:
  -----------
  merge D2 pull #961

_______________________________________________
dmd-internals mailing list
dmd-internals <at> puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals
GitHub | 21 May 23:00

[D-Programming-Language/dmd] ad84e0: merge with D1

  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: ad84e0d9be3de8d368816d5f0a2f5e17c6623215
      https://github.com/D-Programming-Language/dmd/commit/ad84e0d9be3de8d368816d5f0a2f5e17c6623215
  Author: Walter Bright <walter <at> walterbright.com>
  Date:   2012-05-21 (Mon, 21 May 2012)

  Changed paths:
    M src/expression.c

  Log Message:
  -----------
  merge with D1

_______________________________________________
dmd-internals mailing list
dmd-internals <at> puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals
GitHub | 21 May 21:19

[D-Programming-Language/dmd] df406f: fix Issue 2472 - Delegates are not lvalue.

  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: df406f1de78236092fee2a311a806a1226a596d8
      https://github.com/D-Programming-Language/dmd/commit/df406f1de78236092fee2a311a806a1226a596d8
  Author: k-hara <k.hara.pg <at> gmail.com>
  Date:   2012-05-21 (Mon, 21 May 2012)

  Changed paths:
    M src/mtype.c
    M test/runnable/delegate.d

  Log Message:
  -----------
  fix Issue 2472 - Delegates are not lvalue.

  Commit: acc992258b592f4f9ed849a1064c3066993ab196
      https://github.com/D-Programming-Language/dmd/commit/acc992258b592f4f9ed849a1064c3066993ab196
  Author: Walter Bright <walter <at> walterbright.com>
  Date:   2012-05-21 (Mon, 21 May 2012)

  Changed paths:
    M src/mtype.c
    M test/runnable/delegate.d

  Log Message:
  -----------
  Merge pull request #961 from 9rnsr/fix2472

Issue 2472 - Delegates are not lvalue.

(Continue reading)

Alex Rønne Petersen | 21 May 10:50
Picon

The pull auto tester and broken master builds

Hi,

Would it be possible to make the pull request auto tester *not* run
tests on broken master branches? It seems horribly inefficient that
everything has to be retested after master is fixed again.

(http://d.puremagic.com/test-results/pulls.ghtml ...)

Regards,
Alex
GitHub | 21 May 10:33

[D-Programming-Language/dmd] 6c6604: merge D2 pull #959 and fix

  Branch: refs/heads/dmd-1.x
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 6c660469648fb75c8799722f88141a6bc102d9be
      https://github.com/D-Programming-Language/dmd/commit/6c660469648fb75c8799722f88141a6bc102d9be
  Author: Walter Bright <walter <at> walterbright.com>
  Date:   2012-05-21 (Mon, 21 May 2012)

  Changed paths:
    M src/attrib.c
    M src/builtin.c
    M src/cast.c
    M src/class.c
    M src/cond.c
    M src/constfold.c
    M src/cppmangle.c
    M src/doc.c
    M src/expression.c
    M src/hdrgen.h
    M src/inifile.c
    M src/inline.c
    M src/interpret.c
    M src/lexer.c
    M src/libelf.c
    M src/libmach.c
    M src/libomf.c
    M src/mars.c
    M src/mtype.c
    M src/opover.c
    M src/parse.c
    M src/posix.mak
(Continue reading)

GitHub | 21 May 10:29

[D-Programming-Language/dmd] 99b530: fix pull #959

  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 99b530e56690116b45ca68f499ef8f1add57170a
      https://github.com/D-Programming-Language/dmd/commit/99b530e56690116b45ca68f499ef8f1add57170a
  Author: Walter Bright <walter <at> walterbright.com>
  Date:   2012-05-21 (Mon, 21 May 2012)

  Changed paths:
    M src/cppmangle.c
    M src/doc.c
    M src/inifile.c
    M src/libelf.c
    M src/libmach.c
    M src/mars.c
    M src/mtype.c
    M src/root/root.c
    M src/root/stringtable.h

  Log Message:
  -----------
  fix pull #959

_______________________________________________
dmd-internals mailing list
dmd-internals <at> puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals
GitHub | 21 May 07:37

[D-Programming-Language/dmd] 25984b: Updated documentation for do_test.sh.

  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 25984badca2821b069c0452cca6f16d7fceb61c7
      https://github.com/D-Programming-Language/dmd/commit/25984badca2821b069c0452cca6f16d7fceb61c7
  Author: David Held <github <at> wyntrmute.com>
  Date:   2012-05-19 (Sat, 19 May 2012)

  Changed paths:
    M test/do_test.sh

  Log Message:
  -----------
  Updated documentation for do_test.sh.

  Commit: 8143fb746e9acb3d11a1ab38ef532a7d327d1b15
      https://github.com/D-Programming-Language/dmd/commit/8143fb746e9acb3d11a1ab38ef532a7d327d1b15
  Author: David Held <github <at> wyntrmute.com>
  Date:   2012-05-20 (Sun, 20 May 2012)

  Changed paths:
    M src/attrib.c
    M src/builtin.c
    M src/cast.c
    M src/class.c
    M src/cond.c
    M src/constfold.c
    M src/expression.c
    M src/hdrgen.h
    M src/inline.c
    M src/interpret.c
(Continue reading)

GitHub | 21 May 07:15

[D-Programming-Language/dmd] a720b3: fix lexer hang

  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: a720b3b1844f2b1a6d8945f818ec4342e8361adc
      https://github.com/D-Programming-Language/dmd/commit/a720b3b1844f2b1a6d8945f818ec4342e8361adc
  Author: Walter Bright <walter <at> walterbright.com>
  Date:   2012-05-20 (Sun, 20 May 2012)

  Changed paths:
    M src/lexer.c
    A test/fail_compilation/fail359.d

  Log Message:
  -----------
  fix lexer hang

_______________________________________________
dmd-internals mailing list
dmd-internals <at> puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Gmane