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

make oids module better (#16704)

* make oids modules better

* Update lib/pure/oids.nim

* fix

github.com/nim-lang/Nim - 8d3e0c7b9bb1289c249b2f009089326794a8a74a authored about 4 years ago
fixed nim-lang/nimsuggest#48 type aware sug (#16814)

* suggesting identifiers accounts context over scope (distance)
* key takeaway: context fit is ...

github.com/nim-lang/Nim - d99ea0082944918f23534cb291f6e6d18e5224b7 authored about 4 years ago
close #16810 (#16813)

github.com/nim-lang/Nim - 461a95525e110016597ef45f1dd4c1ac4472170c authored about 4 years ago
remove unused warning (#16809)

github.com/nim-lang/Nim - 5f5a8aa5c65753a5a736cfec4e59cddac58cee10 authored about 4 years ago
ref #16810 disable fidget (#16811)

github.com/nim-lang/Nim - 97bde218e3297eb3fc5082cb1cad4dfc1812e6dc authored about 4 years ago
Finer analysis for array access (#16787)

* Refine the analysis for array access
* Cleanup
* Add comments

github.com/nim-lang/Nim - 301e5838ecc154b9bdf7067da8f7b8d723ce4504 authored about 4 years ago
IC: next steps (#16729)

* IC: dead code elimination pass
* preparations for a different codegen strategy
* added docum...

github.com/nim-lang/Nim - 8241e55023ee32c9ec0b5443723bbe91f4fe875f authored about 4 years ago
fix code-block (#16799)

github.com/nim-lang/Nim - eae3bdf8fe554cdd334b8a53de63fd9bf10a7832 authored about 4 years ago
Fix an RST issues introduced in #16777 (#16798)

github.com/nim-lang/Nim - d5ce64883885336864f75458a3994debc43191a1 authored about 4 years ago
fix manual to reflect reality for .nosideeffect (#16781)

github.com/nim-lang/Nim - 8f62cd512c0c5ae9a27087ccf8b4f666611709e6 authored about 4 years ago
remove private checkSymlink (redundant with symlinkExists) (#16785)

github.com/nim-lang/Nim - aca97250eae891c87e0c98f02bd7db9687bab5b0 authored about 4 years ago
Improve the marshal module (#16777)

* Improve marshal

Use runnableExamples
Refactor tests

* Readd {.inheritable.} test

App...

github.com/nim-lang/Nim - d2b218b80aeff3b98f76ff15be47d7632246015e authored about 4 years ago
addQuitProc => addExitProc (#16765)

github.com/nim-lang/Nim - 18b983d7e3525787d0d0c5e767f62dab67e9329f authored about 4 years ago
typetraits: make genericHead docs reflect reality; use runnableExamples (#16776) [backport:1.4]

github.com/nim-lang/Nim - 8f1f0bd1daedfe96b1dd1cf248057be516e1d186 authored about 4 years ago
Fix SIGSEGV in httpclient response body (#16766)

* initialize httpclient response bodyStream; prevent SIGSEGV when getBody is false

* Update l...

github.com/nim-lang/Nim - 2d0cb18b9f092fad54abefed475218ae92fc846c authored about 4 years ago
Add testcase for #14880 (#16795)

github.com/nim-lang/Nim - bebfbaa439194a15a9630d0e86ed677dde27c372 authored about 4 years ago
Add std/setutils to lib.rst (#16791)

* Add std/setutils to lib.rst

Improve doc comments for setutils

* Adhere to the RST spec
...

github.com/nim-lang/Nim - 72bbd07ec14f9879e0da85e2f57eae38b0d9e162 authored about 4 years ago
Testament small fixes (#16788)

* ReSync with Devel

* ReSync

* Fix Deprecations, Convertion to itself, code style, etc

...

github.com/nim-lang/Nim - f1d165adf2f36e483777258a9618a8b540c24017 authored about 4 years ago
Add testcase for #5993 (#16789)

github.com/nim-lang/Nim - 3df652b90b9d5ccf7370ffb27eb5ee9f3c8a6cd2 authored about 4 years ago
Fix #16741 (#16783)

Move `downloadFileEx` out of `downloadFile` (solution, proposed by
@Yardanico).

Tested manua...

github.com/nim-lang/Nim - fdf4f74cd111e64fa8416b8dc6cffd73cb5ab44b authored about 4 years ago
fix #15628 (#16387)

* done

* Apply suggestions from code review

* fixup

Co-authored-by: Timothee Cour <timo...

github.com/nim-lang/Nim - dfe67970235d2c270a4fe91a7ba4451102d8eaac authored about 4 years ago
Part-to-whole optimization (#16775)

github.com/nim-lang/Nim - 57d5c1465a576e2d8bfc6496946aa24183c4456d authored about 4 years ago
close #8015: const array indexing zeroes data in object variants at runtime (#16782)

github.com/nim-lang/Nim - c17cad09928b9a3dc5098301023ecb2046919f7a authored about 4 years ago
fix testament regression: installed testament works again with testament r path (#16767)

* fix testament regression: installed testament works again with testament r path

* fixup

github.com/nim-lang/Nim - 2b5841cd2b096624987d7cd1aa217088447076b7 authored about 4 years ago
some comments for amd64 and nimvm CPU (#16756)

github.com/nim-lang/Nim - 00d9176e91c4a44ed2ccd8dd19c29e9f3d0f6ace authored about 4 years ago
fix noDecl => nodecl (#16760)

* fix noDecl => nodecl

* address comment

* disable flaky tests/stdlib/thttpclient.nim on f...

github.com/nim-lang/Nim - 14730d9d64c0d4a9c1f123a21a2894cfbd1ed314 authored about 4 years ago
Reboot of #16195 (#16746)

* fix #16185

* fix test

* fix comment

* fix comment

* better approach

* Add more ...

github.com/nim-lang/Nim - ccb11a63fb7bf4cf44a23e1b42334fd4c0664422 authored about 4 years ago
`--hintAsError` (#16763)

* --hintAsError

* add test, changelog

* condsyms

github.com/nim-lang/Nim - 4fc7fcb775140dc774a713063917fbf7d1392bdf authored about 4 years ago
add link to Nim Basics in tut1.rst [ci skip]

github.com/nim-lang/Nim - 2bedb0fe2c38424a53ec7376c05db09090af9f93 authored about 4 years ago
intsets are not deprecated

github.com/nim-lang/Nim - fbdf3f2cebc4d492b458cecfad1f19fdd1375f5a authored about 4 years ago
perpare for more compact bit operations in JS (#16728)

github.com/nim-lang/Nim - a0fddfecd438d29ee7acc76333d966911adcedbb authored about 4 years ago
intsets are here to stay (#16751)

github.com/nim-lang/Nim - 0300203e811e7ecff4a7ec9bbb087ec946bbf1f2 authored about 4 years ago
Improve documentation for stats (#16742)

* Improve documentation for stats

* Address nits

* Update lib/pure/stats.nim

Co-authore...

github.com/nim-lang/Nim - bd5ce5b351ec59d844dfdff462f23a2365fb1d61 authored about 4 years ago
fix config/nim.cfg: `@if not bsd or haiku:` was buggy (#16748)

github.com/nim-lang/Nim - 2e5254ff279d8013c01f6f56064fda713e0a6e4d authored about 4 years ago
Fix bump CI

github.com/nim-lang/Nim - 580b8f744b288e2069792ff4181743e4e588eced authored about 4 years ago
jsonutils.jsonTo: support opt (#16739)

github.com/nim-lang/Nim - 6c07b0a1f8daf96078ae68b83ead1d48675969d7 authored about 4 years ago
Improve documentation for packedsets (#16715)

* Improve documentation for packedsets

Add more runnableExamples
Add deprecated pragma to in...

github.com/nim-lang/Nim - 44ceefa9fefca58ba32e9638f754d7f4ca8a2b82 authored about 4 years ago
minor improvement on math.nim (#16733)

github.com/nim-lang/Nim - 8939de15d76fa43a4ce2c5cc3c693a2d47383ed9 authored about 4 years ago
js: improve tests + some docs (#16727)

* js: improve tests

* _

* _

* _

* fixup

github.com/nim-lang/Nim - 18e14f59209d4c4319317baa1faa089bec9fe484 authored about 4 years ago
close #10735 add testcase (#16690)

github.com/nim-lang/Nim - e4a529962e7df83d6297a68f5a1913358119b632 authored about 4 years ago
promote math.isNaN (#16734)

github.com/nim-lang/Nim - 5ed6a94d8f1c13abb1681f5425a59d2bac827242 authored about 4 years ago
Deprecate TaintedString (#15423)

Co-authored-by: Timothee Cour <[email protected]>
Co-authored-by: Dominik Picheta <domin...

github.com/nim-lang/Nim - 78a99587a4ad8ad17a179a7992fcda8a6e10f25a authored about 4 years ago
Improve documentation for the hashes module (#16720)

* Improve documentation for hashes

* Fix runnableExamples

* Apply suggestions

github.com/nim-lang/Nim - 7b632f9ccbd4d15fa9fe4ca45b6fea22b259c81d authored about 4 years ago
Fix 16722 (#16730)

* fix #16722

* fix spacing

* spacing

github.com/nim-lang/Nim - fc9cf2088d8ba969115a335239d57c05fbee9ad4 authored about 4 years ago
followup for #16717: minimized example + improved comment (#16721)

github.com/nim-lang/Nim - 52cf7280019c943dd7df33d0dd693931e6a116ee authored about 4 years ago
conservative approach to fix #15184 (#16723)

github.com/nim-lang/Nim - 554fe8f88fc6d146b17726acbab415f77e346a72 authored about 4 years ago
Add js BigInts (#16409)

* Add BigInts
* Renames tos plurals
* Improve Stringifications
* Update changelog.md

Co-au...

github.com/nim-lang/Nim - 41965880ce095da09a1f7e781a0c79e436432401 authored about 4 years ago
Transfer-Encoding:chunked tests (#16678)

* Add tests and fix extra newlines in body

* Fixes per comments

* Slight rephrase per comm...

github.com/nim-lang/Nim - a90f7a66edd393f04f12fb2f53ef2a6de553cf6b authored about 4 years ago
IC: next steps (#16705)

* code cleanups
* refactorings for IC
* more refactorings for IC
* IC: attach the 'nil' type ...

github.com/nim-lang/Nim - 1fd4c666dc676e77ce875c835a7372077c40f23e authored about 4 years ago
fix #16706 (#16717) [backport:1.4]

github.com/nim-lang/Nim - ef9027c29028b1ec93d14c148406d409bc1701d4 authored about 4 years ago
enable tests/stdlib/thttpclient.nim (#16710)

* enable tests/stdlib/thttpclient.nim

* disable windows, openbsd

github.com/nim-lang/Nim - 94430a2e6de6a9079662db6f5677f978a94e7fce authored about 4 years ago
disable hint:processing in tests (#16713)

* disable hint:processing in tests

* fix test

github.com/nim-lang/Nim - 287dec06aee803c45161603a899d8e343c1766a9 authored about 4 years ago
Fixes #16436 (#16695)

* Fixes #16436

* Comments addressed

github.com/nim-lang/Nim - 4ae520711d72fa903cccf3e59754fd64f632d992 authored about 4 years ago
improve formatting of error message when runnableExamples fails (#16677)

github.com/nim-lang/Nim - 7f67c593c11ea4d2c5228eb983c8f1e2cafee0e4 authored about 4 years ago
fix #16703; revert most of #16480; add tests/stdlib/tmimetypes.nim (#16711)

github.com/nim-lang/Nim - fee5fbc722295a49aad4980a915ff2d41c1fa701 authored about 4 years ago
Check for errors after sendPendingSslData (#16696)

* Check for errors after sendPendingSslData

* Leftover comment removed

github.com/nim-lang/Nim - 165d39738def9264156da9309e1d4c524fe499c8 authored about 4 years ago
refactor cmpNimIdentifier (#16611)

* refactor cmpNimIdentifier

* Apply suggestions from code review

Co-authored-by: Clyybber ...

github.com/nim-lang/Nim - b727217229c0d3040db463705545cdb6b1e5769b authored about 4 years ago
revive PR #16320 (CRLF fix); fix #16308; Update openssl.nim (#16648)

* Update openssl.nim

Fix issue # 16308

* Update openssl.nim

These are also related to I...

github.com/nim-lang/Nim - 61fd19c7e6880d77d20be01d25266e4195e631fa authored about 4 years ago
Improve uri.parseQuery to never raise an error (#16647)

In case of malformed query string where there is `=` on the value, handle
this character as par...

github.com/nim-lang/Nim - 71db2be83351aac3347f95dd545466a447ed1c07 authored about 4 years ago
fixes nim-lang/nimsuggest#103 con dot exprs (#16657)

- con calls for dot exprs now returns results
- discovered an issue with dot expr results -- do...

github.com/nim-lang/Nim - bb3c6d079772f2724c051c3ff3ccba90960548e2 authored about 4 years ago
Compile sqlite3 with -O3 flag (#16697)

github.com/nim-lang/Nim - e5ea3f0ccec5e4c80bae0aeb7efd17eb88b386a3 authored about 4 years ago
close #10734 add testcase (#16692)

* close #10734 add testcase

* fix

* fix

github.com/nim-lang/Nim - 736b0d13c04dadffd29eb56cbd8f34a7b7eff5af authored about 4 years ago
IC: next steps (#16632)

* removed dead code
* beginnings of a rodfile reader
* IC: record global VM state changes and ...

github.com/nim-lang/Nim - cf6dd57efeb3f4dba21102b75fd91c5a84224eaf authored about 4 years ago
Remove longestMatch in _WithPrefix iterators (#16689)

github.com/nim-lang/Nim - bf184bcdd9d2d25ea1da1c6c9b9abd7dfd2bd83b authored about 4 years ago
fix docs typo (#16637)

* fix typo

* fix typo

* Update doc/astspec.txt

github.com/nim-lang/Nim - f0cfc95372acbd0be54b826b96417616c4f2fd2e authored about 4 years ago
RST: implement internal targets (#16614)

github.com/nim-lang/Nim - fd5c8ef20845a511ad4e0af8dd8ad4331bf46ffc authored about 4 years ago
close #9901 add testcase (#16662)

* close #9901 add testcase

* follow advice

github.com/nim-lang/Nim - 335f849c36c4d7e618de277f6da64d8c1fdcc1c9 authored about 4 years ago
remove deprecated specs (#16684)

github.com/nim-lang/Nim - da28df6113cdc552ad2ef3a029638efd9bfdadf2 authored about 4 years ago
close #9655 add testcase (#16683)

github.com/nim-lang/Nim - 5af13c5aceaedf211ff59113384bcb6a85c35c2b authored about 4 years ago
close #7097 add testcase (#16682)

github.com/nim-lang/Nim - 0c128259bb01cde8ed27430929b0a01c5ee7b88c authored about 4 years ago
fix #13517 (#16681)

github.com/nim-lang/Nim - aa185c0e9b4904b305496bd1f83cbbadf2fbfa36 authored about 4 years ago
fix negative nan (#16628)

github.com/nim-lang/Nim - be6e8916faa51d227d51e1291d1f24751385b010 authored about 4 years ago
Improve documentation of strmisc (#16665)

Simplify examples

github.com/nim-lang/Nim - 5897ed9d3d5ca5f84423e87a70addc8c6764923e authored about 4 years ago
fixed nim-lang/nimsuggest#82 pure enum field sug (#16676)

- previous code wasn't account for tyEnum being wrapped in tyTypeDesc
- now pure enum fields ar...

github.com/nim-lang/Nim - bbc96f974d643b5ab4e2b9d2855e94ef30ed3ee4 authored about 4 years ago
fix #16555, fixes #16405: len, high honors '\0' for cstring in vm (#16610)

github.com/nim-lang/Nim - f6c2450cdb7e24b5dbd118494560cc8452dd3688 authored about 4 years ago
fix #16651 (#16658)

* fix #16651

github.com/nim-lang/Nim - 0286a0879bc44e5267a5fd36e6f4aac8f78713ea authored about 4 years ago
add error messages (#16679)

github.com/nim-lang/Nim - 510e383d9233641a82ef25d3e3fe3e2eba3a4388 authored about 4 years ago
fix #16650 (#16660)

github.com/nim-lang/Nim - 2c6f5ae6815367dcb44e441c8f3bda2e2513b061 authored about 4 years ago
fix broken CI (#16663)

github.com/nim-lang/Nim - f82100ac93ddb8977d2a404d2cd85975114f50ab authored about 4 years ago
Httpclient improvements (#15919)

* Allow passing Uri instead of strings

* Teach httpclient about 308

* Deprecate request pr...

github.com/nim-lang/Nim - 7bde6aa37f52695736917a070bc25097f0cb0b34 authored about 4 years ago
Add support for Transfer-Encoding: chunked (#16636)

* Add support for Transfer-Encoding: chunked

* Minor whitespace fixes

* Use recv instead o...

github.com/nim-lang/Nim - 65df5762a1f2011497350da0713a7bca05343326 authored about 4 years ago
close #4834 add testcase (#16649)

github.com/nim-lang/Nim - dbff2cd938b326279de0f3f97b2dd8c54a90468a authored about 4 years ago
Use func in lenientops (#16641)

github.com/nim-lang/Nim - b7ff0b2a1128dc976379102e180ae883641d6c82 authored about 4 years ago
skip docs for `lib/fusion` (docs already run in fusion repo) (#16645)

* run CI docs on koch.nim changes to avoid future regressions

* kochdocs: skip lib/fusion

github.com/nim-lang/Nim - ffb130b59c3f3d03e694b76af37563b070e28af0 authored about 4 years ago
kochdocs: fusion needs the js backend too (#16644)

github.com/nim-lang/Nim - 2a426ca8e2d64e4e415c20e97a6fbc8563ab1b2f authored about 4 years ago
DELETE requests should always have a content-length header (#16618)

* DELETE requests should always have a content-length header

Not having DELETE in this list i...

github.com/nim-lang/Nim - bfcb7c1621ba4cadb228125e924f1fe6bf91e20c authored about 4 years ago
close #1550 add testcase (#16640)

github.com/nim-lang/Nim - 38b8d080f29021d2685e09d552c2a7753ef25484 authored about 4 years ago
compiler: minor refactoring (#16633)

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

github.com/nim-lang/Nim - 596da7f9a0d6303738d368e119e49461591bfe71 authored about 4 years ago
Improve documentation for the md5 module (#16631)

github.com/nim-lang/Nim - a4257dc3b6a2955e3a25155ca81a5e21bdf61a89 authored about 4 years ago
IC: next steps (#16550)

* cleanups
* ast.nim: cleanups
* IC: no more sym.tab field, stored externally in the module gr...

github.com/nim-lang/Nim - 796498525a3d1197cd6468e4eb45b1fb47a702af authored about 4 years ago
minor fix (#16624)

github.com/nim-lang/Nim - 0da4cb93d1924d99a91491c2ec6124d9ec2a413b authored about 4 years ago
[FIX] Update fusion master commit hash (#16630)

github.com/nim-lang/Nim - cbf227d9493be1e82f3abec1d019ce397163635c authored about 4 years ago
Implements streams for sockets (#15729)

github.com/nim-lang/Nim - 0e7902b976fbd0e566f0fb5f4915695aca406451 authored about 4 years ago
oids: switch from PRNG to random module (#16203)

* switch from PRNG to random module
* fix the regression
* comments + tests
* runnableExample...

github.com/nim-lang/Nim - 89a21e4ec71e705833d2aacd069e291cf41a19c6 authored about 4 years ago
add math.signbit (#16592)

github.com/nim-lang/Nim - bab0aa6ecf8b91f9befaebefd0d4d5adeaac3ac3 authored about 4 years ago
Fixes the asynchttpserver example some more (#16599)

I dislike this example a lot (busy looping for FDs to be closed is a very
poor waste of resourc...

github.com/nim-lang/Nim - 4754806fb5d6afb034dc2d27959353ec579b08e4 authored about 4 years ago
Jsonutils: pass opt for object in object (#16615)

* jsonutils: fromJson forward opt param fix

* jsonutils: object in object test + fix: opt pass

github.com/nim-lang/Nim - 04b765c16d4a53c03f8d41c9b9ad97ac4ac8189e authored about 4 years ago
Minor docs/format changes (cpuinfo, volatile) (#16602)

github.com/nim-lang/Nim - d34d023da1d7af972366c3af58a144b395964b4c authored about 4 years ago
[backport 1.0] add backend support for js bigint (#16606)

* add backend support for js bigint

* cleanup

* add tests

* add -d:nimHasJsBigIntBacken...

github.com/nim-lang/Nim - 025ca660f7fe396ec6794137c29845feaf7ab9a3 authored about 4 years ago