Andreas Rumpf
ed4b0cc92e
Merge pull request #3445 from jlp765/popd
...
fix #3343 strutils.nim balance {.push.} with {.pop.}
2015-10-14 13:38:43 +02:00
Aman Gupta
f7c979f865
try with windows slashes
2015-10-13 16:21:30 -07:00
Aman Gupta
4c5f8cfd0c
use tester directly
2015-10-13 16:14:29 -07:00
Aman Gupta
6e8cb658c3
Merge remote-tracking branch 'origin/devel' into appveyor
2015-10-13 16:14:19 -07:00
JamesP
36cf87e6a9
add {.pop.} for {.push debugger:off.} to balance push/pop
2015-10-14 09:11:19 +10:00
Aman Gupta
f3a2efa6ae
really be pedantic
2015-10-13 15:48:01 -07:00
Araq
a40ace648d
fixes regression: tobjconstr2 test works again
2015-10-14 00:41:27 +02:00
Araq
f4bfa076ae
updated httpclient to use tables.getOrDefault
2015-10-14 00:41:04 +02:00
Aman Gupta
e2dbf222e6
Merge remote-tracking branch 'origin/devel' into appveyor
2015-10-13 15:25:40 -07:00
Daniel Hertz
42975e6338
Add UTF-16 decoding tests to json module
2015-10-13 14:56:10 -04:00
Daniel Hertz
e5bcd287f8
Make sure the json module decodes UTF16 correctly
...
Javascript uses UTF-16 as its internal representation of strings,
so JSON does so as well. This means that we could have surrogate
pairs, with codepoints above 0xFFFF that take 2 ecape codes to
decode.
2015-10-13 14:42:24 -04:00
Araq
7f4f37eaa2
fixes tunittest crash
2015-10-13 16:31:30 +02:00
Araq
aeb69dbe84
Merge branch 'devel' of https://github.com/nim-lang/Nim into devel
2015-10-13 15:54:33 +02:00
Araq
8be9e46403
udpated the compiler and tester to use getOrDefault
2015-10-13 14:10:33 +02:00
Dominik Picheta
8e0a103d7f
Merge pull request #3438 from nanoant/patch/readme-link-to-builders
...
readme.md: Open builder page from its status icon
2015-10-13 10:43:52 +01:00
Dominik Picheta
61df6dd934
Merge pull request #3440 from rbmz/sequtils
...
all/any/allIt/anyIt with tests and inline documentation
2015-10-13 10:43:15 +01:00
rbmz
4548c1aa9b
added all/any/allIt/anyIt with tests and inline documentation
...
Signed-off-by: rbmz <rbmz@users.noreply.github.com >
2015-10-13 01:10:25 -03:00
Araq
2fda95a4d6
added getOrDefault; bootstrapping works again
2015-10-13 03:03:05 +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
Adam Strzelecki
c6d653f30d
readme.md: Open builder page from its status icon
...
Previously clicking on that icon was opening just the icon image in new browser
window, which is default behavior - not very useful in our case.
2015-10-13 00:11:21 +02:00
Dominik Picheta
dda41afe9e
Implement isReady procedure in threadpool module.
2015-10-12 23:05:41 +01:00
Andreas Rumpf
ee93ee5e15
Merge pull request #3335 from SSPkrolik/teardown-move
...
Moved teardown call to try block for namespace access reasons
2015-10-12 21:18:04 +02:00
Araq
2c33ebed7b
improves new tests
2015-10-12 21:12:00 +02:00
Araq
c7a3079123
logging.nim: expose underlying 'file' object; errors and fatals flush the buffer; refs #3270
2015-10-12 21:08:44 +02:00
Araq
e0f896785d
docs now build again
2015-10-12 20:58:46 +02:00
Andreas Rumpf
f687003b73
Merge pull request #3432 from FedericoCeratto/patch-4
...
Export substituteLog
2015-10-12 20:58:22 +02:00
Andreas Rumpf
7b9d929d50
Merge pull request #3423 from petermora/breakSequtils
...
Break sequtils
2015-10-12 20:42:17 +02:00
Araq
9ceeab14f3
Merge branch 'rbehrends-gc-fixes' into devel
2015-10-12 19:59:18 +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
ca75985fc1
nimsuggest: added 'dus' command that combines 'def' and 'use'
2015-10-12 16:55:24 +02:00
Araq
4705cf2308
cleaned up ospaths module
2015-10-12 16:55:23 +02:00
Araq
3e897a7c71
added setResult that simply takes a node
2015-10-12 16:55:22 +02:00
Dominik Picheta
6c61744171
Merge pull request #3433 from jyapayne/devel
...
Added useful procs to strutils for string testing.
2015-10-10 16:53:22 +01:00
Joey Payne
2d256a4489
Made strutils string test procs less redundant.
2015-10-10 09:13:00 -06:00
Joey Payne
ea9a1e26be
Added tests for string test procs.
2015-10-10 08:55:19 -06:00
Joey Payne
e3bc27ac15
Changed alphanumeric check to "or" instead of "and".
2015-10-10 08:40:52 -06:00
Varriount
dc854f3480
Update readme.md
2015-10-10 06:52:13 -04:00
Varriount
2e7cc9e159
Update readme.md
2015-10-10 06:42:38 -04:00
Joey Payne
bb570de994
Added useful procs to strutils for string testing.
...
Added procs:
isAlpha
isAlphaNumeric
isDigit
isSpace
isUpper
isLower
2015-10-09 22:09:21 -06:00
Federico Ceratto
08ec0ce071
Add substituteLog docs
2015-10-09 23:26:22 +01:00
Federico Ceratto
6823a60b23
Export substituteLog
...
Allow Nim users to create their own loggers
2015-10-09 18:34:58 +01: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
Dominik Picheta
fec0894d59
Merge pull request #3425 from jlp765/hashes1
...
added hash procs for handling portions of strings/arrays/seqs.
2015-10-08 16:05:24 +01: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