summary refs log tree commit diff stats
path: root/tests/modules/tnotuniquename_dir
ModeNameSize
-rw-r--r--mnotuniquename.nim32log stats plain blame
d='n54' href='#n54'>54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
r/nimrod.cfg?h=devel&id=c43bf78000b21001726b31eb4259b90b3c91e03c'>^
091c1b307 ^
688c54d8f ^
cc0f02d57 ^
c323ec015 ^
fb80d2ff8 ^
07a986afa ^
9035d15ed ^


73c6efdf6 ^
4dae4fafe ^

df53c68a3 ^


e06046ab5 ^
aa1d7fe1e ^
cf7e83ecc ^
0032912d1 ^
da29222f8 ^

b74b914e4 ^
da29222f8 ^
e0ef85913 ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
                                                
 
                             
 
              
              
                               
 
                                  
 


                                          
 

                        


                      
 
 
                  
                

                                  
                                
    




                            
# Special configuration file for the Nim project

hint[XDeclaredButNotUsed]:off

define:booting
define:nimcore
define:nimPreviewFloatRoundtrip

#import:"$projectpath/testability"

@if windows:
  cincludes: "$lib/wrappers/libffi/common"
@end

define:useStdoutAsStdmsg

@if nimHasStyleChecks:
  styleCheck:error
@end


#define:useNodeIds
#gc:markAndSweep

@if nimHasWarningObservableStores:
  warning[ObservableStores]: off
@end

@if nimHasEffectsOf:
  experimental:strictEffects
  warningAsError:Effect:on
@end