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

tools/deps: fix git dir check (#15470)

On Windows, a successful call will have a trailing newline appended, so
strip that away before ...

github.com/nim-lang/Nim - e3eae3f7c7e9db6962f30dcb84657f3269ff3476 authored over 4 years ago
remove nim.cfg file change lefover [backport:1.2] (#15469)

github.com/nim-lang/Nim - ff70ff529d23d5ca6abe0e16d815172dd24a9dd1 authored over 4 years ago
parser hotfix: don't run into endless loops; regression (#15468)

github.com/nim-lang/Nim - 7d8c1be8fb1ba96dd16c40df990d4c2639515173 authored over 4 years ago
Added std/effecttraits.nim (#15462)

github.com/nim-lang/Nim - 1f4b9cebd4a073024f68e70156be1d8ceab7344f authored over 4 years ago
closureiters: fixes #15243 (#15454) [backport:1.2]

* fixes #15243 [backport:1.2]

github.com/nim-lang/Nim - aa1d7fe1e9d9c63691b46d7d1c4c37e2c814bfc5 authored over 4 years ago
Ref #14094 - disable hot code reloading tests on NetBSD (#15458)

github.com/nim-lang/Nim - f785174c6009969ab853e0e2ce28f68c8b961776 authored over 4 years ago
use func in httpcore (#15457)

github.com/nim-lang/Nim - 6e32a9e88c4f2a63a4645748e06a9ff51d384232 authored over 4 years ago
Clean out niminst (#15451)

github.com/nim-lang/Nim - d1eb76184b114736a40aef2299f98be6b0b384c7 authored over 4 years ago
Fix #15452 - ip protocol not defined on NetBSD (#15453)

github.com/nim-lang/Nim - b4fe0c88624e3af03715a93733644b0c71dfdcce authored over 4 years ago
Fix "arraq" typo :)

github.com/nim-lang/Nim - 800d6204cd1e55919fb608ed8f151774894ee2b7 authored over 4 years ago
fixes #15430, pop pragma takes invalid input (#15449)

* fix #15430, pop pragma

{.pop, experimental.} should be allowed, but not {.pop experimental.}

github.com/nim-lang/Nim - 84d9b1227d036e2286cbceace0d8dd27c515c62b authored over 4 years ago
Add first draft of new osproc.readLines (#15429)

* Add first draft of new osproc.readLines

* Add test for new osproc.readLines

* Rename tes...

github.com/nim-lang/Nim - 26d656e73e2354bc6f177073b948a7791e8f7427 authored over 4 years ago
fix #15405. deepcopy arc (#15410)

* fix #15405
* fix tests
* deepcopy for ARC has to be enabled via --deepcopy:on

Co-authored...

github.com/nim-lang/Nim - 531ed2dc365d6d33c7bccdfbe22df561cf14af86 authored over 4 years ago
koch: unify nimble building scripts [backport:1.4] (#15443)

This commit gets rid of buildNimble in favor of the simpler
bundleNimbleExe, which does pretty ...

github.com/nim-lang/Nim - 3919f0aa544d84c7a236e5095b87d7d0c8fb63b4 authored over 4 years ago
[docs minor] unify generates and Generates (#15434)

* [docs] unify generates and Generates

* fix typo

github.com/nim-lang/Nim - 0bfa0fcaea69d247304ed06cb129bfcc80fcd864 authored over 4 years ago
Add critbits.toCritBitTree (#15444)

* Add critbits.toCritBitTree

* https://github.com/nim-lang/Nim/pull/15444#discussion_r498035342

github.com/nim-lang/Nim - 5e160bff1b07e813fd3ed75f2bc48c4331cbfa39 authored over 4 years ago
Clean out (#15448)

github.com/nim-lang/Nim - 8f90ac6af1bafcba13208e5356098f5f3aaff7b8 authored over 4 years ago
views: yet another bugfix (#15447)

* views: yet another bugfix

* views: extended the spec

* views: take into account potentia...

github.com/nim-lang/Nim - ab405c936e77a875199aa1ee0f99eddd3d5a0c10 authored over 4 years ago
Clean out (#15440)

github.com/nim-lang/Nim - 79a92da8efdb895ba5762ca9ed0471a3a5846068 authored over 4 years ago
Clean out jssys (#15442)

github.com/nim-lang/Nim - 4e7d383f29be22c9cec103cf678422a23b108a37 authored over 4 years ago
refactoring, fixes yet another strictFuncs regression (#15446)

github.com/nim-lang/Nim - 2b91845f1db165541be5d2ebad7fe1f956e90fb1 authored over 4 years ago
added missing .noalias support for object fields (#15445)

github.com/nim-lang/Nim - b703f02ad2a95975513f07d1a48c368b80825ddb authored over 4 years ago
Add 1 overload to apply (#15439)

github.com/nim-lang/Nim - 6b3654c48de4b0c431e1bfaad6d34ec3e33df026 authored over 4 years ago
better support for view types (#15436)

* you can put borrows into tables

* enforces mutating views only mutate mutable data

github.com/nim-lang/Nim - 86d7b63e2ae7177061ff13d7b4cf32ba512f22f6 authored over 4 years ago
fix doc search(escape HTML code) (#15433)

* use release version

* fix doc search

github.com/nim-lang/Nim - 9c86f4867e8475e38e1e8fb026b9cfd1555271a8 authored over 4 years ago
various documentation fixes [backport] (#15422)

github.com/nim-lang/Nim - eb2a4961c71029c874ebdacd1b23a349eb8e61d5 authored over 4 years ago
spec for view types (#15424)

* spec for view types
* spec additions
* refactoring; there are two different kinds of views
...

github.com/nim-lang/Nim - 4058801607b37fa707eb1b41d129ce74557eccac authored over 4 years ago
odbc regression from #14357 (#15417)

#14357 changed from sending 'val', an int, to a pointer to int, which is understandable, but not...

github.com/nim-lang/Nim - f8866598e7e0226aac7a6720adf4440278f9508d authored over 4 years ago
Dont assert on setstacksize result in iOS (#15427) [backport:1.2]

github.com/nim-lang/Nim - 22d0a3993268c334e62461f39ef02b1d02c64ca1 authored over 4 years ago
document that items no longer works with enum with holes (#15426)

github.com/nim-lang/Nim - 5f9b366180f86dec5362c6acb67defb58e2e1c93 authored over 4 years ago
.noalias annotation; frontend support (#15419)

* .noalias annotation; frontend support

* added .noalias support to Nim; implements https://g...

github.com/nim-lang/Nim - 50b6f6996ab604931d8ee7ca2a26bfdce5559933 authored over 4 years ago
cleanup lib/system/stacktraces.nim; refs #15416 (#15418)

github.com/nim-lang/Nim - 453167a41e4d3b75e14d9102779dc2311672d13f authored over 4 years ago
produce runtime type information for reified openArrays (#15415)

* produce runtime type information for reified openArrays

* added a test case

github.com/nim-lang/Nim - f1ac01459cfecdaa26fd26128bb586236d4ba24e authored over 4 years ago
Fix proc generic params ident defs, missing empty (#15412)

github.com/nim-lang/Nim - 0ea559611d7cd4ba907a668af01302d52fa3eab9 authored over 4 years ago
better support for slices as views (#15414)

* moved view tests to tests/views
* refactoring
* more refactorings
* better support for syst...

github.com/nim-lang/Nim - 57b7841c184e9f185d6d2404a1320e5d089e0e0f authored over 4 years ago
cursor inference: makes combparser work; refactorings (#15411)

* cursor inference: makes combparser work; refactorings

github.com/nim-lang/Nim - e6616115e65381aaab427c557431d7992bb25063 authored over 4 years ago
koch, compiler: bundle fusion as part of the source archive (#15409)

This allows distributions to build Nim from the downloaded source
archive without an Internet c...

github.com/nim-lang/Nim - d4892e9388084e71f9389efce7bba42d8c069d09 authored over 4 years ago
fix #11537, correct parse inline code without surrounding spaces (#15399)

github.com/nim-lang/Nim - 2de6e18774ec9f0f15c88ab916d7f501ba13b467 authored over 4 years ago
fixes #14983 (#15320)

* fixes #14983

* allow bootstrapping with 0.20

* added a test case for the new system.add ...

github.com/nim-lang/Nim - e9fa486493b5fa796cfd7d312b0004d5ee6ea6f5 authored over 4 years ago
Revert "fix #15035 (#15236)" (#15408)

This reverts commit f8c48fc1863a243718acf86b699baed1a5c1512e.

github.com/nim-lang/Nim - 68ec7a018b85e978c437e776dfcc183cf7b79057 authored over 4 years ago
more precise borrow checking of 'result' (#15406)

github.com/nim-lang/Nim - e3b5f80a890428a0c9b5c2bdd7a3205d79946957 authored over 4 years ago
fixes #15403 (#15404)

github.com/nim-lang/Nim - ce72d7ffc512c99e8eb8825b08c9985763f878b6 authored over 4 years ago
fix #14474, crash inside of a sole code-block (#15402)

github.com/nim-lang/Nim - 496e9f74e12b1ad73b621872771e9634404f95ff authored over 4 years ago
fixes #15361 (#15401)

* fixes #15361; better cursor inference

github.com/nim-lang/Nim - 4ec5cbac0df2914b71e9813e6df81c248510ae57 authored over 4 years ago
use release version (#15400)

github.com/nim-lang/Nim - 8a6c5edc43bb4ef90feb4eabbc2520004244a011 authored over 4 years ago
fix #15333 (#15336)

github.com/nim-lang/Nim - e85c5ad3797b378cf6b93f35cc1d63e2d066b57a authored over 4 years ago
Bump nimble (#15398)

github.com/nim-lang/Nim - 7a6f4eca1987f41fccf2eea0896f4a433208a355 authored over 4 years ago
Fix #15389 (#15390)

* allow result symbol reuse

* try different approach

* Revert "try different approach"

...

github.com/nim-lang/Nim - f21a49b2c4b20402198546aae9d9884bb9fa2a9f authored over 4 years ago
fix the indentation in `--help` and `--fullhelp` (#15387)

* fix the indentation in `--help` and `--fullhelp`

* a better way to fix it

github.com/nim-lang/Nim - fe3211fbcfa6b14a2e2fcd4dfb8664dcf8a1bd21 authored over 4 years ago
'koch temp' bugfix

github.com/nim-lang/Nim - 94c8d53a03c437d1601fa75aecb5b84bb694711f authored over 4 years ago
finish the stacktraces.nim implementation [backport:1.2] (#15393)

github.com/nim-lang/Nim - e2d80b15a6963f4a1ea64c32d7aeec9fcb862260 authored over 4 years ago
Fix forward declarations in shadow scope contexts (#15386)

* Fix forward declarations in shadow scope contexts

* Add testcase for #15385

* Less empty...

github.com/nim-lang/Nim - 4b9eea2fcc5d030393ca9020fbbee33fcb48d41a authored over 4 years ago
add `enumerate` macro (#15297)

* add `enumerate` macro

* address the comments

* put `enumerate` in its own module

github.com/nim-lang/Nim - 11c377c1149a23657a7f0dd897866cb550ade8d1 authored over 4 years ago
deinitLock (#15383)

* deinitLock

* minor

github.com/nim-lang/Nim - ab05e141c0ee298d42344e8a15101097e73ff2f9 authored over 4 years ago
better nativestacktrace support; refs #15284; backport [1.2] (#15384)

* nimStackTraceOverride: enable stack traces in exceptions

This is a two-step stack trace col...

github.com/nim-lang/Nim - 1fae66e4df8cc43b4ec8ab97fff96282ef234f2e authored over 4 years ago
Add strutils.indentation and make unindent use it (#15264)

* Add strutils.indentation and make unindent use it

* Code style

* Fix bootstrapping

* ...

github.com/nim-lang/Nim - d67c5cb75171fcbf1ca9078452e8fcbe36fc79bc authored over 4 years ago
os: make getApplFreebsd available for NetBSD (#15381)

NetBSD was switched to getApplFreebsd() in #15359, however the proc was
not made available for ...

github.com/nim-lang/Nim - aca9c5fb30fe2de12671e9103e93b81201bb8e71 authored over 4 years ago
Bump nimble (#15380)

github.com/nim-lang/Nim - 8f511fd0e68d1f75f418a5ed69663b8a41e29ae2 authored over 4 years ago
fix #6430, support `:target:` for images (#15379)

github.com/nim-lang/Nim - 464518327211ea3a693e9ae5e9b03c739d410ac4 authored over 4 years ago
add testcase for #6060 (#15366)

* add testcase for #6060

* Remove overspecific testament spec

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

github.com/nim-lang/Nim - 40a868bccc6934aba99a9e490dad04296533b00f authored over 4 years ago
add testcase for #7165 (#15368)

* add testcase for #7165

* Remove overspecific testament spec

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

github.com/nim-lang/Nim - 6c83eb48c2686818a0527a64576e27f0dbb87560 authored over 4 years ago
Documentation prelude (#15377)

github.com/nim-lang/Nim - db9ab2a4c00bc650a8526115d659b57dcd38c39b authored over 4 years ago
fixes #15360 [backport:1.2] (#15378)

github.com/nim-lang/Nim - c2434d939e193c066fad1eaefcba486dc0af6087 authored over 4 years ago
add testcase for #9710 (#15365)

* string is not nil anymore

* tatus

github.com/nim-lang/Nim - 0a1e4cad7fc6149d168ecaa06bd613b64fc704fb authored over 4 years ago
added a basic ORC test I still had lying around (#15376)

github.com/nim-lang/Nim - 4d75059e8b16c64a9765da6489af7c3d697c81b5 authored over 4 years ago
async: removed the 'unown' references, async never worked with --newruntime anyway and --newruntime is dead (#15374)

github.com/nim-lang/Nim - 04cecdf9c28c1f1d526d209c582afe7daa7fe654 authored over 4 years ago
arc: =deepcopy fixes

github.com/nim-lang/Nim - 33be7c6f5ef1a9e54d037682984f563c8ee11fcb authored over 4 years ago
arc: added tmarshal.nim test case

github.com/nim-lang/Nim - cdac67376c599c39e748401e8c0a82ab51a87326 authored over 4 years ago
fixes #15369 (#15371)

github.com/nim-lang/Nim - ebb632ccba0d786b90684e4da2b393cfae04a24c authored over 4 years ago
ORC/ARC async progress (#15370)

* ARC/ORC: fixes memory leak for empty seqs that have a non-zero capacity

* async: minor refa...

github.com/nim-lang/Nim - a15d77df7e324f6cda831bf44ced7a5a8bd93ef4 authored over 4 years ago
base64: fixes the error message for an invalid base64 input character [backport:1.2]

github.com/nim-lang/Nim - cbdda631dbd68765203d1843f217f47c6e0c5c48 authored over 4 years ago
ORC and stdlib optimizations (#15362)

github.com/nim-lang/Nim - 9a34009f00749bb29f3c58256648994940533e06 authored over 4 years ago
doc fix typo in lib/pure/httpclient.nim (#15364)

github.com/nim-lang/Nim - 8ae4a774b77d492f997f72d36cc3b8705bc080af authored over 4 years ago
Use sysctl on NetBSD to get exe name (#15359)

github.com/nim-lang/Nim - ae1f5c15593be8137812137d315bb8d367dfac9f authored over 4 years ago
fix coro proc crash for stack problem when run long enough than a GC cycle (#7612) (#11410)

Co-authored-by: drswinghead <[email protected]>
Co-authored-by: Clyybber <darkmine956@gmail...

github.com/nim-lang/Nim - 341cd844b282cc6ed3b1fc4c1ef10c38fc06d5e7 authored over 4 years ago
more ORC bugfixes (#15355)

* introduced --define:nimArcIds

* ORC: bugfixes

github.com/nim-lang/Nim - d19316bbb986a7dd1d6d091173963f6e74c65991 authored over 4 years ago
bump NimVersion to 1.3.7

github.com/nim-lang/Nim - 59b7857167ad458290dc57c4e39ca564b3080e52 authored over 4 years ago
async: minor refactorings (#15354)

github.com/nim-lang/Nim - 2671efab78e0c1a56d5f527b6a25f658575ca9a0 authored over 4 years ago
fix infinite recursion in typeRel (#15241)

* fix generic constraints

Co-authored-by: James Osborn <[email protected]>

github.com/nim-lang/Nim - e56d50d747451ea222617902ff70f31b4bb3123c authored over 4 years ago
string is not nil anymore (#15352)

github.com/nim-lang/Nim - c57023f3241e99910d44e91330a381e41193047f authored over 4 years ago
close #6071, remove the mentions of deprecated `docSeeSrcUrl` (#15350)

github.com/nim-lang/Nim - cbd78ec1f68e78a88e4a83a5009bc4c8c28c79b3 authored over 4 years ago
Revert "Introduce explicit copy (#15330)" (#15346)

This reverts commit a3e9cc52343a54cadc7b77b783e1c8b6ba2b327f.

github.com/nim-lang/Nim - bc9967f05a4272eb35f543ba6422086b57320ad8 authored over 4 years ago
fix #15326 (#15341)

github.com/nim-lang/Nim - d938c6411e399ee1c936fa7b9ee3a1b53ab65791 authored over 4 years ago
Add documentation for Testament (#15344)

github.com/nim-lang/Nim - 913ffbb92d0f0b9c5e7cf3fcbb446c38e890680e authored over 4 years ago
Fixed undeclared nimIdentNormalize compilation error in parseEnum (#15343)

github.com/nim-lang/Nim - 28a64869f0a5b96ee491a2a4210461709d4800fa authored over 4 years ago
fixes #9754 [backport] (#15342)

github.com/nim-lang/Nim - 8b66412a8bfebcd53f09d0e608b418a05d13516a authored over 4 years ago
proc params as syms (#15332)

* proc params are now syms

* Fix typesrenderer

* Add testcase for disrupteks issue

* fi...

github.com/nim-lang/Nim - 341be0b61cc0603dc921c99b891208dcda274c98 authored over 4 years ago
Introduce explicit copy (#15330)

github.com/nim-lang/Nim - a3e9cc52343a54cadc7b77b783e1c8b6ba2b327f authored over 4 years ago
fixes #15325 (#15340)

github.com/nim-lang/Nim - ae4ede6b009632bd0d809c61066b240e8ee7719a authored over 4 years ago
docs minor and #15335 (#15337)

github.com/nim-lang/Nim - de7f2372be770ca97f3f63dcc9447bdd2827f9d0 authored over 4 years ago
allow old styled RTTI for arc/orc (#15331)

github.com/nim-lang/Nim - fd31e8ff6f96527cc52125d01311d022ff82fead authored over 4 years ago
Methods docs improvement (#15338)

* docs improvement

* minor

github.com/nim-lang/Nim - 0aaf4e2dfa2d06a71202bd283e99bb017c781f2c authored over 4 years ago
fixes #15076 (#15329)

github.com/nim-lang/Nim - bc179ccc3f3c0df8b0c725b477c7cfeefaef4594 authored over 4 years ago
Remove Deprecated {.this:self.} from Documentation so people dont use it anymore (#15328)

github.com/nim-lang/Nim - 073bea66064afd72cd5e0ffc65569a1833dce385 authored over 4 years ago
fixes a critical ORC bug, refs #15076 (#15323)

github.com/nim-lang/Nim - c38487aa225674f67659c28ce171fd93e2231ad1 authored over 4 years ago
test cookies with comma for #15319 (#15322)

* test cookies with comma for #15319

* space

github.com/nim-lang/Nim - e111b610caa26b6577f99423d360ff805e0b0ecf authored over 4 years ago
fix cookie with comma (#15319)

github.com/nim-lang/Nim - 366216da6455fc882da44bac84b1887e6e1a267e authored over 4 years ago
dom.Navigator add missing attributes (#15310)

* Add missing attributes and methods to dom.Navigator

* Add missing attributes and methods to...

github.com/nim-lang/Nim - a667475aaf83f3228fe76ffd25c296ca1847146b authored over 4 years ago
Fixing issue #15302 -- lwip doesn't support signals (#15303)

* Fixing issue #15302 -- lwip doesn't support signals

* Adding test to catch issue #15302 -- ...

github.com/nim-lang/Nim - 6c49767a6c656fb097df71c41e4f123380bc1ca9 authored over 4 years ago