Commit Graph

11473 Commits

Author SHA1 Message Date
Andreas Rumpf
fccdbb3238 Merge branch 'devel' of github.com:nim-lang/Nim into devel 2017-11-17 16:24:03 +01:00
Andreas Rumpf
e61d8166cc fixes the second example of #6757 2017-11-17 16:23:54 +01:00
Andreas Rumpf
2d726711fa fixes #6765 2017-11-17 11:40:46 +01: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
338570ecd0 Merge branch 'devel' of github.com:nim-lang/Nim into devel 2017-11-17 00:45:57 +01:00
Andreas Rumpf
d12edeeba1 make tests green again 2017-11-17 00:45:40 +01:00
Dominik Picheta
318ed160b8 Merge pull request #6764 from lcrees/list-removed
Consolidate list of changed packages
2017-11-16 22:25:32 +00:00
lcrees
0594a3a70d Consolidate removed package list 2017-11-16 15:24:24 -07:00
Andreas Rumpf
661ce8b8cb added system.getStackTraceEntries 2017-11-16 22:57:27 +01:00
Andreas Rumpf
42be656b94 todo.txt updates 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
Dominik Picheta
b1d3abd594 Merge pull request #6761 from lcrees/nopolynumeric
Removed deprecated numeric and poly module from the stdlib
2017-11-16 21:26:37 +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
Sergey Avseyev
0d81ada619 Fix platform detection in makefile (#6751) 2017-11-16 02:36:36 +01:00
Lynn C. Rees
39c304f882 Add ioselectors to doc index (#6657) 2017-11-15 23:05:38 +01:00
Jacek Sieka
b122836acf use targets from test spec when running testament tests (#6687) 2017-11-15 22:37:51 +01:00
Dmitry Atamanov
870567d083 WIP: Add a advanced compiler command 'ctags' (#6654) 2017-11-15 22:07:22 +01:00
Mamy Ratsimbazafy
e7c09512d2 Documentation: directly use ref object + fields (#6598) 2017-11-15 22:01:28 +01:00
Lynn C. Rees
ac5dff2e04 Change expr/stmt in examples to untyped (#6734) 2017-11-15 21:58:11 +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
Fredrik Høisæther Rasch
3d5d6931f0 Appveyor thttpclient (#6744)
* App option value for disabling tests for AppVeyor

* Disable thttpclient on AppVeyor
2017-11-15 17:25:48 +01:00
Sergey Avseyev
b7ea1b0819 Tests should not rely on external services (#6703)
This test depends on example.com site to be reachable, and fails when
there is no internet connection.
2017-11-15 17:25:00 +01:00
Dominik Picheta
253ae4e25e Merge pull request #6743 from lcrees/patch-6
Clarify compiler plugin support
2017-11-14 23:19:05 +00:00
Andreas Rumpf
abec8823aa bugfix: make 'macros' module available for nimscript 2017-11-14 23:26:46 +01:00
Andreas Rumpf
c6471b8f72 koch temp uses '-d:debug' 2017-11-14 23:26:46 +01:00
Lynn C. Rees
b8fce9c58f Clarify compiler plugin support 2017-11-14 12:49:18 -07: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
Sergey Avseyev
22ceab0fbb Fix little endian PPC64 architecture detection (#6713) 2017-11-11 16:55:13 -05:00
Sergey Avseyev
bdd35c9722 Fix endianness in the test (#6715) 2017-11-11 16:52:12 -05:00
Lynn C. Rees
ae65368a65 Link to segfaults in docs (#6645) 2017-11-10 18:13:36 +01: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
Lynn C. Rees
5c2a920a28 Add chains module to doc index (#6656) 2017-11-10 18:12:34 +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
Andreas Rumpf
30f97b7a84 todo.txt updates 2017-11-08 15:45:11 +01:00
Andreas Rumpf
ab1787e7db fixes #6707; nimsuggest tests still not green 2017-11-08 11:41:05 +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
Kartik Saranathan
06a6347929 Fix incorrect signature for nimLoadProcs when using cpp backend (#6699) 2017-11-07 23:48:03 +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