diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-02 14:53:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-02 14:53:53 +0200 |
commit | 99cb130912baa9bf068c8b05bc99e86c542e115d (patch) | |
tree | 12d0385319d22058235dd10a36d77f4bcf240d52 | |
parent | 54b2f2e146330da35f6ef297ec5c65898b84022b (diff) |
Add bug: macro expansion in code fragment pragmas
-rw-r--r-- | bug/list | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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] |