Commit Graph

11210 Commits

Author SHA1 Message Date
Andreas Rumpf
708b481c42 Merge pull request #4997 from cpunion/fix_intern_typo
typo
2016-11-05 09:53:38 +01:00
Andreas Rumpf
499ae7297b Merge branch 'devel' into new-dependency-tracking 2016-11-05 09:32:09 +01:00
Araq
8fa3e0cb25 added missing module 2016-11-05 09:27:46 +01:00
Andreas Rumpf
d606f6b348 cleanup nimsuggest tests 2016-11-05 09:07:51 +01:00
Andreas Rumpf
0a6787f956 better error handling for osproc.nim 2016-11-05 09:04:16 +01:00
Li Jie
3989d8fa79 typo 2016-11-05 00:22:51 -07:00
Araq
9e6fb3f696 new dependency tracking for nimsuggest 2016-11-05 01:19:23 +01:00
Felix Krause
f500b9f47b Cosmetic fixes
* Improved comments
 * Improved spacing
 * Use consts instead of magic numbers
2016-11-03 18:45:52 +01:00
Yuriy Glukhov
d857b4bc0e DRY frame info setting out to a template. 2016-11-03 19:16:10 +02:00
Jacek Sieka
fb7850a10a add primitive type abi check 2016-11-03 23:04:33 +08:00
Jacek Sieka
fa86571448 abi check: prefer nim constant to enable, document 2016-11-03 22:30:00 +08:00
Araq
33ebf3e5fb fixes criticial finish.nim bug 2016-11-03 14:43:24 +01:00
Jacek Sieka
be1e3c4e09 add a simple sizeof checker to compare nim & c types 2016-11-03 21:11:39 +08:00
Andreas Rumpf
ee8c1c6f93 Merge pull request #4989 from endragor/empty-async-all
async all() now immediately completes if arg is empty
2016-11-03 10:54:19 +01:00
Ruslan Mustakov
f2bded180f async all() now immediately completes if arg is empty 2016-11-03 10:50:43 +07:00
Dominik Picheta
e784fdee45 Merge pull request #4970 from nigredo-tori/fix-4969
Fix problems with persistent HTTP connections
2016-11-02 18:57:00 +01:00
Andreas Rumpf
5842f7d0d2 Merge pull request #4987 from lihf8515/devel
Update parsecfg.nim
2016-11-02 08:52:36 +01:00
Andreas Rumpf
a6d17b5503 some progress on --symbolfiles:on 2016-11-02 08:39:51 +01:00
lihf8515
89d4574445 Update parsecfg.nim
Value includes double quotation marks.
2016-11-02 11:48:11 +08:00
Dmitry Polienko
4753149227 Implement suggestions from @dom96 2016-11-02 09:19:20 +07:00
Andreas Rumpf
9a1c87d6bf Merge pull request #4985 from vlad1777d/patch-1
added description to fmWrite mode to be more exact
2016-11-01 22:09:05 +01:00
Vladislav
9bc79b923c added description to fmWrite mode to be more exact 2016-11-01 22:33:09 +02:00
Felix Krause
88f152e7dd Improved news formatting 2016-11-01 21:31:14 +01:00
Felix Krause
5d438ab05b info about TimeInfo.tzname in news 2016-11-01 21:29:19 +01:00
Felix Krause
9d5de8021b Use ISO 8601 format for times.$. Fixed tests.
* `$` now uses format() with explicit time zone.
 * Fixed errors in rendering "z", "zz" and "zzz"
 * Updated tests
2016-11-01 21:14:52 +01:00
Felix Krause
170745eb39 Removed tzname because it's broken
* No mapping between TimeInfo.tzname and TimeInfo.timezone
 * tzname of time.h is not well-defined, may have almost arbitrary
   length, and localization may differ
 * Code used hardcoded "UTC" string
2016-11-01 20:26:50 +01:00
Felix Krause
c1f0b7643c Fixed timezone offset parsing 2016-11-01 19:33:43 +01:00
Andreas Rumpf
5a0b3280ae nimsuggest is now in tools/ 2016-11-01 19:11:56 +01:00
Felix Krause
96234f36ca Made times.nim compile again to JS 2016-11-01 18:42:22 +01:00
Araq
73b76b916c koch improvements; implemented 'koch pushcsources' 2016-11-01 17:57:32 +01:00
Felix Krause
2ec6fe56ad Fixed timezone handling
* mktime always interprets its input as local time even on systems where
   gmtoff is present, so using it is utterly useless for anything but getting
   the local timezone. Removed all other usage of gmtoff to avoid confusion.
 * Properly handle timezone offset in toTime()
 * Properly handle timezone offset in `$` because asctime also interprets its
   input as local time
 * Also tried to fix the JavaScript implementation
2016-11-01 17:22:50 +01:00
Araq
47304372ca change TimeImpl for MingW 2016-11-01 14:11:46 +01:00
Araq
804af7e153 fixes bootstrapping 2016-11-01 10:25:34 +01:00
Andreas Rumpf
4884a56e38 Merge pull request #4980 from jlp765/tostring
Add nill value handling for seq/sets to system.CollectionToString()
2016-11-01 09:45:37 +01:00
Andreas Rumpf
d4c35da470 Merge pull request #4979 from singularperturbation/doc_ptr
(minor) Doc change for #3130
2016-11-01 09:44:44 +01:00
Andreas Rumpf
88ac25c3d9 Merge pull request #4977 from flyx/fix-4974
Fixes #4974
2016-11-01 09:44:12 +01:00
Araq
19befb5c91 yay, I'm free again 2016-11-01 08:19:05 +01:00
Araq
65801e4b6e make tests green again 2016-11-01 07:16:07 +01:00
Araq
45c6f9bb69 niminst update: make csources compile on old Linuxes 2016-11-01 07:14:20 +01:00
jlp765
55b28f86e1 add test: echo a seq with a nil value 2016-11-01 13:41:31 +10:00
singularperturbation
456b3d3231 (minor) Doc change for #3130 2016-10-31 22:38:17 -05:00
jlp765
0cb5adb494 Add nill value handling for seq/sets 2016-11-01 13:36:03 +10:00
Araq
d183e4034c touch koch.nim to trigger CI build (4th) 2016-11-01 00:28:21 +01:00
Araq
67a52ee647 touch koch.nim to trigger CI build (3rd) 2016-10-31 23:40:32 +01:00
Araq
237f438fe6 touch koch.nim to trigger CI build (2nd) 2016-10-31 23:25:30 +01:00
Araq
5b01f2e374 touch koch.nim to trigger CI build 2016-10-31 23:10:48 +01:00
Felix Krause
af4c75a893 Fixes #4974 2016-10-31 20:46:50 +01:00
Araq
a94a0f27f2 updated development version 2016-10-31 20:16:31 +01:00
Araq
08c94ef6b5 nimsuggest is now part of Nim 2016-10-31 20:12:54 +01:00
Araq
29db0d8585 refactoring complete: explicit ident cache 2016-10-31 19:47:20 +01:00