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

improve epoll docs (#15137)

github.com/nim-lang/Nim - a7736b6b43a63216532716d9e819fc312ce4848a authored over 4 years ago by flywind <[email protected]>
fixes #15111 (#15136)

github.com/nim-lang/Nim - 4ab6887a67dcc87f961937447df0907b9dc7f26d authored over 4 years ago by Andreas Rumpf <[email protected]>
Revert "Small typo (#15132)" (#15134)

This reverts commit 4bf8d38248f40cc0bf5323843a9ea38c5bcc20a8.

github.com/nim-lang/Nim - 6b88cd0d42cac8059cb4ead691d20c21ed445a12 authored over 4 years ago by Andreas Rumpf <[email protected]>
Small typo (#15132)

The expected output necessarily cannot match the formatted string.

github.com/nim-lang/Nim - 4bf8d38248f40cc0bf5323843a9ea38c5bcc20a8 authored over 4 years ago by Oliver Daniel <[email protected]>
fixes #15071 [backport] (#15131)

github.com/nim-lang/Nim - d23ae4953510287c64e5bbbfb8c0e1eea23822f6 authored over 4 years ago by Andreas Rumpf <[email protected]>
Bump nimble (#15126)

github.com/nim-lang/Nim - f1971243d3e162889b10b46caab8ba6e98afa92d authored over 4 years ago by genotrance <[email protected]>
fixes #15112 (#15124)

github.com/nim-lang/Nim - 355b2751759b437e90cab16f819edc5cfba2f39b authored over 4 years ago by Andreas Rumpf <[email protected]>
cursor and mutation tracking fixes (#15113)

* fixes #15110
* fixes #15096

* prepare varpartitions for cursor inference
* new cursor inf...

github.com/nim-lang/Nim - d130175342f2b7c1bf87dd05c86509f04cf78154 authored over 4 years ago by Andreas Rumpf <[email protected]>
fix overloading case with generic alias (#15116)

* fix overloading case with generic alias

* revert reorganization of tests

github.com/nim-lang/Nim - 32c6146200196398986bee092b4ef4a0f82d90b2 authored over 4 years ago by jcosborn <[email protected]>
Fix tables.CountTable largest and smallest (#15115)

It needs to have len defined first because of the assert .len > 0. I just moved it up a bit to ...

github.com/nim-lang/Nim - 604f7461d786e31e7ae9df5a101770c329e00fe5 authored over 4 years ago by treeform <[email protected]>
asyncnet, net: don't attempt SSL_shutdown if a fatal error occurred (#15066)

* asyncnet, net: don't attempt SSL_shutdown if a fatal error occurred

Per TLS standard and SS...

github.com/nim-lang/Nim - 20315637aa5c6f018d868b7c3c26ca1b52d4cc65 authored over 4 years ago by alaviss <[email protected]>
Bump nimble (#15114)

github.com/nim-lang/Nim - 0788a7f97085ceed618285d9b8a869022d17c373 authored over 4 years ago by genotrance <[email protected]>
fixes #14139 (#15107)

* fix #14139
* Update lib/pure/collections/heapqueue.nim

Co-authored-by: Andreas Rumpf <rump...

github.com/nim-lang/Nim - c645dba038f3d801afe1b9c842bd49bd9455b410 authored over 4 years ago by flywind <[email protected]>
Fix forward declaration issues in template/macro context (#15091)

* Fix forward declaration issues in template/macro context

* Correct forward declaration reso...

github.com/nim-lang/Nim - 2629d619a114f9c27b753a32da717a25906c99e6 authored over 4 years ago by Clyybber <[email protected]>
Attempt to explain better why delImplIdx is the way it is. Maybe this can (#15108)

avoid future implementation mischief. (Maybe not. Sometimes, general
distrust of theory leads...

github.com/nim-lang/Nim - 196e747df150ace81e7f4c01253128d4a89f03c7 authored over 4 years ago by c-blake <[email protected]>
fixes #14616 [backport:1.2] (#15109)

github.com/nim-lang/Nim - a3a87cdb298d7166846133bca5d56f055717474c authored over 4 years ago by Andreas Rumpf <[email protected]>
Fulfill https://github.com/nim-lang/Nim/pull/14995#issuecomment-664914391 (#15104)

request. This can be conceived as an alternate, more capable resolution of
https://github.co...

github.com/nim-lang/Nim - b2a1944587bd23f87d05ed20cf33dd11c4c86e26 authored over 4 years ago by c-blake <[email protected]>
disable sink inference, only enable it for the stdlib. Reason: better source code compatibility (#15105)

github.com/nim-lang/Nim - 86c9b7833917cd3deac912488e4dc18a1ca1223a authored over 4 years ago by Andreas Rumpf <[email protected]>
Change clibdir and cincludes for NetBSD (#15102)

github.com/nim-lang/Nim - e4e4931432fbc81b1ced68b351691228fae31d36 authored over 4 years ago by Euan <[email protected]>
Fix #11352 strutil.insertSep() fails on negative numbers (#15087)

* fix #11352 strutil.insertSep handle negtive number

* test for #11352

* optimize

* not...

github.com/nim-lang/Nim - e2b149190584e53c662d09aeee9390908bbb250f authored over 4 years ago by Bung <[email protected]>
deprecate tables.allValues; continuation of #15047 (#15092)

github.com/nim-lang/Nim - 39487f9728c03e98109b70c2d169e6366b9a8337 authored over 4 years ago by Miran <[email protected]>
cleanup ARC documentation (#15100)

github.com/nim-lang/Nim - be78b35bb8ec45e995e2e27058fc925da11db550 authored over 4 years ago by Andreas Rumpf <[email protected]>
yet another fusion fix

github.com/nim-lang/Nim - a2f330569c3d7f59371854b76d7f87de95d1a72b authored over 4 years ago by narimiran <[email protected]>
another bump

github.com/nim-lang/Nim - 75083979f90c554e695211f129938046f6e9fe52 authored over 4 years ago by narimiran <[email protected]>
bump FusionStableCommit to the latest commit

github.com/nim-lang/Nim - d6a0c35330260acf2ebebfe884290ba88971a8a4 authored over 4 years ago by narimiran <[email protected]>
Improvements to Windows install instructions (#15099)

github.com/nim-lang/Nim - d60fae576f3228c1cee360129b687a1e8c6a8ed8 authored over 4 years ago by Ray Imber <[email protected]>
fixes #15076 (#15095)

github.com/nim-lang/Nim - e6f0d4a5a59f8230133481d25ce1c3f6e8daf0a5 authored over 4 years ago by Andreas Rumpf <[email protected]>
fix #14698 nkRecWhen caused internalAssert in semConstructFields when generic type not mentioned in fields (#14709)

* fix #14698 nkRecWhen caused internalAssert in semConstructFields when generic type not mention...

github.com/nim-lang/Nim - 377f71676629d5621d052e662996d30323ea3bee authored over 4 years ago by Timothee Cour <[email protected]>
fix #11354 jsgen not carefully handle genAddr with nkHiddenAddr,nkStm… (#15078)

* fix #11354 jsgen not carefully handle genAddr with nkHiddenAddr,nkStmtListExpr; genAsgn with l...

github.com/nim-lang/Nim - cac09a43aea0e8bcc6a7f2634cfcd4274a260b49 authored over 4 years ago by Bung <[email protected]>
fixes #14189 (#15080) [backport]

github.com/nim-lang/Nim - 191c388792c1b57c3855e9c3b9c83293be8a6207 authored over 4 years ago by Bung <[email protected]>
more renamings

github.com/nim-lang/Nim - 947ecd1257f78e8ee723bf3a6806b8f24642a064 authored over 4 years ago by Araq <[email protected]>
code cleanup

github.com/nim-lang/Nim - 46bd6787b8d81c8c8abd742c92380989938a33a3 authored over 4 years ago by Araq <[email protected]>
fixes a closure iterator memory leaks, progress on #15076

github.com/nim-lang/Nim - 318f0992eaa6ddce1c306e695f95f49b319c53c7 authored over 4 years ago by Araq <[email protected]>
Add test-cases for #12576 and #12523 (#15085)

* Add a test-case for #12576

* Add a test-case for #12523

github.com/nim-lang/Nim - 4c43915b5911b4b1d7cf35e3ba156fabde58ed84 authored over 4 years ago by Danil Yarantsev <[email protected]>
Small optimization for the CI pipeline. (#15088)

* azure-pipelines: cache csources to speed up build

Building csources takes about 2-4 mins, a...

github.com/nim-lang/Nim - c292c57e48c719875a37fa50d2ca6a3d3639ae2e authored over 4 years ago by alaviss <[email protected]>
parsecsv: fix '\0' being displayed as '0' in docs (#15086) [backport]

github.com/nim-lang/Nim - a62bc5595598d6cc0f1e4edf1458fdbbda025572 authored over 4 years ago by Jjp137 <[email protected]>
compiler: minor code cleanups

github.com/nim-lang/Nim - a0049d1fb0c997053ffafe8e53e8be6f611c4695 authored over 4 years ago by Araq <[email protected]>
Bump nimble (#15077)

github.com/nim-lang/Nim - c229df95a4831d083c0465f745fd2ad0f64b9863 authored over 4 years ago by genotrance <[email protected]>
fixes #15038 [backport:1.2]

github.com/nim-lang/Nim - aae998feff6d0234ee02311d59b299adfee0b01c authored over 4 years ago by Andreas Rumpf <[email protected]>
fixes #15052

github.com/nim-lang/Nim - 624762cfb7ab17606616f75ca280b83c55c3ec3b authored over 4 years ago by Andreas Rumpf <[email protected]>
fix nightlies: smaller log files (#15074)

Hopefully this will fix
"The job exceeded the maximum log length, and has been terminated."

github.com/nim-lang/Nim - 5c4e2bf68e067507ce0f26c93737b302bbeb5103 authored over 4 years ago by Miran <[email protected]>
koch: bundle nim-lang/fusion with Nim (#15061)

Initial work on bundling nim-lang/fusion as part of the Nim distribution.

github.com/nim-lang/Nim - 33c2d7bfc4fa5ab34fad35c11a384e6945aa6281 authored over 4 years ago by alaviss <[email protected]>
Add a test-case for #12990 (#15072)

* closes #12990
* Add a test-case for #12990

github.com/nim-lang/Nim - 080bed8b6b478699f740b61915f9e06ab30554d6 authored over 4 years ago by Danil Yarantsev <[email protected]>
strict func: much better error messages (#15068)

* strict func: much better error messages
* documented the 'strict funcs' mode

github.com/nim-lang/Nim - 2aca748ddd59a9fc428c717d5a6b86044613cdc6 authored over 4 years ago by Andreas Rumpf <[email protected]>
writing to a location counts as "side effect"; implements https://github.com/nim-lang/RFCs/issues/234 (#15030)

github.com/nim-lang/Nim - 7ca32c86bbb84ac7bcadd0a2bc2cd5fc277f1bff authored over 4 years ago by Andreas Rumpf <[email protected]>
deprecate tables.add (#15047)

github.com/nim-lang/Nim - 1330597f6df1d2f7d23ec25a7705e21be2e78d29 authored over 4 years ago by Miran <[email protected]>
fix #14684 (#15059)

github.com/nim-lang/Nim - 2dddf32726a1472d322644ec1a66caf8c547360e authored over 4 years ago by Bung <[email protected]>
fix #14534 (#15060) [backport]

github.com/nim-lang/Nim - 9746868832df3ef4b40597fb84f58900b2336496 authored over 4 years ago by Bung <[email protected]>
Bump nimble commit (#15053)

github.com/nim-lang/Nim - 8211d385697407c47a17681e37a2de1368e45a9e authored over 4 years ago by genotrance <[email protected]>
fix assignment to converted concept type (#15051)

* fix assignment to converted concept type

* check for resolved concepts

* add extra test

github.com/nim-lang/Nim - add003a07435a862191334a7f105cb27ecb73d1d authored over 4 years ago by jcosborn <[email protected]>
jsre: try to fix nightlies (#15057)

github.com/nim-lang/Nim - 4b93c61f0d783cbc1ce35d4494b533186595cdbd authored over 4 years ago by Miran <[email protected]>
fixes #15056 [backport]

github.com/nim-lang/Nim - 12a9fe017e4a49a161f5cabbbbcae0f5668b0ae3 authored over 4 years ago by Araq <[email protected]>
fixes #15036

github.com/nim-lang/Nim - 18a70a75638ded6ff23b2a9a57edfc7dd09bb5b1 authored over 4 years ago by Andreas Rumpf <[email protected]>
fixes #15044 [backport:1.2]

github.com/nim-lang/Nim - c90c53e8bb93c99a323684d73df7e7ec4791107d authored over 4 years ago by Andreas Rumpf <[email protected]>
json.nim: smaller init size (#15048)

There was a recent `rightSize` change in tables.nim, so the existing
value (4) was creating too...

github.com/nim-lang/Nim - 14d16c2174a4fcefd405f8c4eeaf57a6dcd2731d authored over 4 years ago by Miran <[email protected]>
enforce browsers.nim only handles URLs [backport] (#15045)

github.com/nim-lang/Nim - 925dd92e07bd8b031c9f237ceb9e352c34a97d64 authored over 4 years ago by Andreas Rumpf <[email protected]>
Change testing commands for some packages (#15041)

github.com/nim-lang/Nim - ec65bfae3ac20a6c3d13249bc1fc8413db2b3abb authored over 4 years ago by Miran <[email protected]>
fixes #15026 [backport] (#15040)

no test case since only a special case was affected and the special case got removed

github.com/nim-lang/Nim - d84894de2e04b22111a607eb72d301a1535a65e9 authored over 4 years ago by Andreas Rumpf <[email protected]>
fix #15033 (#15034)

github.com/nim-lang/Nim - 32ac1b7c9df8614510c08c0a4649131cf33f369c authored over 4 years ago by Hugo Granström <[email protected]>
Add a testcase for #14480. Fixes #14480 (#15037)

github.com/nim-lang/Nim - f25454d5c6b455d95aa526b57678ec8494ac0e36 authored over 4 years ago by Danil Yarantsev <[email protected]>
smtp: Fix STARTTLS, request HELO once TLS is established (#15032)

github.com/nim-lang/Nim - 503c5e0520779af87dc6c42da7c9d1dbd2e8f8e1 authored over 4 years ago by Mildred Ki'Lya <[email protected]>
ARC: optimize the code better when --panics:off (#15031)

github.com/nim-lang/Nim - 911e39351e34c1022b586fe9bfc3a67b2ce3bf44 authored over 4 years ago by Andreas Rumpf <[email protected]>
fix several newline problems (#15028) [backend]

* prevent newlines where they shouldn't be
* 'contentLength' shouldn't be negative

github.com/nim-lang/Nim - 5fafa2fd5c78232e4fe2d3d13bc67ab6c0cda0bb authored over 4 years ago by Miran <[email protected]>
Fix #2408 - add -d:globalSymbols (#14904)

github.com/nim-lang/Nim - 450a3e3179096c09cb473956386940a212f9a1d2 authored over 4 years ago by genotrance <[email protected]>
Shadow Dom apis (#14979)

* shadow dom api

* fix typos

* host to Element type

* fix code style

* move elements...

github.com/nim-lang/Nim - 64d629c617b5bbc700349afbc16607e2ed9f8eeb authored over 4 years ago by Bung <[email protected]>
Merge pull request #15027 from nim-lang/araq-cursor-fix

cursor inference bugfix

github.com/nim-lang/Nim - c8a72e07488de996fc7d03985747a22414d3d9df authored over 4 years ago by Andreas Rumpf <[email protected]>
cursor inference bugfix

github.com/nim-lang/Nim - 3a4e4cec4d9017705bea1b496e8a2b81776ca34f authored over 4 years ago by Andreas Rumpf <[email protected]>
hotfix: firstOrd/lastOrd for 'tyLent' as it shows up in strange places, as usual

github.com/nim-lang/Nim - 80d3ef995282ec2e37968feedf7914ade6f2e62f authored over 4 years ago by Andreas Rumpf <[email protected]>
readLine: Unicode support for Windows console (#14782)

* readLine: Unicode support for Windows console

When input is read from the Windows console, ...

github.com/nim-lang/Nim - 70acba7f0d4d73bce941dbd067a00255426bc697 authored over 4 years ago by Andreas Rumpf <[email protected]>
fixes #14194 (#15023)

github.com/nim-lang/Nim - 49d4b50fe52f0e961ef367a44be8b1bd79994a03 authored over 4 years ago by Andreas Rumpf <[email protected]>
koch: use in-tree Nim to run test if possible (#15018)

Fixes #15013

github.com/nim-lang/Nim - 9a76398ec6405dab88512fbc891b809ec2dd0325 authored over 4 years ago by alaviss <[email protected]>
'isolate' builtin; refs https://github.com/nim-lang/RFCs/issues/244 (#15011)

github.com/nim-lang/Nim - 71dd5f85b9a13d97ea0c74338722bf08a9ae6286 authored over 4 years ago by Andreas Rumpf <[email protected]>
io: fix SetHandleInformation signature to match Windows' (#15017)

* io: fix SetHandleInformation signature to match Windows'

Fixes #14980

* rename Handle ->...

github.com/nim-lang/Nim - bb1adf6a706190883fa57a0208ba8e3118235256 authored over 4 years ago by alaviss <[email protected]>
enable 'nimterop' test

github.com/nim-lang/Nim - b16284633e449a92db58f8431491e25e732875bf authored over 4 years ago by narimiran <[email protected]>
[Backport] Fixes callbacks being dropped on Linux/macOS/BSD. (#15012)

Fixes #15003.

This is a serious bug which occurs when data cannot be read/sent
immediately a...

github.com/nim-lang/Nim - 1e3a0ef1e1983f2e493f8f42afbb0ae3fbc4fd11 authored over 4 years ago by Dominik Picheta <[email protected]>
threadpool.nim: minor code style changes

github.com/nim-lang/Nim - ffe7b3a9bf1596e5016c8fcaf775f9261188d349 authored over 4 years ago by Araq <[email protected]>
fix docs for nativesocket read/write selects (#15010)

The sockets which *cannot* be _[read from or written to]_ will also be removed from ``readfds``.

github.com/nim-lang/Nim - ae358a0c7a5f7b14e5dde259cd6ce02b235985a3 authored over 4 years ago by Andy Davidoff <[email protected]>
enable,document,test getImplTransformed, very useful for understanding how nim transforms code (#14924)

* enable,document,test getImplTransformed, very useful for understanding how nim transforms code

github.com/nim-lang/Nim - 169ca37d2628312b5d94d5e90c3271179db87a13 authored over 4 years ago by Timothee Cour <[email protected]>
Fix #14906 (#14949)

* Fix #14906 by wrapping outputStream with PipeOutStream

* Fix compile error when ./build_all...

github.com/nim-lang/Nim - c983466c15f1807c66f4c2f07ba348b0f95584b3 authored over 4 years ago by Tomohiro <[email protected]>
fix odbc regressions (#15009) [backport]

* fix odbc regressions

* make only necessary changes

github.com/nim-lang/Nim - edbbbdf1a81440bd1eb221edf8a140799a0bed17 authored over 4 years ago by cooldome <[email protected]>
arc: cursors for simple for loop variables (#15008)

* arc: cursors for simple for loop variables

* merged devel

github.com/nim-lang/Nim - d4984e069adc1984c2f67d073ebb7c42873c4d08 authored over 4 years ago by Andreas Rumpf <[email protected]>
fix #14822 copy test into var in matrix process, so can reset startTime before actully run (#15000)

* TTest pass by ref , so can reset startTime before actully run

* change TTest to ref type

...

github.com/nim-lang/Nim - c2f80de1c74c673ab9d3459d1f86fb9fe4366f61 authored over 4 years ago by Bung <[email protected]>
fix #14082, don't crash on incorrectly formatted input (#14977) [backport]

* fix #14082, don't crash on incorrectly formatted input

* address code review

* remove du...

github.com/nim-lang/Nim - c62513049cd7dcbd5b339c2078856a31c498b4aa authored over 4 years ago by Miran <[email protected]>
Show that a variable is cursor in --expandArc (#15002)

github.com/nim-lang/Nim - 1355b461aa70cd1e17b2f07085aa6c97cb54283f authored over 4 years ago by Clyybber <[email protected]>
fix #15006 (#15007)

github.com/nim-lang/Nim - 9fb7467fda597957634b17782745a7f25d83296f authored over 4 years ago by flywind <[email protected]>
cursor inference: hotfix (#14999)

github.com/nim-lang/Nim - 6b607413e90111f74dd77c1fa31ba5f183f72bdf authored over 4 years ago by Andreas Rumpf <[email protected]>
fix #13621, the nim-livereload is mentioned as proposal in #8927 (#14998)

github.com/nim-lang/Nim - ba5604b96d7d2604a02b4f8ac8b67c54ea92ecfa authored over 4 years ago by Bung <[email protected]>
Fix #14994 (#14996)

* Fix #14994

* Revert misplaced "optimization"

* Typo

github.com/nim-lang/Nim - 282128ab66b6391c4ab9bc76cd19a63a5bce16f8 authored over 4 years ago by Clyybber <[email protected]>
disable debug output

github.com/nim-lang/Nim - 617c1f16d70657fbe4a69d76a2f00b84560af15a authored over 4 years ago by Andreas Rumpf <[email protected]>
An optimizer for ARC (#14962)

* WIP: an optimizer for ARC
* do not optimize away destructors in 'finally' if unstructured con...

github.com/nim-lang/Nim - c5358b0d4b1d27db04b974a0183c9b7312bc7bdc authored over 4 years ago by Andreas Rumpf <[email protected]>
repr_v2 improvements (#14992)

* Support proc in arc repr

* Typo

* Improve repr for strings and chars

github.com/nim-lang/Nim - 813dd1b670b953b0ac8348b04079faadace46c29 authored over 4 years ago by Clyybber <[email protected]>
Fix #14990 (#14991)

* Fix #14990

* Add testcase

github.com/nim-lang/Nim - e057b1d8395f4d639e195bc8f6a7e6922c149201 authored over 4 years ago by Clyybber <[email protected]>
Fix #14985 (#14988)

github.com/nim-lang/Nim - 08159733cd1ab508a611cf60380572e879ae7f0f authored over 4 years ago by Clyybber <[email protected]>
fix #13086 (#14987)

* fix #6608

* minor

* fix

* clean tests

* make testamnet happy

* again

* minor...

github.com/nim-lang/Nim - c5f64f101b772a1df3ed61c1a2f26a21767b580c authored over 4 years ago by flywind <[email protected]>
Closes #8426

github.com/nim-lang/Nim - 03b0374e5cec82146ead8468db0826c287378a13 authored over 4 years ago by Clyybber <[email protected]>
Closes #10396

github.com/nim-lang/Nim - ddfb7d9877920564ceec7863930380d21aa23f47 authored over 4 years ago by Clyybber <[email protected]>
Reenable a few tests

github.com/nim-lang/Nim - f2b041f1684430d0118864b3900c54a1bfc15fa3 authored over 4 years ago by Clyybber <[email protected]>
Closes #13253

github.com/nim-lang/Nim - 695a537c054c5b4e2d8d50e349bef3dfdf15800e authored over 4 years ago by Clyybber <[email protected]>
Clean up macros (#14959)

github.com/nim-lang/Nim - 9465b5db443b98d7ac2c1683e986716fb9a9290f authored over 4 years ago by Juan Carlos <[email protected]>
injectdestructors fixes and refactor (#14964)

* injectdestructors fixes and refactor

* Tiny cleanup

* Refactor and expand testcase

* ...

github.com/nim-lang/Nim - 2b0e336c971401d06797240686722ce669d902b9 authored over 4 years ago by Clyybber <[email protected]>