Andreas Rumpf
|
c474fdea16
|
further hardening of asynchttpserver
|
2017-11-19 03:05:55 +01:00 |
|
Andreas Rumpf
|
55cdaaef6f
|
added parseutils.parseSaturatedNatural
|
2017-11-19 02:58:28 +01:00 |
|
Dominik Picheta
|
fd350de580
|
Fixes #6386. (#6545)
|
2017-11-19 02:55:03 +01:00 |
|
WhiteDuke
|
963184fea6
|
'newEnum' proc added to macros.nim (#6000)
|
2017-11-19 00:38:44 +01:00 |
|
Andreas Rumpf
|
e96189c9c3
|
make '..' work better with mixed integer types for backwards compat
|
2017-11-18 23:51:54 +01:00 |
|
Andreas Rumpf
|
0d11e09729
|
fixes #6753
|
2017-11-18 15:19:06 +01:00 |
|
Andreas Rumpf
|
908a25a2ca
|
replaced asArray with a much more powerful mapLiterals macro
|
2017-11-18 14:18:00 +01:00 |
|
Andreas Rumpf
|
6976bf20f5
|
Use 'typedesc' instead of 'untyped'
|
2017-11-18 14:18:00 +01:00 |
|
Fredrik Høisæther Rasch
|
b02ecda5a0
|
Move asArray macro back to sequtils
This reverts commit 72f653c2da.
|
2017-11-18 14:18:00 +01:00 |
|
Fredrik Høisæther Rasch
|
bd2f4d1852
|
Revert "Move asArray and ListComprehension to new sugar module"
This reverts commit 9bdee89774.
|
2017-11-18 14:18:00 +01:00 |
|
Fredrik Høisæther Rasch
|
e56db35610
|
Move asArray and ListComprehension to new sugar module
|
2017-11-18 14:18:00 +01:00 |
|
Fredrik Høisæther Rasch
|
e334a257fa
|
asarray targetType parameter does not need to be a typedesc.
|
2017-11-18 14:18:00 +01:00 |
|
Fredrik Høisæther Rasch
|
a312693250
|
asArray poduces a cal expression instead of a dot expression
|
2017-11-18 14:18:00 +01:00 |
|
Fredrik Høisæther Rasch
|
7744c6ce31
|
Moving asArray to future module
As per [suggestion](https://github.com/nim-lang/Nim/pull/6640#issuecomment-341565453) made by @Araq
|
2017-11-18 14:18:00 +01:00 |
|
Fredrik Høisæther Rasch
|
6f799e1505
|
Swapping asArray parameter order
In reaction to https://github.com/nim-lang/Nim/pull/6640#issuecomment-341528413
|
2017-11-18 14:18:00 +01:00 |
|
Fredrik Høisæther Rasch
|
3d11ef8511
|
Changing asArray documentation
in reaction to https://github.com/nim-lang/Nim/pull/6640#discussion_r148367553
|
2017-11-18 14:18:00 +01:00 |
|
Fredrik Høisæther Rasch
|
70f3226836
|
avoid asArray macros import when using nimscript
|
2017-11-18 14:18:00 +01:00 |
|
Fredrik Høisæther Rasch
|
5dfbeab65f
|
Implement an asArray macro
fixes #6563
|
2017-11-18 14:18:00 +01:00 |
|
Dominik Picheta
|
a583d686b4
|
Update docs of cookies.parseCookies. Closes #5721.
|
2017-11-18 11:26:18 +00:00 |
|
Arne Döring
|
a11be5f21f
|
added when statement (#6759)
|
2017-11-17 10:53:15 +01:00 |
|
Fabian Keller
|
001298eb22
|
fixes #6589 again (#6766)
|
2017-11-17 10:51:39 +01:00 |
|
Andreas Rumpf
|
d12edeeba1
|
make tests green again
|
2017-11-17 00:45:40 +01:00 |
|
Andreas Rumpf
|
661ce8b8cb
|
added system.getStackTraceEntries
|
2017-11-16 22:57:27 +01:00 |
|
Dominik Picheta
|
5883d727a8
|
Merge pull request #6659 from FedericoCeratto/Uri-string
Make Uri rendering more lenient. Closes #6652
|
2017-11-16 21:45:03 +00:00 |
|
lcrees
|
6de04da3a5
|
Removed deprecated numeric and poly module from the stdlib
|
2017-11-16 12:40:56 -07:00 |
|
Andreas Rumpf
|
a4d40d137e
|
'nim doc' is now using version 2 of the documentation generator
|
2017-11-16 12:53:36 +01:00 |
|
Lynn C. Rees
|
25e825df3a
|
Removed deprecated gentabs module from the stdlib (#6748)
|
2017-11-16 02:44:49 +01:00 |
|
Fabian Keller
|
5e66a7ce59
|
Modified handling of zero precision in formatFloat (#6719)
|
2017-11-15 21:23:33 +01:00 |
|
Lynn C. Rees
|
0ab373115c
|
Trim remaining expr/stmt from stdlib (#6742)
|
2017-11-15 17:34:48 +01:00 |
|
Lynn C. Rees
|
7f4248dc0c
|
Move deprecated romans module from stdlib to Nimble package (#6660)
|
2017-11-15 17:28:00 +01:00 |
|
Jörg Wollenschläger
|
eab7c88ce9
|
Fix cas when using vcc/cpp and use the correct interlocked exchange for bool (#6735)
|
2017-11-14 17:21:56 +01:00 |
|
Dominik Picheta
|
e4fd52b223
|
Merge pull request #6712 from vegansk/6708-fix-multisync
Fix parameter types splitting in multisync macro #6708
|
2017-11-14 11:17:30 +00:00 |
|
Federico Ceratto
|
ab938fc901
|
Clarify paramStr / paramCount use and availability (#6727)
|
2017-11-14 11:05:58 +01:00 |
|
Federico Ceratto
|
bd71d4205b
|
Make Uri rendering more lenient
When the hostname and path fields are set, handle missing or extra
slashes to generate valid URLs.
|
2017-11-14 02:28:13 +00:00 |
|
Anatoly Galiulin
|
d02606064c
|
Remove unneeded comment #6708
|
2017-11-13 15:16:44 +07:00 |
|
Lynn C. Rees
|
c7dbbe2107
|
Add heapqueue module to doc index (#6655)
Add copyright header to heapqueue modlue
|
2017-11-10 18:13:01 +01:00 |
|
Erwan Ameil
|
6a6a2b7d76
|
Fix missing stacktraces when using -d:useNimRtl (#6716)
|
2017-11-10 05:39:11 +01:00 |
|
Anatoly Galiulin
|
4812b0f0c5
|
Fix parameter types splitting in multisync macro #6708
|
2017-11-09 11:49:10 +07:00 |
|
Andreas Rumpf
|
46275f6b8f
|
fixes #6710
|
2017-11-08 15:45:26 +01:00 |
|
Silvio
|
d837ef177c
|
Add possibility to get language class to listings (#6705)
Add the possibility to add class `lang<Name>` to code listings.
Needed for restricting `run` to nim code (see https://github.com/nim-lang/nimforum/pull/111 )
|
2017-11-08 11:12:05 +01:00 |
|
Andreas Rumpf
|
d4cdd92bc9
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
|
2017-11-07 22:14:55 +01:00 |
|
Dominik Picheta
|
f221c192b3
|
Fix creating server example in net module
|
2017-11-07 17:23:53 +00:00 |
|
Andreas Rumpf
|
157d48bc32
|
make 'nim doc2 system.nim' work again
|
2017-11-07 15:52:28 +01:00 |
|
Ganesh Viswanathan
|
686a2aaefa
|
Fixes httpclient proxies. Fixes #6685 (#6694)
* Fix for #6685
* Fixed test breakage - SSL call wasn't within when defined(ssl) check
|
2017-11-07 13:51:09 +00:00 |
|
Andreas Rumpf
|
bb5bab1b74
|
make tests green again
|
2017-11-07 12:57:32 +01:00 |
|
Andreas Rumpf
|
136dbd3c6a
|
breaking change: countup/'..' only take a simple generic T
|
2017-11-07 11:49:36 +01:00 |
|
Andreas Rumpf
|
617ba1a209
|
Merge branch 'devel' into araq
|
2017-11-07 11:17:20 +01:00 |
|
Fabian Keller
|
7c588f2cc4
|
added doc examples for formatFloat (#6704)
|
2017-11-07 08:07:25 +01:00 |
|
treeform
|
4c7dda37a2
|
Remove libuv from standard library wrappers. (#6624)
|
2017-11-06 20:31:33 +01:00 |
|
Andreas Rumpf
|
2d892caba8
|
fixes ropes.nim regression; make tests green again
|
2017-11-06 19:25:28 +01:00 |
|