From a89ad11c3caf9e7dc21579a86a8d8a6649bcba43 Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 27 Jan 2015 01:33:30 +0100 Subject: [PATCH] added missing file --- compiler/nimsuggest/nimsuggest.nim.cfg | 18 ++++++++++++++++++ todo.txt | 1 + 2 files changed, 19 insertions(+) create mode 100644 compiler/nimsuggest/nimsuggest.nim.cfg diff --git a/compiler/nimsuggest/nimsuggest.nim.cfg b/compiler/nimsuggest/nimsuggest.nim.cfg new file mode 100644 index 0000000000..d1a1e6b62f --- /dev/null +++ b/compiler/nimsuggest/nimsuggest.nim.cfg @@ -0,0 +1,18 @@ +# Special configuration file for the Nim project + +gc:markAndSweep + +hint[XDeclaredButNotUsed]:off +path:"$projectPath/../.." + +path:"$lib/packages/docutils" +path:"$nim/compiler" + +define:useStdoutAsStdmsg +symbol:nimsuggest +define:nimsuggest + +cs:partial +#define:useNodeIds +define:booting +#define:noDocgen diff --git a/todo.txt b/todo.txt index fa337fdcf7..173a685671 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,7 @@ version 0.10 ============ +- document the improved c++ support - improve the docs for inheritance - The bitwise 'not' operator will be renamed to 'bnot' to prevent 'not 4 == 5' from compiling. -> requires 'mixin' annotation for procs!