August 28, 2013 [phobos] [D-Programming-Language/tools] 32b42e: Use std.regex.replaceAll instead of replace(). | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/tools Commit: 32b42ea0d355d1e94941c0ffcf490bff238af6b9 https://github.com/D-Programming-Language/tools/commit/32b42ea0d355d1e94941c0ffcf490bff238af6b9 Author: H. S. Teoh <hsteoh@quickfur.ath.cx> Date: 2013-08-27 (Tue, 27 Aug 2013) Changed paths: M ddemangle.d Log Message: ----------- Use std.regex.replaceAll instead of replace(). replace() is now deprecated and required the regex to be compiled with specific flags; the new API uses replaceAll(). Commit: 793ebde9ee0ff42e8c34c501e1d2ed8a2b09d8e0 https://github.com/D-Programming-Language/tools/commit/793ebde9ee0ff42e8c34c501e1d2ed8a2b09d8e0 Author: H. S. Teoh <hsteoh@quickfur.ath.cx> Date: 2013-08-27 (Tue, 27 Aug 2013) Changed paths: M ddemangle.d Log Message: ----------- Refactor code to be unittestable. I'm ashamed of the fact that I wrote this program with zero unittests! Commit: 4f762a6ae8f57cef4105b906b4fd985e68397f85 https://github.com/D-Programming-Language/tools/commit/4f762a6ae8f57cef4105b906b4fd985e68397f85 Author: Martin Nowak <code@dawg.eu> Date: 2013-08-28 (Wed, 28 Aug 2013) Changed paths: M ddemangle.d Log Message: ----------- Merge pull request #82 from quickfur/replaceAll Use std.regex.replaceAll instead of replace(). Compare: https://github.com/D-Programming-Language/tools/compare/d6af8a1e9d4e...4f762a6ae8f5 |
Copyright © 1999-2021 by the D Language Foundation