inv2004
04b765c16d
Jsonutils: pass opt for object in object ( #16615 )
...
* jsonutils: fromJson forward opt param fix
* jsonutils: object in object test + fix: opt pass
2021-01-07 03:09:02 +01:00
konsumlamm
d34d023da1
Minor docs/format changes (cpuinfo, volatile) ( #16602 )
2021-01-06 20:29:22 +01:00
Timothee Cour
025ca660f7
[backport 1.0] add backend support for js bigint ( #16606 )
...
* add backend support for js bigint
* cleanup
* add tests
* add -d:nimHasJsBigIntBackend
* cleanup
* more tests
2021-01-06 20:28:24 +01:00
Saem Ghani
21dfa04cbf
fixes nim-lang/nimsuggest#119 outline includes ( #16608 )
...
nimsuggest outline should account for includes, now it does:
- the module prefix will be of the module doing the including
- the filename will be of the module that was included
- adds a test case for it
2021-01-06 20:26:16 +01:00
konsumlamm
8a3b6190c3
Improve documentation for deques ( #16589 )
2021-01-06 20:16:26 +01:00
Timothee Cour
c21360e67a
macros.quote: document hard to use op; add more useful examples ( #16489 )
...
* macros.quote: document hard to use `op`; add more useful examples
* add back doc comment removed in a60305fbf3
* address comment
* fixup
* clarify quoting rules
* Update lib/core/macros.nim
Co-authored-by: Clyybber <darkmine956@gmail.com >
Co-authored-by: Clyybber <darkmine956@gmail.com >
2021-01-06 19:28:17 +01:00
inv2004
0d5cab77f6
jsonutils: fromJson forward opt param fix ( #16612 )
2021-01-06 18:42:49 +01:00
cooldome
58b9191354
fix #16516 method dispatch for sink args ( #16594 )
...
* fix #16516
* fix comment
* Trigger build
2021-01-06 10:47:03 +00:00
n5m
d721f5ceca
fix syntax in macros documentation ( #16604 )
2021-01-06 03:23:59 +01:00
konsumlamm
2c2baa9fad
Link the <fenv.h> header ( #16597 )
2021-01-05 20:51:51 +01:00
flywind
c04f305bf7
make cstrutils work in VM ( #16590 )
...
* make cstrutils work in VM
* more
2021-01-05 17:52:26 +01:00
konsumlamm
0c4bd65e8d
Improve documentation for complex ( #16588 )
...
* Improve documentation for complex
Add missing doc comments
* Add runnableExample
Add links for principal values
Optimize `-`
Change var to let
* Use std prefix for imports
2021-01-05 17:50:15 +01:00
flywind
df9e74b510
fix #9125 ( #16582 )
...
* fix #9125
* Update tests/stdlib/tmath.nim
Co-authored-by: Timothee Cour <timothee.cour2@gmail.com >
* back
Co-authored-by: Andreas Rumpf <rumpf_a@web.de >
Co-authored-by: Timothee Cour <timothee.cour2@gmail.com >
2021-01-05 17:47:10 +01:00
Juan Carlos
b24d6d4b6a
Remove old untested undocumented examples ( #16595 )
2021-01-05 17:45:58 +01:00
Timothee Cour
3b2f94810e
remove duplication in asynchttpserver examples ( #16586 )
...
* remove duplication in asynchttpserver examples
* fixup
* add comment showing how to run snippet locally
2021-01-05 17:21:06 +01:00
Clyybber
9f1dd5c00f
Make tmath test more strict ( #16593 )
...
Don't use approximate equality when comparing
numbers that are representable with perfect precision.
2021-01-05 15:52:24 +01:00
Timothee Cour
b2a53795dc
merge tmath_misc.nim into tmath.nim ( #16591 )
2021-01-05 14:29:21 +01:00
Miran
d2f4f25b56
fix #16506 by changing the example ( #16580 )
...
Co-authored-by: Andreas Rumpf <rumpf_a@web.de >
2021-01-04 12:46:36 -08:00
flywind
fe20492f05
clean up the docs of some modules under lib/js ( #16579 )
2021-01-04 19:54:33 +01:00
Timothee Cour
00144ee4e9
fix #16576 : honor matrix in testament by making such tests non joinable ( #16577 )
...
* refs #16576 : honor matrix in testament by making such tests non joinable
* add tests + misc fixes
* fix test for i386 with -d:danger
2021-01-04 19:45:46 +01:00
Andreas Rumpf
6317e4004d
make --gc:arc --exceptions:quirky work again [backport:1.4] ( #16583 )
...
* make --gc:arc --exceptions:quirky work again [backport:1.4]
* fixes #16404 [backport:1.4]
2021-01-04 19:44:50 +01:00
Clyybber
80c8f06663
Add test for static proc/lambda params ( #16584 )
2021-01-04 18:41:02 +01:00
flywind
9531afac48
fix #16499 ( #16514 )
2021-01-04 18:27:58 +01:00
Neelesh Chandola
0d67ad0bf3
Add backwards index overload for [] for JsonNode ( #16501 )
...
* Add backwards index overload for `[]` for JsonNode
* Add since
Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com >
* Add docs, example, and changelog
Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com >
2021-01-04 17:46:39 +01:00
Juan Carlos
349574d574
Add posix_utils.osReleaseFile ( #16452 )
...
* Add posix_utils.osReleaseFile
* Update lib/posix/posix_utils.nim
Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com >
* Update lib/posix/posix_utils.nim
Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com >
* Add a basic sanity test
* Add a basic sanity test
* Add a basic sanity test
* Add a basic sanity test
* https://github.com/nim-lang/Nim/pull/16452#issuecomment-753364096
* Update lib/posix/posix_utils.nim
Co-authored-by: Andreas Rumpf <rumpf_a@web.de >
* Update lib/posix/posix_utils.nim
Co-authored-by: Andreas Rumpf <rumpf_a@web.de >
* Update changelog.md
Co-authored-by: Andreas Rumpf <rumpf_a@web.de >
Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com >
Co-authored-by: Andreas Rumpf <rumpf_a@web.de >
2021-01-04 15:21:36 +01:00
flywind
7c2c1ad072
enable tmath tests for JS backend ( #16562 )
2021-01-04 11:40:56 +01:00
flywind
acf3715ea8
continue #15456 add #pragma directives compiler support ( #16472 )
...
* continue #15456
* follow the advice from juan_carlos
2021-01-04 11:34:13 +01:00
konsumlamm
435f829348
Improve sequtils documentation ( #16559 )
...
* Improve sequtils documentation
Uncomment assertions in tests
* Use present tense
2021-01-04 11:04:30 +01:00
flywind
c80261bc00
fix #12311 ( #16578 )
2021-01-04 10:24:52 +01:00
konsumlamm
763fef59fa
Improve documentation for critbits ( #16568 )
2021-01-03 22:25:05 -08:00
Clyybber
a0134671ee
Make test independent of repo location ( #16571 )
...
* Make test independent of repo location
* Fix differently
2021-01-03 19:15:56 +01:00
Roman Inflianskas
c82c67dc69
fix #12958 ( #16565 )
...
Sync between Linux kernel code (header:
https://github.com/torvalds/linux/blob/master/tools/include/uapi/linux/sched.h )
and the linux module in lib.
`CLONE_STOPPED` was marked as deprecated, as it was removed in the
Linux kernel upstream.
Fixes #12958 .
2021-01-03 14:00:22 +01:00
flywind
76f92265d9
fix #8412 ( #16563 )
...
* Revert "Make config processing order test more robust"
This reverts commit cf714c129f .
* enable tmath tests
* fix #8412
* Revert "enable tmath tests"
This reverts commit 293b63f57e .
* add tests
* fix
2021-01-03 11:05:59 +01:00
hlaaftana
2aed418698
Fix #16554 ( #16564 )
2021-01-03 08:02:12 +01:00
flywind
c71f5650c6
Revert "Make config processing order test more robust" ( #16561 )
...
This reverts commit cf714c129f .
2021-01-03 12:55:08 +08:00
Clyybber
cf714c129f
Make config processing order test more robust
2021-01-02 21:47:26 +01:00
Timothee Cour
471aab86a0
fix #16526 run config.nims before foo.nim.cfg ( #16557 )
...
* fix #16526 run config.nims before foo.nim.cfg
* add test
2021-01-02 21:41:44 +01:00
konsumlamm
2eccef7ad6
Algorithm improvements ( #16529 )
...
* Improve documentation for algorithm
Remove unused import in algorithm tests
Improve formatting
* Reapply fix for reverse on empty openArray
* Use 3rd person singular
Add more explanations.
2021-01-02 20:28:59 +01:00
flywind
e869767aa7
fix #16061 ( #16551 )
2021-01-02 17:13:01 +01:00
flywind
b8775bff57
fix is "closure" ( #16552 )
2021-01-02 17:11:46 +01:00
flywind
d8b1ffc857
fix #16542 ( #16549 )
...
* fix #16542
2021-01-02 14:32:37 +01:00
Timothee Cour
854ff26ac5
fix #16206 , nim r / nim -r recompiles if cwd changes ( #16349 )
2021-01-02 01:33:59 -08:00
Juan Carlos
1d2e2b5a5b
Add mimetypes.mimesLongest ( #16480 )
...
* Allow single alloc mimetypes ops
* Allow single alloc mimetypes ops
* Update lib/pure/mimetypes.nim
Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com >
* https://github.com/nim-lang/Nim/pull/16480#issuecomment-752630190
* https://github.com/nim-lang/Nim/pull/16480#issuecomment-752630190
* https://github.com/nim-lang/Nim/pull/16480#issuecomment-753349661
* update changelog
Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com >
2021-01-02 08:10:38 +01:00
Andreas Rumpf
73a8b950cb
big steps torwards an efficient, simple IC implementation ( #16543 )
...
* reworked ID handling
* the packed AST now has its own ID mechanism
* basic serialization code works
* extract rodfiles to its own module
* rodfiles: store and compare configs
* rodfiles: store dependencies
* store config at the end
* precise dependency tracking
* dependency tracking for rodfiles
* completed loading of PSym, PType, etc
* removed dead code
* bugfix: do not realloc seqs when taking addr into an element
* make IC opt-in for now
* makes tcompilerapi green again
* final cleanups
Co-authored-by: Andy Davidoff <github@andy.disruptek.com >
2021-01-02 07:30:39 +01:00
Timothee Cour
0d0e43469f
fix #14340 ( #16386 )
2021-01-01 22:55:22 +01:00
Juan Carlos
505d04389a
Documentation only Testament unittest ( #16532 )
...
* Link Testament from unittest doc
* Update lib/pure/unittest.nim
Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com >
Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com >
2021-01-01 19:44:06 +01:00
n5m
b254d91cd0
reuse const ( #16422 )
2021-01-01 19:41:49 +01:00
flywind
d069c08d2b
follow up #16399 clean up docs ( #16539 )
...
* follow up #16399 clean up docs
* more
2021-01-01 19:39:05 +01:00
flywind
bc0b4fbc9e
happy new year 2021 ( #16537 )
2021-01-01 19:28:59 +01:00
n5m
5953fbd834
link to POSIX sendSignal from osproc.kill docs ( #16475 )
...
and from osproc.terminate docs
2021-01-01 19:01:45 +01:00