From 7ca3353616758c61ecf6e1746b6b4534fb8e6f30 Mon Sep 17 00:00:00 2001 From: Flaviu Tamas Date: Sat, 7 Feb 2015 13:12:28 -0500 Subject: Clarify "instantiation from here" After ~1 year of Nim, I finally realized it doesn't refer to dynamic memory --- compiler/msgs.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/msgs.nim b/compiler/msgs.nim index b58561d30..923c35170 100644 --- a/compiler/msgs.nim +++ b/compiler/msgs.nim @@ -311,7 +311,7 @@ const errXOnlyAtModuleScope: "\'$1\' is only allowed at top level", errXNeedsParamObjectType: "'$1' needs a parameter that has an object type", errTemplateInstantiationTooNested: "template/macro instantiation too nested", - errInstantiationFrom: "instantiation from here", + errInstantiationFrom: "template/generic instantiation from here", errInvalidIndexValueForTuple: "invalid index value for tuple subscript", errCommandExpectsFilename: "command expects a filename argument", errMainModuleMustBeSpecified: "please, specify a main module in the project configuration file", -- cgit 1.4.1-2-gfad0 ror)ahoang <ahoang@tilde.institute>
summary refs log blame commit diff stats
path: root/tests/macros/tdumpast.nim
blob: b9d224ab81ec0db85cee4ad2949793838b89c4fd (plain) (tree)
1
2
3
4
5
6
7
8
9
                                

             
 
                                                

       
                                 
                                               
 
                                    
                                                       
                    

                 
 
                                  
                       
 
                               
                       

                                     
                 
 
               
 


                            
 

                                         
















                                                                                           
.0' href='/ahoang/Nim/commit/lib/nimbase.h?h=devel&id=8b2a9401a147bd0b26cd2976ae71a1022fbde8cc'>8b2a9401a ^
1
2
3
4
5
6
7
8
9