Hans Raaf
5263d9d6f0
Added .*/, ~* and *.log to GIT ignore list.
...
Using differend IDEs for the Nim compiler I am constantly running
into the problem that my global .gitignore is not working for the Nim
directory. This is caused by the `*` / `!*.*` like rules, which
reset all other rules. So I thought a bit about a sensible filtering
of common IDE special files and added that to the .gitignore.
2016-05-21 14:03:43 +02:00
Andreas Rumpf
ec7d556c20
Merge pull request #4191 from nigredo-tori/fix_tojsstr
...
Fix toJSStr for control characters
2016-05-20 20:37:00 +02:00
Hans Raaf
38b7581a28
Fixing pragmas (so syntax highligting works).
2016-05-20 20:26:20 +02:00
Dmitry Polienko
55c3b1444d
Slightly better test case
...
Tests identity rather than exact output.
2016-05-20 16:03:08 +06:00
nigredo-tori
85c41a1398
Fix toJSStr for control characters
...
fixes #4190
Add leading zero to encoded character if it is less than 0x10
2016-05-20 12:35:34 +06:00
Andreas Rumpf
268f25225a
Merge pull request #4187 from Lompik/devel
...
Remove spurious semicolon in type definition
2016-05-20 00:57:03 +02:00
Andreas Rumpf
366a0df490
Merge pull request #4188 from Parashurama/improve_float_parsing
...
fixes some issues with underscores in float literals. add more tests.
2016-05-20 00:56:51 +02:00
Andreas Rumpf
a263f1dc62
Merge pull request #4185 from yglukhov/fixup-4066
...
4066 fixup
2016-05-20 00:56:07 +02:00
Andreas Rumpf
287eb8802f
Merge pull request #4068 from yglukhov/fix-4066
...
Added test for #4066
2016-05-19 23:53:40 +02:00
Parashurama
5d7d8816e5
fixes some issues with underscores in float literals. add more tests.
...
fixes some potential issues with underscores in float literals.
adds more checks for badly positionned underscores in float literals.
adds more test files.
2016-05-19 21:03:22 +02:00
Stephane Fontaine
f12fc1140d
Remove spurious semicolon in type definition
2016-05-19 19:58:17 +04:00
Yuriy Glukhov
0d5c8b32e7
4066 fixup
2016-05-19 12:34:18 +03:00
Yuriy Glukhov
f46d40cb37
Added a test case
2016-05-18 13:51:07 +03:00
Dominik Picheta
d3e9589b3d
Merge pull request #4180 from cheatfate/callsoon2
...
Resolve bugs with `deep recursion` of asyncdispatch.
2016-05-18 11:45:56 +01:00
Andreas Rumpf
9fd2d6ff5a
Merge pull request #4182 from Parashurama/fix_issue_4181
...
fix issue #4181 . add testcase.
2016-05-18 12:42:43 +02:00
Andreas Rumpf
2ac3e12372
fixes #4066
2016-05-18 12:40:01 +02:00
Andreas Rumpf
3ac6bd8ae1
refactoring: flags instead of bools
2016-05-18 12:40:01 +02:00
Parashurama
f5761e23d3
fix issue 4181. add testcase.
2016-05-18 12:12:01 +02:00
cheatfate
aba60e54d5
Resolve bugs with deep recursion of asyncdispatch.
...
Introduce callSoon() implementation.
Patch tests to use waitFor() instead of asyncCheck()
2016-05-18 00:53:53 +03:00
Andreas Rumpf
3f075b7921
Merge pull request #4173 from Parashurama/better_float_parsing
...
fixes issue #4117 and make float parsing locale independent.
2016-05-17 17:15:23 +02:00
Andreas Rumpf
0dc2ecae09
Merge pull request #4171 from Parashurama/devel
...
fixes typo in system/timers.nim
2016-05-17 14:24:46 +02:00
Parashurama
60e03ee27c
make float parsing locale independent.
2016-05-16 22:06:35 +02:00
Andreas Rumpf
d691867c84
fixes #3793
2016-05-16 17:52:50 +02:00
Parashurama
fdcb4907bc
fixes typo in system/timers.
2016-05-16 17:21:49 +02:00
Andreas Rumpf
7e134b5388
fixes #3793
2016-05-16 15:29:51 +02:00
Andreas Rumpf
d8bce8b83d
GC with primitive MS
2016-05-16 00:28:00 +02:00
Andreas Rumpf
74aab132bd
refactoring: flags instead of bools
2016-05-15 23:34:30 +02:00
Dominik Picheta
f4f7edf00f
Merge pull request #4075 from yglukhov/json
...
Json serialization for openarrays and objects
2016-05-15 12:39:26 +01:00
Andreas Rumpf
c770715b16
Merge pull request #4161 from moigagoo/devel
...
Stdlib: nre: Convenience proc ``contains`` added.
2016-05-15 11:01:22 +02:00
Andreas Rumpf
28a45f7ac9
Merge pull request #4154 from yglukhov/sizeof-doc
...
Added limitations note to sizeof. Closes #4153 .
2016-05-15 10:57:42 +02:00
Andreas Rumpf
0662f3be4c
Merge pull request #4162 from Lompik/devel
...
Fix 2 compile errors in LockFreeHash.nim
2016-05-15 10:57:10 +02:00
Lompiktab
72ba30d0a9
Fix 2 compile errors in LockFreeHash.nim
...
* type mismatch in range (line 55)
* invalid indentation (line 249)
2016-05-14 09:41:35 +04:00
Konstantin Molchanov
4f9b498103
Stdlib: nre: Convenience proc `contains` added.
2016-05-14 09:23:09 +04:00
Flaviu Tamas
4febf2784a
Update NRE documentation
2016-05-13 16:43:43 -04:00
Flaviu Tamas
755225d0e0
Generate nre docs with website
2016-05-13 16:36:00 -04:00
Dominik Picheta
7341465439
Merge pull request #4155 from Lompik/devel
...
Fix missing `]`
2016-05-13 19:37:56 +01:00
Stephane Fontaine
fbd6291f2f
Fix missing ]
...
other nim can't parse the file.
Introduced in 192ba3bbc0 (diff-1a01187da2fad29f03da8ce36ffe1f91)
2016-05-13 22:14:22 +04:00
Yuriy Glukhov
5a49c51b4c
Added limitations note to sizeof. Closes #4153 .
2016-05-13 20:09:14 +03:00
Yuriy Glukhov
6e135468f8
Json serialization for openarrays and objects
2016-05-13 17:25:40 +03:00
Dominik Picheta
299989f3aa
Restore sanity check for bytesReceived in asyncdispatch.
2016-05-13 13:41:46 +01:00
Dominik Picheta
373c47ba70
Merge pull request #4150 from cheatfate/winasync
...
Resolve bugs based on unreliable `bytesReceived` value.
2016-05-13 13:34:50 +01:00
Andreas Rumpf
746132d696
PHP codegen improvements
2016-05-13 00:47:18 +02:00
cheatfate
6fa6fdeb34
Resolve bugs based on unreliable bytesReceived value.
2016-05-12 21:11:42 +03:00
Andreas Rumpf
6e6c15081d
Merge pull request #4142 from endragor/gc-allow-skip-stack
...
Added stackSize parameter to GC_step
2016-05-12 15:00:08 +02:00
Andreas Rumpf
4b13484025
Merge pull request #4025 from flyx/highlight-yaml
...
YAML highlighting support for doctools/highlite
2016-05-12 14:59:00 +02:00
Andreas Rumpf
81ebb96922
Merge pull request #4149 from oderwat/HARA-PHP_ArrayConstr_Hack
...
PHP codegen array constructor hack (!!!) for demo purpose only I guess
2016-05-12 01:43:04 +02:00
Andreas Rumpf
c02963bcea
Pegs: fixes edge case
2016-05-12 01:36:23 +02:00
Andreas Rumpf
8e2528ebbc
fixes #4148
2016-05-12 01:05:41 +02:00
Andreas Rumpf
909a161ad2
fixes #4146
2016-05-12 00:57:43 +02:00
Andreas Rumpf
5bdde429e7
fixes #4147
2016-05-12 00:43:57 +02:00