From 5b28d08203ba36e84c8e381761db182c0393d07f Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 12 Feb 2011 19:24:20 +0100 Subject: non-nil AST; continue after errors for IDE support --- tests/accept/compile/tgenericvariant.nim | 0 tests/accept/compile/tnamedparams.nim | 0 tests/accept/compile/toop.nim | 0 tests/accept/run/spec.csv | 4 ++-- tests/accept/run/tarraycons.nim | 0 tests/accept/run/tcountup.nim | 0 tests/accept/run/temit.nim | 0 tests/accept/run/tenumhole.nim | 0 tests/accept/run/texcsub.nim | 0 tests/accept/run/tfloat3.nim | 0 tests/accept/run/titer6.nim | 0 tests/accept/run/tmultim2.nim | 2 +- tests/accept/run/tmultim4.nim | 0 tests/accept/run/tnamedenumfields.nim | 0 tests/accept/run/toprprec.nim | 0 tests/gc/tthreads.nim | 0 tests/reject/tarraycons.nim | 0 tests/reject/tmethod.nim | 0 tests/reject/tnamedparams.nim | 0 tests/reject/twrongtupleaccess.nim | 0 tests/testdata/jsontest2.json | 0 21 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 tests/accept/compile/tgenericvariant.nim mode change 100644 => 100755 tests/accept/compile/tnamedparams.nim mode change 100644 => 100755 tests/accept/compile/toop.nim mode change 100644 => 100755 tests/accept/run/tarraycons.nim mode change 100644 => 100755 tests/accept/run/tcountup.nim mode change 100644 => 100755 tests/accept/run/temit.nim mode change 100644 => 100755 tests/accept/run/tenumhole.nim mode change 100644 => 100755 tests/accept/run/texcsub.nim mode change 100644 => 100755 tests/accept/run/tfloat3.nim mode change 100644 => 100755 tests/accept/run/titer6.nim mode change 100644 => 100755 tests/accept/run/tmultim4.nim mode change 100644 => 100755 tests/accept/run/tnamedenumfields.nim mode change 100644 => 100755 tests/accept/run/toprprec.nim mode change 100644 => 100755 tests/gc/tthreads.nim mode change 100644 => 100755 tests/reject/tarraycons.nim mode change 100644 => 100755 tests/reject/tmethod.nim mode change 100644 => 100755 tests/reject/tnamedparams.nim mode change 100644 => 100755 tests/reject/twrongtupleaccess.nim mode change 100644 => 100755 tests/testdata/jsontest2.json (limited to 'tests') diff --git a/tests/accept/compile/tgenericvariant.nim b/tests/accept/compile/tgenericvariant.nim old mode 100644 new mode 100755 diff --git a/tests/accept/compile/tnamedparams.nim b/tests/accept/compile/tnamedparams.nim old mode 100644 new mode 100755 diff --git a/tests/accept/compile/toop.nim b/tests/accept/compile/toop.nim old mode 100644 new mode 100755 diff --git a/tests/accept/run/spec.csv b/tests/accept/run/spec.csv index e9c49ea74..5102c85b1 100755 --- a/tests/accept/run/spec.csv +++ b/tests/accept/run/spec.csv @@ -22,7 +22,7 @@ tcopy.nim;TEMP=C:\Programs\xyz\bin tcountup.nim;0123456789 tcurrncy.nim;25 temit.nim;509 -tenumhole;my value A1my value Bconc2valueCabc4abc +tenumhole.nim;my value A1my value Bconc2valueCabc4abc texcsub.nim;caught! texplicitgeneric1.nim;Key: 12 value: 12Key: 13 value: 13 Key: A value: 12 Key: B value: 13 tfinally.nim;came here 3 @@ -47,7 +47,7 @@ tmultim1.nim;7 tmultim2.nim;collide: unit, thing collide: unit, thing collide: thing, unit tmultim3.nim;Hi derived! tmultim4.nim;hello -tnamedenumfields;my value A0my value Bconc1valueCabc3abc +tnamedenumfields.nim;my value A0my value Bconc1valueCabc3abc tnestif.nim;i == 2 tnestprc.nim;10 toop1.nim;34[]o 5 diff --git a/tests/accept/run/tarraycons.nim b/tests/accept/run/tarraycons.nim old mode 100644 new mode 100755 diff --git a/tests/accept/run/tcountup.nim b/tests/accept/run/tcountup.nim old mode 100644 new mode 100755 diff --git a/tests/accept/run/temit.nim b/tests/accept/run/temit.nim old mode 100644 new mode 100755 diff --git a/tests/accept/run/tenumhole.nim b/tests/accept/run/tenumhole.nim old mode 100644 new mode 100755 diff --git a/tests/accept/run/texcsub.nim b/tests/accept/run/texcsub.nim old mode 100644 new mode 100755 diff --git a/tests/accept/run/tfloat3.nim b/tests/accept/run/tfloat3.nim old mode 100644 new mode 100755 diff --git a/tests/accept/run/titer6.nim b/tests/accept/run/titer6.nim old mode 100644 new mode 100755 diff --git a/tests/accept/run/tmultim2.nim b/tests/accept/run/tmultim2.nim index bf3b5fd6e..c43c9b6f0 100755 --- a/tests/accept/run/tmultim2.nim +++ b/tests/accept/run/tmultim2.nim @@ -22,7 +22,7 @@ proc test(a, b: TThing) {.inline.} = var a: TThing b, c: TUnit -collide(b, c) # ambiguous unit, thing or thing, unit? -> prefer unit, thing! +collide(b, c) # ambiguous (unit, thing) or (thing, unit)? -> prefer unit, thing! test(b, c) collide(a, b) #OUT collide: unit, thing collide: unit, thing collide: thing, unit diff --git a/tests/accept/run/tmultim4.nim b/tests/accept/run/tmultim4.nim old mode 100644 new mode 100755 diff --git a/tests/accept/run/tnamedenumfields.nim b/tests/accept/run/tnamedenumfields.nim old mode 100644 new mode 100755 diff --git a/tests/accept/run/toprprec.nim b/tests/accept/run/toprprec.nim old mode 100644 new mode 100755 diff --git a/tests/gc/tthreads.nim b/tests/gc/tthreads.nim old mode 100644 new mode 100755 diff --git a/tests/reject/tarraycons.nim b/tests/reject/tarraycons.nim old mode 100644 new mode 100755 diff --git a/tests/reject/tmethod.nim b/tests/reject/tmethod.nim old mode 100644 new mode 100755 diff --git a/tests/reject/tnamedparams.nim b/tests/reject/tnamedparams.nim old mode 100644 new mode 100755 diff --git a/tests/reject/twrongtupleaccess.nim b/tests/reject/twrongtupleaccess.nim old mode 100644 new mode 100755 diff --git a/tests/testdata/jsontest2.json b/tests/testdata/jsontest2.json old mode 100644 new mode 100755 -- cgit 1.4.1-2-gfad0