ringabout
4d11d0619d
complete std prefixes for stdlib ( #22887 )
...
follow up https://github.com/nim-lang/Nim/pull/22851
follow up https://github.com/nim-lang/Nim/pull/22873
2023-10-30 17:03:04 +01:00
Andrey Makarov
a660c17d30
Markdown code blocks migration part 8 ( #22478 )
2023-08-15 06:27:36 +02:00
flywind
891329cd4b
move io out of system ( #19442 )
...
* move io out of system
* fix tests
* fix tests
* next step
* rename to syncio
* rename
* fix nimscript
* comma
* fix
* fix parts of errors
* good for now
* fix test
2022-02-02 17:10:11 +01:00
Juan Carlos
bf5dfe481a
parsecsv fix style ( #17933 )
...
* ReSync with Devel
* Fix style in parsecsv
* Update lib/pure/parsecsv.nim
Co-authored-by: Andreas Rumpf <rumpf_a@web.de >
2021-05-04 13:13:23 +02:00
Danil Yarantsev
56461c280f
Change stdlib imports to use std prefix in most examples ( #17202 )
2021-02-28 13:17:19 -08:00
flywind
cbc793b30b
move tests to testament ( #16101 )
...
* move tests to testament
* minor
* fix random
* disable test random
2020-11-24 19:06:41 +01:00
Scott Wadden
a9a9860b0b
Raise KeyError if passed an invalid row entry ( #15227 )
2020-08-26 20:00:54 +02:00
Jjp137
a62bc55955
parsecsv: fix '\0' being displayed as '0' in docs ( #15086 ) [backport]
2020-07-27 08:17:23 +02:00
Andreas Rumpf
484548c784
revert stdlib changes which are not required anymore
2020-04-01 19:38:44 +02:00
Zahary Karadjov
0521f98486
Hrm, the new errors highlighted some code that seems to be broken
...
New issue: since `Table[A, B]` allocates its backing storage with
`newSeq[KeyValuePair[A, B]]`, it's no longer legal to create a table
with `not nil` types used as either keys or values.
2020-04-01 19:38:44 +02:00
Jjp137
93461aee34
Fix many broken links
...
Note that contrary to what docgen.rst currently says, the ids have
to match exactly or else most web browsers will not jump to the
intended symbol.
2019-10-22 17:59:12 -07:00
narimiran
b17ed2ca9c
[backport] run nimpretty on parsers
2019-09-30 13:58:08 +02:00
Federico Ceratto
39290cf88c
Fix spellings ( #12277 ) [backport]
2019-09-27 07:02:54 +02:00
Arne Döring
1102b8ac6e
StringStream and parseJson, parseCfg, parseSql et al for the vm ( #10746 )
2019-02-28 22:57:57 +01:00
Federico Ceratto
68dd9be0f5
Handle empty lines in parsecsv; fixes #8365 ( #9343 )
2019-01-26 10:27:08 +01:00
jiro
bc31eb301a
better docs: parsecsv ( #10391 )
2019-01-24 17:14:23 +01:00
Araq
bbb0fd4eb7
remove deprecated stuff from the stdlib; introduce better deprecation warnings
2018-05-05 21:45:07 +02:00
Misha Kotwica
ba6e11fc88
Parsecsv mutability ( #7253 )
...
* parsecsv: immutable vars into lets
improving readability
* parsecsv.rowEntry: add mutable access
2018-02-24 14:55:38 +01:00
Strømberg
01649e3eb5
Name error in example ( #6935 )
...
Name error, example didn't compile .
2017-12-17 10:57:05 +01:00
Andreas Rumpf
d50260de20
fixes #6148
2017-10-26 12:45:00 +02:00
A. S. Budden
004ac801a5
Improvements to parsecsv to include a minimalist DictReader #4285
2016-06-12 07:28:07 +01:00
Andreas Rumpf
eba3355393
adds another 'open' to parsecsv; refs #3695
2016-05-28 19:53:43 +02:00
Adam Strzelecki
43bddf62dd
lib: Trim .nim files trailing whitespace
...
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
2015-09-04 23:03:56 +02:00
Oleh Prypin
32109a7867
Don't run non-test code when defined(testing)
2015-04-21 14:37:29 +03:00
Araq
93eb9c456d
more stdlib modules work
2014-08-31 15:25:54 +02:00
Araq
bf9764e563
several modules changed
2014-08-28 02:21:49 +02:00
Araq
11b6958755
big rename
2014-08-27 23:42:51 +02:00
Araq
550b5d9aea
stdlib compiles mostly without warnings again
2014-02-06 00:27:01 +01:00
Grzegorz Adam Hankiewicz
72a3e21f28
Removes executable bit for text files.
2013-03-16 23:53:07 +01:00
Andreas Rumpf
40ea1d0330
fixed pango/pangoutils new wrappers
2010-02-26 01:26:16 +01:00
rumpf_a@web.de
40a5d6c3b9
continued work on html/xmlparser
2010-02-14 00:29:35 +01:00
Andreas Rumpf
66a7e3d37c
added tools and web dirs
2009-09-15 23:22:22 +02:00
Andreas Rumpf
4d4b3b1c04
version0.7.10
2009-06-08 08:06:25 +02:00