Skip to content

Commit d570679

Browse files
quchensjakobi
andauthored
Rename aux directory to misc (#253)
According to the ticket, this causes issues on Windows, where `aux` is a reserved file name. The .h file contained is duplicated multiple times over the repo inside `misc` folders, so it makes sense to adopt this name here as well. Resolves #252 Co-authored-by: Simon Jakobi <simon.jakobi@gmail.com>
1 parent 458d968 commit d570679

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

.hlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- arguments:
2-
- --cpp-include=aux
2+
- --cpp-include=misc
33
- --cpp-define=MIN_VERSION_base=1
44

55

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../aux/version-compatibility-macros.h
1+
../../misc/version-compatibility-macros.h
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../aux/version-compatibility-macros.h
1+
../../misc/version-compatibility-macros.h
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../aux/version-compatibility-macros.h
1+
../../misc/version-compatibility-macros.h

0 commit comments

Comments
 (0)