Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Nim

We are on a mission to develop an easy to use and performant systems programming language.
Collective - Host: opensource - https://opencollective.com/nim - Code: https://github.com/nim-lang/Nim

fixes nim-lang/nimsuggest#119 outline includes (#16608)

nimsuggest outline should account for includes, now it does:
- the module prefix will be of the...

github.com/nim-lang/Nim - 21dfa04cbf638f4059244b4cecf1906b84889a1e authored about 4 years ago
Improve documentation for deques (#16589)

github.com/nim-lang/Nim - 8a3b6190c3559061ca43cd73faba1a44170b1ee6 authored about 4 years ago
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 re...

github.com/nim-lang/Nim - c21360e67accbbad0c24c84432fdb4506f68c881 authored about 4 years ago
jsonutils: fromJson forward opt param fix (#16612)

github.com/nim-lang/Nim - 0d5cab77f65df1431ed417a666ba49136af3b2c1 authored about 4 years ago
fix #16516 method dispatch for sink args (#16594)

* fix #16516

* fix comment

* Trigger build

github.com/nim-lang/Nim - 58b9191354aa99ac2d17f9a7db3bdf239c7bce6b authored about 4 years ago
fix syntax in macros documentation (#16604)

github.com/nim-lang/Nim - d721f5cecad90a0aa7e2ea144607ffafdf647e31 authored about 4 years ago
Link the <fenv.h> header (#16597)

github.com/nim-lang/Nim - 2c2baa9fad1d144c42baf30ed004decdf8bb0483 authored about 4 years ago
make cstrutils work in VM (#16590)

* make cstrutils work in VM

* more

github.com/nim-lang/Nim - c04f305bf791ee5ecfd17f5a40d009d9c6b6f07a authored about 4 years ago
Improve documentation for complex (#16588)

* Improve documentation for complex

Add missing doc comments

* Add runnableExample

Add ...

github.com/nim-lang/Nim - 0c4bd65e8d2d81a5e52624215e864f7846eb320b authored about 4 years ago
fix #9125 (#16582)

* fix #9125

* Update tests/stdlib/tmath.nim

Co-authored-by: Timothee Cour <timothee.cour2@...

github.com/nim-lang/Nim - df9e74b510a84b0050ffe022e77d42c6f949c2bc authored about 4 years ago
Remove old untested undocumented examples (#16595)

github.com/nim-lang/Nim - b24d6d4b6a57a14aba0b22a9ea888a4adb19928c authored about 4 years ago
remove duplication in asynchttpserver examples (#16586)

* remove duplication in asynchttpserver examples

* fixup

* add comment showing how to run ...

github.com/nim-lang/Nim - 3b2f94810e4826c4eef4d517175a8b6a0a8a45a2 authored about 4 years ago
Make tmath test more strict (#16593)

Don't use approximate equality when comparing
numbers that are representable with perfect preci...

github.com/nim-lang/Nim - 9f1dd5c00f3ef5fdf221732bc2a70553b21426e5 authored about 4 years ago
merge tmath_misc.nim into tmath.nim (#16591)

github.com/nim-lang/Nim - b2a53795dcfa96445e27eaea2147d2596a8e4994 authored about 4 years ago
fix #16506 by changing the example (#16580)

Co-authored-by: Andreas Rumpf <[email protected]>

github.com/nim-lang/Nim - d2f4f25b5660454c2483ab1249195b3a3d037588 authored about 4 years ago
clean up the docs of some modules under lib/js (#16579)

github.com/nim-lang/Nim - fe20492f0524aa640d468e31b7b44ebab4ae47ad authored about 4 years ago
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...

github.com/nim-lang/Nim - 00144ee4e9857ad578597bed3f51176f252d6b13 authored about 4 years ago
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]

github.com/nim-lang/Nim - 6317e4004dded87d698b41274e31d318fe52e877 authored about 4 years ago
Add test for static proc/lambda params (#16584)

github.com/nim-lang/Nim - 80c8f06663658e12fcdcd2d36a0ee38683de552a authored about 4 years ago
fix #16499 (#16514)

github.com/nim-lang/Nim - 9531afac48aff3d5f0a6093742f60c95b043b08f authored about 4 years ago
Add backwards index overload for `[]` for JsonNode (#16501)

* Add backwards index overload for `[]` for JsonNode

* Add since

Co-authored-by: flywind <...

github.com/nim-lang/Nim - 0d67ad0bf38a69d110558a6eaa525e25cbf90648 authored about 4 years ago
Add posix_utils.osReleaseFile (#16452)

* Add posix_utils.osReleaseFile

* Update lib/posix/posix_utils.nim

Co-authored-by: flywind...

github.com/nim-lang/Nim - 349574d5745944ed2183b196113026f804393f29 authored about 4 years ago
enable tmath tests for JS backend (#16562)

github.com/nim-lang/Nim - 7c2c1ad0724c1a20063a7669912cdaf8767145e0 authored about 4 years ago
continue #15456 add #pragma directives compiler support (#16472)

* continue #15456
* follow the advice from juan_carlos

github.com/nim-lang/Nim - acf3715ea808d6ca5cfd94a340205d588fd50969 authored about 4 years ago
Improve sequtils documentation (#16559)

* Improve sequtils documentation

Uncomment assertions in tests

* Use present tense

github.com/nim-lang/Nim - 435f829348e12642540277ebeebe88fa6f289f80 authored about 4 years ago
fix #12311 (#16578)

github.com/nim-lang/Nim - c80261bc00c2be59216f945e7915699f6adab690 authored about 4 years ago
Improve documentation for critbits (#16568)

github.com/nim-lang/Nim - 763fef59fa9bf618f9b546dcb199872b5d8ee890 authored about 4 years ago
Make test independent of repo location (#16571)

* Make test independent of repo location

* Fix differently

github.com/nim-lang/Nim - a0134671eeed3cfac1e9035568cbdec41825da8d authored about 4 years ago
fix #12958 (#16565)

Sync between Linux kernel code (header:
https://github.com/torvalds/linux/blob/master/tools/inc...

github.com/nim-lang/Nim - c82c67dc69a32a18a94c7c4de8efed3eb609d8c1 authored about 4 years ago
fix #8412 (#16563)

* Revert "Make config processing order test more robust"

This reverts commit cf714c129f7dd598...

github.com/nim-lang/Nim - 76f92265d91ea7490dc434a82459ae93f5e8ff9e authored about 4 years ago
Fix #16554 (#16564)

github.com/nim-lang/Nim - 2aed4186989e0c9192eadcc28f989d41f92237b0 authored about 4 years ago
Revert "Make config processing order test more robust" (#16561)

This reverts commit cf714c129f7dd598863d1cc588e685df2438c658.

github.com/nim-lang/Nim - c71f5650c65026cf7c213b3a508fc16e89bc1ad2 authored about 4 years ago
Make config processing order test more robust

github.com/nim-lang/Nim - cf714c129f7dd598863d1cc588e685df2438c658 authored about 4 years ago
fix #16526 run config.nims before foo.nim.cfg (#16557)

* fix #16526 run config.nims before foo.nim.cfg

* add test

github.com/nim-lang/Nim - 471aab86a0b793afe34a36b41e4366a686b589b9 authored about 4 years ago
Algorithm improvements (#16529)

* Improve documentation for algorithm

Remove unused import in algorithm tests
Improve format...

github.com/nim-lang/Nim - 2eccef7ad6dd2941bcc78692b499b4cb269e9a2a authored about 4 years ago
fix #16061 (#16551)

github.com/nim-lang/Nim - e869767aa72a71e673c2e8fdc51925f28c13d432 authored about 4 years ago
fix `is "closure"` (#16552)

github.com/nim-lang/Nim - b8775bff575fb6860d43806b8070b904229927bf authored about 4 years ago
fix #16542 (#16549)

* fix #16542

github.com/nim-lang/Nim - d8b1ffc85733a2189a91deafe00d67af690028de authored about 4 years ago
fix #16206, `nim r / nim -r` recompiles if cwd changes (#16349)

github.com/nim-lang/Nim - 854ff26ac5a140b2f2cb509cef5a7aac551f6c34 authored about 4 years ago
Add mimetypes.mimesLongest (#16480)

* Allow single alloc mimetypes ops

* Allow single alloc mimetypes ops

* Update lib/pure/mi...

github.com/nim-lang/Nim - 1d2e2b5a5b70cc20c79fc3d02a8f3e220b00b3a3 authored about 4 years ago
big steps torwards an efficient, simple IC implementation (#16543)

* reworked ID handling
* the packed AST now has its own ID mechanism
* basic serialization cod...

github.com/nim-lang/Nim - 73a8b950cb6abf36a0d29c210bb7db302ae68325 authored about 4 years ago
fix #14340 (#16386)

github.com/nim-lang/Nim - 0d0e43469f060818ec09d74de5b0bb7ded891898 authored about 4 years ago
Documentation only Testament unittest (#16532)

* Link Testament from unittest doc

* Update lib/pure/unittest.nim

Co-authored-by: flywind ...

github.com/nim-lang/Nim - 505d04389ad5c83b50001e3108d89fcdec9c462f authored about 4 years ago
reuse const (#16422)

github.com/nim-lang/Nim - b254d91cd0099c1e0bc15126c52bd6485575ec5a authored about 4 years ago
follow up #16399 clean up docs (#16539)

* follow up #16399 clean up docs

* more

github.com/nim-lang/Nim - d069c08d2b077abfb6e7e73e516448de4faa89ef authored about 4 years ago
happy new year 2021 (#16537)

github.com/nim-lang/Nim - bc0b4fbc9e422ab87104610d879f02fe08771b74 authored about 4 years ago
link to POSIX sendSignal from osproc.kill docs (#16475)

and from osproc.terminate docs

github.com/nim-lang/Nim - 5953fbd8347838f162d64e4acdc259fd372210a3 authored about 4 years ago
refactor the tests of options (#16527)

github.com/nim-lang/Nim - b5101b23b5291d12ebbee4b8de37ac128ce9b7f4 authored about 4 years ago
Add short description on GC (#16535)

github.com/nim-lang/Nim - e67059a03a02b53919fafd0f99eb59baa9ad9a53 authored about 4 years ago
update contributing.rst (#16530)

* update docs

* Apply suggestions from code review

* Update doc/contributing.rst

github.com/nim-lang/Nim - 4a479f4a6eb2f9c5a3665d95fa86d993fdb66281 authored about 4 years ago
enable ggplotnim (#16538)

github.com/nim-lang/Nim - eb25d7dd712bd339f11becbf5499d04930382a30 authored about 4 years ago
fix #16494 (#16513)

* fix #16494

* fix

* fix

* fix

* fix

* fix

* fix performance

* add comments...

github.com/nim-lang/Nim - 9d4a1f95544c6c7c58829384cf8045e3803faab0 authored about 4 years ago
refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)

* init

* support strutils

* more

* better

* Call len once per string/cstring

* Ch...

github.com/nim-lang/Nim - 5fb56a3b2c83b62d72c72a9d56ef1333671bc2b6 authored about 4 years ago
RST: improve line blocks (#16518)

github.com/nim-lang/Nim - 5984f7a7dda5e6fb3119cd5705d5758e1b8f3fc7 authored about 4 years ago
disable ggplotnim, refs #16523 (#16524)

github.com/nim-lang/Nim - 17992fca1dc0b3674dce123296b277551bbca1db authored about 4 years ago
adding missing commas in std/bitops (#16520)

adding missing commas between the importc and header pragmas of some procs.

github.com/nim-lang/Nim - 876fa3e62e41cd366b89137cc3c4f6b5b8b2bee8 authored about 4 years ago
make the docs of arithmetics better (#16510)

* fix

* Update lib/system/arithmetics.nim

Co-authored-by: Timothee Cour <timothee.cour2@gm...

github.com/nim-lang/Nim - b42e7c0ef909a9712e4e8f87be304db5c105e721 authored about 4 years ago
use runnableExamples in options (#16503)

github.com/nim-lang/Nim - 805917768dea1b223a3aab3131d5c76f862b4984 authored about 4 years ago
Add assertions for jsconsole (#16460)

github.com/nim-lang/Nim - b8658a3e242f7304f7b0320089ef5aa0d5375c25 authored about 4 years ago
Add math.copySign (#16406)

* add math.copySign
* fix + tests

github.com/nim-lang/Nim - 515cd454207ed9066c08ac8ef42407ae5ba62bc8 authored about 4 years ago
follow #16505 move and active tests (#16508)

* fix printing negative zero in JS backend

* move tests

github.com/nim-lang/Nim - 73f778e441cd4229af4115f762bd597a8a20fb74 authored about 4 years ago
nim-gdb.py fixes mostly for nimsuggest debugging (#16479)

These fixes were primarily developed to assist in nimsuggest debugging. There
is nothing intent...

github.com/nim-lang/Nim - 84a7544988ffd8d26ff50c8a9417acbededf03fb authored about 4 years ago
fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add tests for `nim secret`, add tests for hintProcessing, misc other bug fixes (#16495)

* fix dots interfering with static:echo
* add tests
* fix hintProcessing dots for hintCC
* im...

github.com/nim-lang/Nim - 8508c4e1c262567ecc093de8b645cec677ce5afd authored about 4 years ago
fix #16502 (#16512)

github.com/nim-lang/Nim - 2f4d00fb98beaf6bb2e155e9da7dc7194038b5f3 authored about 4 years ago
disable grams (#16511)

github.com/nim-lang/Nim - 1df0c04a1c273237bef01b520d3c7dd1017b1611 authored about 4 years ago
move asciitables to std/private/ (#16498)

* move asciitables

* minor

github.com/nim-lang/Nim - 95f599ca2d94e4d58055390c4b9c7761bbd60d01 authored about 4 years ago
fix printing negative zero in JS backend (#16505)

github.com/nim-lang/Nim - 89a2390f8bcf8615466aea9fd2653f57829404c4 authored about 4 years ago
improve examples in manual (#16497)

* improve examples in manual

* Update doc/manual.rst

Co-authored-by: Clyybber <darkmine956...

github.com/nim-lang/Nim - 732419ae907208b0b484911b996893097402a6c7 authored about 4 years ago
Added cmpMem export (#16484)

* added cmpMem export

* updates

* fix test

* Tiny changelog change

* Add a dot.

C...

github.com/nim-lang/Nim - d5a3c2c2da2e3b2f6deeb2c1cd5430db90bc4fd5 authored about 4 years ago
improve turi.nim tests: js, vm; merge tdecodequery.nim (#16500)

* improve turi tests: js, vm; merge tdecodequery.nim

* improve test

* add test in js, impr...

github.com/nim-lang/Nim - fc1a4faf568424b221e6690257ee96c66e68408e authored about 4 years ago
use -d:nimCompilerStackraceHints in more places (#16400)

github.com/nim-lang/Nim - c9886a49528c08784b1f8e1f7b907024170973dc authored about 4 years ago
Nil type check implementation (#15287)

* Nil checking
* Enable current older not nil checking again, run new checking only under flag,...

github.com/nim-lang/Nim - 672dc5cd87790dc7f44ad62ae66f07e96e665409 authored about 4 years ago
RST: fix directive with fields (#16490) (#16493)

* RST: fix directive with fields (#16490)

* Update tests/stdlib/trstgen.nim

Co-authored-by...

github.com/nim-lang/Nim - e70ac0f34c9f195f6e423b3ac7e54b912e62c71d authored about 4 years ago
use doAssert in tests (#16486)

github.com/nim-lang/Nim - 6d442a40a6f89572052d61aeb73ec26d1f3451ce authored about 4 years ago
fix `nim secret` dots interfering with prompt (#16491)

* fix nim secret dots

* cleanups

github.com/nim-lang/Nim - f9a15dbae909f4521cd506bedf7ec500c4f4d9f8 authored about 4 years ago
fix #15043 (#16441) [backport:1.4]

* fix #15043

* Trigger build

github.com/nim-lang/Nim - fbc8a40c7a351ff7c0f2dc0608bc8926f89d8537 authored about 4 years ago
follow #15860 clean cgi module (#16487)

* follow #15860 clean cgi module

* follow #15860 clean cgi module

github.com/nim-lang/Nim - e718a4a058f9a9d0c9c8ce1d388040de7c14271d authored about 4 years ago
Revert #16478 (#16483)

* minor

* Revert "minor"

This reverts commit ef1807cbb468bffdcfffb41f023644b57fb0fe11.

github.com/nim-lang/Nim - 792e4a0392519c7921a0afedb029d02b5485ca64 authored about 4 years ago
remove some noises in tests (#16448)

github.com/nim-lang/Nim - 271f68259b5c42f515a707cd51bd500a298ec4a0 authored about 4 years ago
fix #16469 vm float constants: do not conflate -0.0 and 0.0 (#16470)

* fix #16469 vm float constants: do not conflate -0.0 and 0.0

* fix test for 32bit

github.com/nim-lang/Nim - 357729639ff970ba934a0dea2ae06ff063e37910 authored about 4 years ago
Save some alloc on base64 using encodeSize (#16465)

github.com/nim-lang/Nim - 0c8ce2dccf6f779dae01a6a66cf7a29b50796481 authored about 4 years ago
follow #15357 and move decodeQuery (#15860)

* follow #15357 and move decodeQuery
* solve problem one
* minor
* deprecate decodeData
* ad...

github.com/nim-lang/Nim - 689504081f476ec23ebfd7123ad2f8b27c387a97 authored about 4 years ago
RST: implement admonitions (#16438)

github.com/nim-lang/Nim - 2bdc479622c465e570fdb87df112dd56ddc9030f authored about 4 years ago
Add docs for nnkHiddenStdConv (#16408)

Add it to devel branch this time. I hope this works.

github.com/nim-lang/Nim - 626c2bc6589101bd1b0231a2608e32b51f73abba authored about 4 years ago
Don't use `unittest.suite` and `unittest.test` (#16464)

github.com/nim-lang/Nim - b57df6d0b335595d3197eb6907fb8d1a8237fc7e authored about 4 years ago
fix nim js cmp fails at CT (#16473)

github.com/nim-lang/Nim - 3f9a2ebea5c0b02bcfcfe77ada36c33187bbf8bb authored about 4 years ago
nimsuggest: fix and re-enable old tests (#16401)

A number of nimsuggest tests were disabled for various reasons, sometimes due
to brittleness. T...

github.com/nim-lang/Nim - 4cf605dcf6bdeacbb3f2ff8c7f17f5ff1afbe316 authored about 4 years ago
Avoid creating a holey array in makeNimstrLit for JS target (#16461)

* Avoid creating a holey array in makeNimstrLit
* Use array index instead of push

github.com/nim-lang/Nim - fa1a04188ffdc66f1edc909e5b465e548532617a authored about 4 years ago
fix #16474 `unittest.check type1 is type2` gives CT error (#16476)

* fix #16474
* more tests

github.com/nim-lang/Nim - 1d615dfda7102c5d7f190b077c0ae87abac34228 authored about 4 years ago
minor (#16478)

github.com/nim-lang/Nim - 1e859fa320e6f6a0fa3773c1ecf37707dd656b6c authored about 4 years ago
fix #16346 rst2html now honors SuccessX (#16347)

* fix #16346 SuccessX rst2html

* cleanups

* _

* _

* _

github.com/nim-lang/Nim - e84354666ac141959104f50be3fb22f1932dbaf4 authored about 4 years ago
Add missing HTTP codes (#16454)

github.com/nim-lang/Nim - a29bbeee41e43f00ba7a3b1951445ff5d21ccc52 authored about 4 years ago
add `euclDiv` and `euclMod` to `math` (#16414)

* add `euclDiv` and `euclMod` to `math`
* use abs
* Update lib/pure/math.nim

Co-authored-by...

github.com/nim-lang/Nim - b1c3dab2089bb4327627c2152a1148b299f1a930 authored about 4 years ago
strip minor improvement (#16444)

* strip minor improvement
* add more tests
* Update tests/stdlib/tstrutils.nim

Co-authored-...

github.com/nim-lang/Nim - 417c2509c42367edc4130a8761fae80d529d8574 authored about 4 years ago
add zippy to important packages (#16442)

* add zippy to important packages

* minor

github.com/nim-lang/Nim - 8d913a5921d7245ad80e92a040b5bc8ba6f97f44 authored about 4 years ago
disable pkg/criterion refs https://github.com/disruptek/criterion/issues/3 (#16443)

github.com/nim-lang/Nim - c8fadf2c749604fe7a4a4ca2e41f74bded3daa10 authored about 4 years ago
add sequtils to prelude (#16431)

* add sequtils to prelude

i would argue that sequtils is used just as often as the other impo...

github.com/nim-lang/Nim - 6e2c2d11db1c753c7129337ac0453ee42b57ff3d authored about 4 years ago
mark abs as inline (#16432)

github.com/nim-lang/Nim - 7256afb00d4451f96b525039b39109d21561a14d authored about 4 years ago
[backport => 1.0] fix #16428 vmops now works for generic procs (#16429)

* fix #16428 vmops now works for generic procs

* remove duplication

github.com/nim-lang/Nim - bc84d9c8cbaf4700e7c984a50876553ec21168b0 authored about 4 years ago
styleCheck: Fix some inconsistent identifiers (#16177)

github.com/nim-lang/Nim - 297c8e403d110dd872e070563328f4e0c734cd01 authored about 4 years ago