[dmd-internals] [D-Programming-Language/dmd] 99e5c8: mark synchronized as nothrow

GitHub via dmd-internals dmd-internals at puremagic.com
Sun Feb 15 13:37:47 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 99e5c830eca4f9e067e1eba2f255d16cf6764b76
      https://github.com/D-Programming-Language/dmd/commit/99e5c830eca4f9e067e1eba2f255d16cf6764b76
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-02-15 (Sun, 15 Feb 2015)

  Changed paths:
    M src/statement.c
    M test/runnable/test4.d

  Log Message:
  -----------
  mark synchronized as nothrow

- also added @nogc as test-case
- not @safe/pure because the mutex is __gshared data


  Commit: f47c8f60706f89c012512836ea555821685e63bd
      https://github.com/D-Programming-Language/dmd/commit/f47c8f60706f89c012512836ea555821685e63bd
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2015-02-15 (Sun, 15 Feb 2015)

  Changed paths:
    M src/statement.c
    M test/runnable/test4.d

  Log Message:
  -----------
  Merge pull request #4414 from MartinNowak/nothrowSync

mark synchronized as nothrow


Compare: https://github.com/D-Programming-Language/dmd/compare/b76633a7a575...f47c8f60706f


More information about the dmd-internals mailing list