We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a9c83 commit a4b1271Copy full SHA for a4b1271
tools/update-dmd-rewrite.sh
@@ -64,9 +64,10 @@ git filter-repo --invert-paths \
64
--path-regex '(compiler/)?src/dmd/link\.d' \
65
--path-regex '(compiler/)?src/dmd/(e|s)2ir\.d' \
66
--path-regex '(compiler/)?src/dmd/to(csym|ctype|cvdebug|dt|ir|obj)\.d' \
67
+ --path-regex '(compiler/)?src/dmd/(objc_)?glue\.d' \
68
+ --path 'compiler/src/dmd/glue/' \
69
--path-regex '(compiler/)?src/dmd/iasm(|dmd)\.d' \
70
--path-regex 'compiler/src/dmd/iasm/(package|dmd(aarch64|x86))\.d' \
- --path-regex '(compiler/)?src/dmd/(objc_)?glue\.d' \
71
--path-glob 'src/*.mak' # remaining Makefiles after moving dmd into compiler/
72
git filter-repo \
73
`# move dirs/files` \
0 commit comments