June 14, 2014 [dmd-internals] [D-Programming-Language/dmd] a30376: [Refactoring] Separate test case for issue 3882 an... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: a30376f35f2b302280daf2796ba5c8a680a599ac https://github.com/D-Programming-Language/dmd/commit/a30376f35f2b302280daf2796ba5c8a680a599ac Author: k-hara <k.hara.pg@gmail.com> Date: 2014-06-14 (Sat, 14 Jun 2014) Changed paths: A test/compilable/warn3882.d M test/fail_compilation/fail3882.d Log Message: ----------- [Refactoring] Separate test case for issue 3882 and relates Commit: f4cb15c0e9fe277b9dcdc4a8f5d473364463fbfc https://github.com/D-Programming-Language/dmd/commit/f4cb15c0e9fe277b9dcdc4a8f5d473364463fbfc Author: k-hara <k.hara.pg@gmail.com> Date: 2014-06-14 (Sat, 14 Jun 2014) Changed paths: M src/mtype.c Log Message: ----------- [Refactoring] TypeFunction::purityLevel Commit: 20feb28801935b27cc26df279de09f14abaa8509 https://github.com/D-Programming-Language/dmd/commit/20feb28801935b27cc26df279de09f14abaa8509 Author: k-hara <k.hara.pg@gmail.com> Date: 2014-06-14 (Sat, 14 Jun 2014) Changed paths: M src/mtype.c M test/compilable/warn3882.d M test/fail_compilation/fail3882.d Log Message: ----------- fix Issue 12909 - [AA] Function is incorrectly inferred as strongly pure for associative array with key of non-mutable array or pointer as argument Commit: fd44afb7d8735a67be48ea4496fabda03166f2fc https://github.com/D-Programming-Language/dmd/commit/fd44afb7d8735a67be48ea4496fabda03166f2fc Author: k-hara <k.hara.pg@gmail.com> Date: 2014-06-14 (Sat, 14 Jun 2014) Changed paths: M test/compilable/warn3882.d Log Message: ----------- fix Issue 12910 - [AA] `rehash` is incorrectly inferred as strongly pure for some associative arrays Commit: 27fc0660064d0ba0acc34081165e806d8afec8f2 https://github.com/D-Programming-Language/dmd/commit/27fc0660064d0ba0acc34081165e806d8afec8f2 Author: David Nadlinger <code@klickverbot.at> Date: 2014-06-14 (Sat, 14 Jun 2014) Changed paths: M src/mtype.c A test/compilable/warn3882.d M test/fail_compilation/fail3882.d Log Message: ----------- Merge pull request #3667 from 9rnsr/fix12909 Issue 12909 & 12910 - fix purity level calculation for AA parameter Compare: https://github.com/D-Programming-Language/dmd/compare/7d363bbad32c...27fc0660064d |
Copyright © 1999-2021 by the D Language Foundation