summaryrefslogtreecommitdiff
path: root/bug/list
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-02 14:53:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-02 14:53:53 +0200
commit99cb130912baa9bf068c8b05bc99e86c542e115d (patch)
tree12d0385319d22058235dd10a36d77f4bcf240d52 /bug/list
parent54b2f2e146330da35f6ef297ec5c65898b84022b (diff)
Add bug: macro expansion in code fragment pragmas
Diffstat (limited to 'bug/list')
-rw-r--r--bug/list7
1 files changed, 7 insertions, 0 deletions
diff --git a/bug/list b/bug/list
index 8aac68d..e3a1282 100644
--- a/bug/list
+++ b/bug/list
@@ -1,3 +1,10 @@
+- Macro expansion in code fragment pragmas
+
+ Currently we expand macros in all pragmas. This is probably the wrong
+ semantics for "code fragment" macros like access/get/set. I wonder if
+ there is a way to disable macros expansion for certain parts of the
+ pragma (remember, our pragma can have multiple specifiers).
+
- Document character encoding used to return text for each database [doc]
! Copyright update [doc]