projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b4dd41
)
BUGS: Added macro bug
author
Lukas Krickl
<lukas@krickl.dev>
Mon, 14 Apr 2025 13:33:02 +0000
(15:33 +0200)
committer
Lukas Krickl
<lukas@krickl.dev>
Mon, 14 Apr 2025 13:33:02 +0000
(15:33 +0200)
BUGS.md
patch
|
blob
|
history
diff --git
a/BUGS.md
b/BUGS.md
index 0fd1d31701dcf0808b3c1535fc09475fa07141b8..e4502864a6c95d2ac64267f98a4cb30ca2683795 100644
(file)
--- a/
BUGS.md
+++ b/
BUGS.md
@@
-1
+1,17
@@
# Known Bugs
+
+## It is not possible to use #define as macro arguments
+
+To reproduce:
+
+- Create a macro
+- #define a constnat
+- Pass the constant as argument
+
+Expected
+
+- The macro uses the constant as is
+
+Acrual:
+
+- The constant fails to resolve