Yuriy Glukhov
2166b7bc46
Fixed ret by var in js
2015-10-15 16:04:53 +03:00
Araq
c97cbe7abd
fixes #3299
2015-10-15 09:31:54 +02:00
Aman Gupta
6e8cb658c3
Merge remote-tracking branch 'origin/devel' into appveyor
2015-10-13 16:14:19 -07:00
Araq
a40ace648d
fixes regression: tobjconstr2 test works again
2015-10-14 00:41:27 +02:00
Aman Gupta
e2dbf222e6
Merge remote-tracking branch 'origin/devel' into appveyor
2015-10-13 15:25:40 -07:00
Araq
8be9e46403
udpated the compiler and tester to use getOrDefault
2015-10-13 14:10:33 +02:00
Araq
d8b0edc323
Merge branch 'mget' of https://github.com/def-/Nim into def--mget
...
Conflicts:
lib/pure/collections/critbits.nim
lib/pure/collections/tables.nim
lib/pure/xmltree.nim
lib/system/sets.nim
tests/collections/ttables.nim
tests/collections/ttablesref.nim
2015-10-13 00:22:27 +02:00
Araq
2c33ebed7b
improves new tests
2015-10-12 21:12:00 +02:00
Andreas Rumpf
7b9d929d50
Merge pull request #3423 from petermora/breakSequtils
...
Break sequtils
2015-10-12 20:42:17 +02:00
Araq
645cf70112
disable new BoehmGC tests on Windows
2015-10-12 19:58:43 +02:00
Araq
967c20743a
Merge branch 'gc-fixes' of https://github.com/rbehrends/Nim into rbehrends-gc-fixes
2015-10-12 17:34:44 +02:00
Araq
4705cf2308
cleaned up ospaths module
2015-10-12 16:55:23 +02:00
Aman Gupta
c3415a27d7
copy server.dll too?
2015-10-08 11:00:02 -07:00
Aman Gupta
a1750bd431
skip sdl/opengl/fsmonitor tests when unavailable
2015-10-08 10:58:52 -07:00
Aman Gupta
5bb0820596
show failure code
2015-10-08 10:58:37 -07:00
Aman Gupta
cadef43786
standardize on forward slashes for paths
2015-10-07 21:42:12 -07:00
Aman Gupta
f49cffeb19
framework is required
2015-10-07 18:28:57 -07:00
Aman Gupta
24ec975aa1
fix compile error
2015-10-07 18:15:59 -07:00
Aman Gupta
f0793a6d97
collect any output of appveyor command
2015-10-07 17:50:54 -07:00
Aman Gupta
582c5054a1
report duration to appveyor runner
2015-10-07 16:42:08 -07:00
Aman Gupta
cdd59ebf20
fix unsafeaddr test
2015-10-07 16:27:11 -07:00
Aman Gupta
3dfcaec25f
use category as filename, and full filename in test name
2015-10-07 16:27:06 -07:00
Aman Gupta
6af9ac18f1
clean up whitespace on error msg
2015-10-07 16:25:03 -07:00
Aman Gupta
c34cbe690c
tie into appveyor test results api
2015-10-07 16:06:51 -07:00
Aman Gupta
c2940260e5
avoid sqlite db on travis and appveyor
2015-10-07 16:06:31 -07:00
Andreas Rumpf
050e4815d0
Merge pull request #3314 from haiodo/emscripten-support
...
Emscripten support
2015-10-07 09:31:47 +02:00
Aman Gupta
391f2fc9b1
initialize new fields to empty values
2015-10-06 16:06:14 -07:00
Aman Gupta
7f5c49e204
copy nimrtl into lib, reset LD_LIBRARY_PATH after use
2015-10-06 15:54:12 -07:00
Aman Gupta
2240fd3f3f
add tfile/tline assertions for template expansion file/line
2015-10-06 15:47:07 -07:00
Aman Gupta
eea8d604d0
Merge remote-tracking branch 'origin/devel' into fix-test-failures
2015-10-06 11:06:41 -07:00
Araq
8507f95d68
fixes #2637
2015-10-06 15:51:00 +02:00
Peter Mora
b284ace099
fixing unittest
2015-10-06 08:24:43 +02:00
Andrey Sobolev
d1b67cb9bb
Merge remote-tracking branch 'nim-lang/devel' into emscripten-support
2015-10-06 10:55:52 +06:00
Peter Mora
75097e2981
sequtils related changes
2015-10-05 22:42:22 +02:00
Adam Strzelecki
be991ed413
Rename rawsockets module to nativesockets
...
This change was done to avoid confusion with TCP/IP raw sockets. Native sockets
module represents handling native system low level socket API in general and is
not just limited anyhow to TCP/IP raw sockets.
A stub lib/deprecated/pure/rawsockets.nim module has been added as
compatibility layer for old code using rawsockets, so this change will not
break existing code.
2015-10-03 19:45:41 +02:00
Aman Gupta
5b9465acf6
fix test failures due to import errors
2015-10-02 18:20:51 -07:00
Aman Gupta
6e7759734e
show stderr w/ reExitcodesDiffer
2015-10-02 17:38:48 -07:00
Aman Gupta
59d226221b
Merge remote-tracking branch 'origin/devel' into fix-test-failures
2015-10-02 13:38:35 -07:00
Andreas Rumpf
c85fbb6fd4
Merge pull request #3402 from tmm1/exec-processes-after-cb
...
Add afterRunEvent callback to execProcesses()
2015-10-02 13:21:46 +02:00
Aman Gupta
97c2574e8d
fix test failure due to "illegal recursion" error message
...
FAIL: tillegal_recursion.nim
Test "tests/objects/tillegal_recursion.nim" in category "objects"
Failure: reMsgsDiffer
Expected:
illegal recursion in type 'object'
Gotten:
inheritance only works with non-final objects
2015-10-01 12:25:39 -07:00
Andrey Sobolev
4c53a3a7a5
Merge remote-tracking branch 'nim-lang/devel' into emscripten-support
2015-10-01 22:08:29 +06:00
Dominik Picheta
f8b7a16ad0
Merge pull request #3406 from jlp765/rationals1
...
Rationals - add checks and tests
2015-10-01 16:19:49 +01:00
JamesP
ce18b85d2c
add two test:
...
zero denominator assert fail,
float type compile failure
2015-10-01 20:32:49 +10:00
Andreas Rumpf
ae9a89dd25
Merge pull request #3394 from nanoant/patch/use-new-filter-prefix
...
Use new #? filter prefix in various places
2015-10-01 09:12:08 +02:00
Andreas Rumpf
a3550d1314
Merge pull request #3384 from tmm1/bitsize-pragma
...
Implement bitsize pragma for bitfields
2015-10-01 09:11:17 +02:00
Aman Gupta
82a04051bb
fix failure in tests/method/tmapper.nim
...
FAIL: tmapper.nim
Test "tests/method/tmapper.nim" in category "method"
Failure: reMsgsDiffer
Expected:
invalid declaration order; cannot attach 'step' to method defined here: tmapper.nim(22,7)
Gotten:
invalid declaration order; cannot attach 'step' to method defined here: tests/method/tmapper.nim(22,7)
2015-09-30 20:13:38 -07:00
Aman Gupta
b093c0abd0
show full compiler output with reNimcCrash
2015-09-30 19:32:09 -07:00
Andreas Rumpf
2d2f152e3c
Merge pull request #3398 from tmm1/run-single-test
...
Allow testament/tester to run single file
2015-09-30 21:16:36 +02:00
Araq
5a003532d0
fixes #2473 ; cleanup of some tests
2015-09-30 21:13:13 +02:00
Aman Gupta
435fbbc943
allow testament/tester to run single file
2015-09-30 12:09:58 -07:00