Commit Graph

11210 Commits

Author SHA1 Message Date
Andreas Rumpf
e83d11e8f1 deepcopy fix 2016-11-26 14:15:37 +01:00
John Novak
88e01ffd92 Add hideCursor & showCursor 2016-11-26 21:08:01 +10:00
Yuriy Glukhov
41205493c0 Fixes #5057 2016-11-26 12:43:36 +02:00
John Novak
64dd3eb9c1 Fix setStyle for Windows
* setStyle did not take the current color flags into account on Windows, this
  is fixed now
* refactoring to get rid of magic constants
2016-11-26 16:36:08 +10:00
Federico Ceratto
bebeee46de Improve SMTP testing
Test both sync and async email delivery
2016-11-24 16:25:21 +00:00
Ruslan Mustakov
2c146445bc Added deques module, deprecating queues 2016-11-24 19:11:51 +07:00
Andreas Rumpf
01ae0d28d4 recursive modules are only detected to improve error messages 2016-11-24 12:27:21 +01:00
Andreas Rumpf
bc9015df50 make tests green again 2016-11-24 11:48:23 +01:00
Andreas Rumpf
2316c71e09 reverted deepcopy fix for now 2016-11-24 10:52:33 +01:00
Andreas Rumpf
633dcca71b another attempt to make travis green again 2016-11-24 10:52:18 +01:00
Andreas Rumpf
31a41594c2 attempt to make travis green again 2016-11-24 09:55:18 +01:00
Andreas Rumpf
7be1c55cf1 make tests green again 2016-11-24 09:14:36 +01:00
Andreas Rumpf
249fd5e56b further memtracking improvements 2016-11-24 08:27:19 +01:00
Araq
074f276c8a disallow recursive module dependencies 2016-11-23 23:23:31 +01:00
Andreas Rumpf
e7cdb1d694 attempt to fix things 2016-11-23 14:24:45 +01:00
Andreas Rumpf
204838b358 make tests green again 2016-11-22 10:01:51 +01:00
Andreas Rumpf
83ffc6bf54 sqlite: removes weird spacing 2016-11-22 10:01:14 +01:00
Andreas Rumpf
439f43fc52 better memory tracking 2016-11-22 08:40:57 +01:00
Andreas Rumpf
9a4f2225ce documents --excessiveStackTrace switch 2016-11-22 08:40:57 +01:00
Dominik Picheta
c538e1ae08 Fixes asyncdispatch.all completing its res future more than once. 2016-11-21 23:44:38 +01:00
Dominik Picheta
e6f6323e77 Fix inaccuracy surrounding Nimble in doc/nims.rst. 2016-11-21 20:55:37 +01:00
Dominik Picheta
7c9a61f241 Merge pull request #5041 from cheatfate/upcoming_async_update1
upcoming_asyncdispatch, make it compatible again
2016-11-21 20:40:05 +01:00
Andreas Rumpf
585a970106 json.toUgly also uses optimized string routines 2016-11-21 15:16:54 +01:00
Andreas Rumpf
18690d4a61 speed up json core module 2016-11-21 13:54:16 +01:00
Andreas Rumpf
9ca15ad369 string.add for floats and ints for more performance (JS not yet supported) 2016-11-21 13:53:55 +01:00
Andreas Rumpf
02a2180a6a first version of the new memory tracking feature 2016-11-21 12:10:44 +01:00
Andreas Rumpf
fa101a722f updated sqlite3 wrapper slightly 2016-11-21 12:10:44 +01:00
Dominik Picheta
4711f6c398 Put Nim in Action news in the slider on the front page. 2016-11-20 21:11:25 +01:00
Dominik Picheta
0c527c6d80 Add new article about Nim in Action. 2016-11-20 20:57:46 +01:00
cheatfate
b835df0a2b make semantic equal to current version 2016-11-20 01:20:59 +02:00
Dominik Picheta
53f5f26c66 Merge pull request #5037 from FedericoCeratto/patch-18
Add [un]marshalling examples
2016-11-19 20:40:35 +01:00
Dominik Picheta
beb44ef13d Async: Refactors asyncdispatch.poll. 2016-11-19 20:21:52 +01:00
Dominik Picheta
ffbe7382f8 Async: Fixes problem when callbacks add other callbacks.
For context, see http://irclogs.nim-lang.org/19-11-2016.html#19:08:51
2016-11-19 20:16:15 +01:00
Dominik Picheta
d847d35009 Async: Further callbacks will no longer be called after an EAGAIN.
For context, see discussion here https://gitter.im/nim-lang/Nim?at=583090a2df9f0f6e7f576e43 or here http://irclogs.nim-lang.org/19-11-2016.html#17:30:59.
2016-11-19 20:06:23 +01:00
Federico Ceratto
0ce459ac53 Add marshal format warning 2016-11-19 18:52:28 +00:00
Federico Ceratto
80744fe4f7 Add [un]marshalling examples 2016-11-19 16:55:47 +00:00
Andreas Rumpf
9ca3ae14ab Merge pull request #5036 from flyx/tablesdelfix
Fixes #5035
2016-11-19 10:46:43 +01:00
Andreas Rumpf
3eba4b510f added test case for deepcopy 2016-11-19 09:22:29 +01:00
Felix Krause
93a998204c Fixes #5035 2016-11-18 23:42:15 +01:00
Andreas Rumpf
885f250f1b 'koch temp --option' passes options to the compiler compilation itself 2016-11-18 15:28:14 +01:00
Andreas Rumpf
7c1b5b3c2b fixes deepcopy regression 2016-11-18 09:54:12 +01:00
Andreas Rumpf
8875ca750f deepCopy: proper sharing of refs 2016-11-17 19:57:35 +01:00
Dominik Picheta
ceff18d479 Merge pull request #5032 from enthus1ast/patch-1
fixed typo
2016-11-17 18:22:29 +01:00
Andreas Rumpf
933f9d9857 Merge pull request #5014 from Parashurama/fix_excessive_stacktrace
make 'excessivestacktrace' option available for testing.
2016-11-17 17:03:24 +01:00
David Krause
5058ae1ba5 fixed typo 2016-11-17 16:47:36 +01:00
Araq
0e1304a3e2 the compiler uses tyAlias internally; tester compiles again 2016-11-16 00:13:45 +01:00
Andreas Rumpf
c629d6fef1 Merge pull request #5024 from flyx/timesimprovement
Improvements to times.nim
2016-11-15 09:32:48 +01:00
Andreas Rumpf
ff628e242f Merge pull request #5027 from nigredo-tori/descriptor-logger
Add newFileLogger overload accepting file descriptor
2016-11-15 09:29:29 +01:00
Andreas Rumpf
26f0c10c6b Merge pull request #5029 from nigredo-tori/unittest-colors
Use default colors for test and suite names
2016-11-15 09:27:52 +01:00
Dmitry Polienko
c62c38ca46 Use default colors for test and suite names 2016-11-15 13:43:39 +07:00