[dlang.org] [dlang/dlang.org] 2e0d09: XREF variants -> REF (sed)
GitHub via dlang.org
dlang.org at puremagic.com
Wed Jun 8 14:28:28 PDT 2016
Branch: refs/heads/master
Home: https://github.com/dlang/dlang.org
Commit: 2e0d09a3482e21fbe74bdc14c14748450a7be5df
https://github.com/dlang/dlang.org/commit/2e0d09a3482e21fbe74bdc14c14748450a7be5df
Author: anonymous <aG0aep6G at users.noreply.github.com>
Date: 2016-06-08 (Wed, 08 Jun 2016)
Changed paths:
M cpptod.dd
M d-array-article.dd
M deprecate.dd
M intro-to-datetime.dd
M spec/arrays.dd
M spec/hash-map.dd
M spec/lex.dd
M spec/template.dd
Log Message:
-----------
XREF variants -> REF (sed)
(FULL_)XREF -> REF:
arg='\s*([^(),]*)'
from='\$\((FULL_)?XREF\s'$arg','$arg'\)'
to='$(REF \3, std,\2)'
sed -i -r "s/$from/$to/g" *.dd **/*.dd
XREF_PACK -> REF:
arg='\s*([^(),]*)'
from='\$\(XREF_PACK\s'$arg','$arg','$arg'\)'
to='$(REF \3, std,\1,\2)'
sed -i -r "s/$from/$to/g" *.dd **/*.dd
Commit: 71ce095d60aaee8315ccb5a0763714f306ca3426
https://github.com/dlang/dlang.org/commit/71ce095d60aaee8315ccb5a0763714f306ca3426
Author: Vladimir Panteleev <github.private at thecybershadow.net>
Date: 2016-06-08 (Wed, 08 Jun 2016)
Changed paths:
M cpptod.dd
M d-array-article.dd
M deprecate.dd
M intro-to-datetime.dd
M spec/arrays.dd
M spec/hash-map.dd
M spec/lex.dd
M spec/template.dd
Log Message:
-----------
Merge pull request #1357 from aG0aep6G/kill-xref-uses
XREF variants -> REF (sed)
Compare: https://github.com/dlang/dlang.org/compare/75667189b235...71ce095d60aa
More information about the dlang.org
mailing list