March 11, 2015 [phobos] [D-Programming-Language/phobos] 37e304: Fix mixed package protection in std.regex | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 37e304e2df4dba3840ce36c62ea5cc9aeb8c56f6 https://github.com/D-Programming-Language/phobos/commit/37e304e2df4dba3840ce36c62ea5cc9aeb8c56f6 Author: Mihails Strasuns <mihails.strasuns.contractor@sociomantic.com> Date: 2015-03-11 (Wed, 11 Mar 2015) Changed paths: M std/regex/internal/ir.d Log Message: ----------- Fix mixed package protection in std.regex This code worked before because of bug in qualifiied package protection implementation in DMD which resulted in merging protection levels of aggregates and their member symbols. Commit: 0c735c196bbaea7a6fc3ba0408e7cacc46f787e5 https://github.com/D-Programming-Language/phobos/commit/0c735c196bbaea7a6fc3ba0408e7cacc46f787e5 Author: Hara Kenji <k.hara.pg+dev@gmail.com> Date: 2015-03-11 (Wed, 11 Mar 2015) Changed paths: M std/regex/internal/ir.d Log Message: ----------- Merge pull request #3048 from mihails-strasuns-sociomantic/regex-package Fix mixed package protection in std.regex Compare: https://github.com/D-Programming-Language/phobos/compare/38453e82adfd...0c735c196bba |
Copyright © 1999-2021 by the D Language Foundation