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
split `PackedModule` into reader and writer
github.com/nim-lang/Nim - ringabout opened this pull request 6 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 6 months ago
Run tests with `nimPreviewHashFarm` on the 3 main back ends.
github.com/nim-lang/Nim - c-blake opened this pull request 6 months ago
github.com/nim-lang/Nim - c-blake opened this pull request 6 months ago
Add logical AND-assignment and logical OR-Assignment
github.com/nim-lang/Nim - juancarlospaco opened this pull request 6 months ago
github.com/nim-lang/Nim - juancarlospaco opened this pull request 6 months ago
IC: use tables instead of huge seqs because the compiler can create l…
github.com/nim-lang/Nim - Araq opened this pull request 6 months ago
github.com/nim-lang/Nim - Araq opened this pull request 6 months ago
adds a define nimHasJsNoLambdaLifting so we can use it in the config for compatibility
github.com/nim-lang/Nim - ringabout opened this pull request 6 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 6 months ago
Add Farm Hash conditioned upon `nimPreviewHashFarm` as 64-bit `Hash`
github.com/nim-lang/Nim - c-blake opened this pull request 6 months ago
github.com/nim-lang/Nim - c-blake opened this pull request 6 months ago
fixes #23732, os.sleep(-1) now returns immediately
github.com/nim-lang/Nim - litlighilit opened this pull request 6 months ago
github.com/nim-lang/Nim - litlighilit opened this pull request 6 months ago
Deadloop in Windows, `os.sleep(-1)`
github.com/nim-lang/Nim - litlighilit opened this issue 6 months ago
github.com/nim-lang/Nim - litlighilit opened this issue 6 months ago
Deadloop in Windows, `os.sleep(-1)`
github.com/nim-lang/Nim - litlighilit opened this issue 6 months ago
github.com/nim-lang/Nim - litlighilit opened this issue 6 months ago
ignore uninstantiated static on match to base type [backport:2.0]
github.com/nim-lang/Nim - metagn opened this pull request 6 months ago
github.com/nim-lang/Nim - metagn opened this pull request 6 months ago
regression from 2.0.4 to 2.0.6 cannot instantiate: 'SomeInteger' in return type
github.com/nim-lang/Nim - daniel-j opened this issue 6 months ago
github.com/nim-lang/Nim - daniel-j opened this issue 6 months ago
Fix NIM_STATIC_ASSERT_AUX being redefined on different lines
github.com/nim-lang/Nim - fakuivan opened this pull request 6 months ago
github.com/nim-lang/Nim - fakuivan opened this pull request 6 months ago
disable dnsclient because it is fragile
github.com/nim-lang/Nim - ringabout opened this pull request 6 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 6 months ago
implement `legacy:jsNoLambdaLifting` for compatibility
github.com/nim-lang/Nim - ringabout opened this pull request 6 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 6 months ago
`=destroy` for non-var failed to compile when `nim doc`
github.com/nim-lang/Nim - litlighilit opened this issue 6 months ago
github.com/nim-lang/Nim - litlighilit opened this issue 6 months ago
hello world Mummy web server crashes on devel
github.com/nim-lang/Nim - hamidb80 opened this issue 6 months ago
github.com/nim-lang/Nim - hamidb80 opened this issue 6 months ago
`noinit` can cause arc to crash with ref objects
github.com/nim-lang/Nim - beef331 opened this issue 6 months ago
github.com/nim-lang/Nim - beef331 opened this issue 6 months ago
Fix example code in Nim manual that cannot be compiled without error
github.com/nim-lang/Nim - demotomohiro opened this pull request 6 months ago
github.com/nim-lang/Nim - demotomohiro opened this pull request 6 months ago
https://learnxinyminutes.com/docs/nim/ error in the learning documentation code
github.com/nim-lang/Nim - HeadBangZ opened this issue 6 months ago
github.com/nim-lang/Nim - HeadBangZ opened this issue 6 months ago
fixes a long standing bug with varargs type inference [backport]
github.com/nim-lang/Nim - Araq opened this pull request 6 months ago
github.com/nim-lang/Nim - Araq opened this pull request 6 months ago
Don't lift variables that don't see a return or yield (wip)
github.com/nim-lang/Nim - SirOlaf opened this pull request 6 months ago
github.com/nim-lang/Nim - SirOlaf opened this pull request 6 months ago
Fix non-exported `memfiles.setFileSize` to be able to shrink files on posix via `memfiles.resize`
github.com/nim-lang/Nim - c-blake opened this pull request 6 months ago
github.com/nim-lang/Nim - c-blake opened this pull request 6 months ago
[backport] fixes #23711; C code contains backtick`gensym
github.com/nim-lang/Nim - ringabout opened this pull request 6 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 6 months ago
Seq IndexDefect leaks memeory in `arc` and `orc`
github.com/nim-lang/Nim - doongjohn opened this issue 6 months ago
github.com/nim-lang/Nim - doongjohn opened this issue 6 months ago
Rasing an exception leaks memeory in `orc`
github.com/nim-lang/Nim - doongjohn opened this issue 6 months ago
github.com/nim-lang/Nim - doongjohn opened this issue 6 months ago
`hasCustomPragma` does not work on generic types
github.com/nim-lang/Nim - etan-status opened this issue 6 months ago
github.com/nim-lang/Nim - etan-status opened this issue 6 months ago
`joinPath` sometimes has extra `.` in the beginning of the path
github.com/nim-lang/Nim - alex65536 opened this issue 6 months ago
github.com/nim-lang/Nim - alex65536 opened this issue 6 months ago
[Semi-regression] C code contains backtick`gensym
github.com/nim-lang/Nim - mratsim opened this issue 6 months ago
github.com/nim-lang/Nim - mratsim opened this issue 6 months ago
fixes #23700, amend Sigaction fields in posix
github.com/nim-lang/Nim - litlighilit opened this pull request 6 months ago
github.com/nim-lang/Nim - litlighilit opened this pull request 6 months ago
Some C struct can have nested union. This is not supported for now
github.com/nim-lang/Nim - Alogani opened this issue 6 months ago
github.com/nim-lang/Nim - Alogani opened this issue 6 months ago
nrvo for embedded importc'ed types
github.com/nim-lang/Nim - ringabout opened this pull request 6 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 6 months ago
fixes #22927; no test case extractable [backport]
github.com/nim-lang/Nim - Araq opened this pull request 6 months ago
github.com/nim-lang/Nim - Araq opened this pull request 6 months ago
ref #20653; fixes chronos empty case branches
github.com/nim-lang/Nim - ringabout opened this pull request 6 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 6 months ago
Correction Sigaction struct on amd64 #1
github.com/nim-lang/Nim - Alogani opened this pull request 7 months ago
github.com/nim-lang/Nim - Alogani opened this pull request 7 months ago
[backport] fixes #23690; SIGSEGV with object variants and RTTI
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
[Backport 1.6] Nimsuggest handle unknown file
github.com/nim-lang/Nim - jmgomez opened this pull request 7 months ago
github.com/nim-lang/Nim - jmgomez opened this pull request 7 months ago
[Backport 2.0] Nimsuggest handle unknown file
github.com/nim-lang/Nim - jmgomez opened this pull request 7 months ago
github.com/nim-lang/Nim - jmgomez opened this pull request 7 months ago
SigAction isn't missing a field on amd64?
github.com/nim-lang/Nim - Alogani opened this issue 7 months ago
github.com/nim-lang/Nim - Alogani opened this issue 7 months ago
dom addEventListener has ambiguous types
github.com/nim-lang/Nim - dObbOb11 opened this issue 7 months ago
github.com/nim-lang/Nim - dObbOb11 opened this issue 7 months ago
Fixes #23695: On Linux, "nimsuggest" crashes if Nim is installed in /usr/bin and the library in /usr/lib/nim
github.com/nim-lang/Nim - jmgomez opened this pull request 7 months ago
github.com/nim-lang/Nim - jmgomez opened this pull request 7 months ago
nimsuggest v3+ handles unknownFile
github.com/nim-lang/Nim - jmgomez opened this pull request 7 months ago
github.com/nim-lang/Nim - jmgomez opened this pull request 7 months ago
On Linux, "nimsuggest" crashes if Nim is installed in /usr/bin and the library in /usr/lib/nim
github.com/nim-lang/Nim - lscrd opened this issue 7 months ago
github.com/nim-lang/Nim - lscrd opened this issue 7 months ago
ignore type symbols in lookup when enum type is expected
github.com/nim-lang/Nim - metagn opened this pull request 7 months ago
github.com/nim-lang/Nim - metagn opened this pull request 7 months ago
Support `jobserver` when parallelising builds
github.com/nim-lang/Nim - arnetheduck opened this issue 7 months ago
github.com/nim-lang/Nim - arnetheduck opened this issue 7 months ago
Bug in C++ codegen for set stringify when setting size
github.com/nim-lang/Nim - carrexxii opened this issue 7 months ago
github.com/nim-lang/Nim - carrexxii opened this issue 7 months ago
SIGSEGV with object variants and RTTI
github.com/nim-lang/Nim - alex65536 opened this issue 7 months ago
github.com/nim-lang/Nim - alex65536 opened this issue 7 months ago
when nimvm visible in runtime code causing misexecution due to matching preference rules
github.com/nim-lang/Nim - arnetheduck opened this issue 7 months ago
github.com/nim-lang/Nim - arnetheduck opened this issue 7 months ago
when nimvm doesn't isolate symbols
github.com/nim-lang/Nim - arnetheduck opened this issue 7 months ago
github.com/nim-lang/Nim - arnetheduck opened this issue 7 months ago
Devel: Illegal storage access in alloc.nim
github.com/nim-lang/Nim - simonkrauter opened this issue 7 months ago
github.com/nim-lang/Nim - simonkrauter opened this issue 7 months ago
Closures capture scope is confusing, leading to unexpective behaviour
github.com/nim-lang/Nim - Alogani opened this issue 7 months ago
github.com/nim-lang/Nim - Alogani opened this issue 7 months ago
fixes #5901 #21211; don't fold cast function types because of gcc 14
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
Hash generic objects so destructors are generated for their generic p…
github.com/nim-lang/Nim - beef331 opened this pull request 7 months ago
github.com/nim-lang/Nim - beef331 opened this pull request 7 months ago
fix noreturn/implicit discard check logic
github.com/nim-lang/Nim - metagn opened this pull request 7 months ago
github.com/nim-lang/Nim - metagn opened this pull request 7 months ago
Overloaded `template`s across scopes where one has `untyped` parameter fail to build
github.com/nim-lang/Nim - tersec opened this issue 7 months ago
github.com/nim-lang/Nim - tersec opened this issue 7 months ago
implements rfc #435; Better effect tracking for inner routines
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
Extremely slow and inefficient hash function for openArray[byte] for 64-bit systems
github.com/nim-lang/Nim - arnetheduck opened this issue 7 months ago
github.com/nim-lang/Nim - arnetheduck opened this issue 7 months ago
compiler does not throw "... has to be used or discarded" error when else branch raises error
github.com/nim-lang/Nim - hamidb80 opened this issue 7 months ago
github.com/nim-lang/Nim - hamidb80 opened this issue 7 months ago
Nimsuggest's inlay exception hints don't work for iterators
github.com/nim-lang/Nim - SirOlaf opened this issue 7 months ago
github.com/nim-lang/Nim - SirOlaf opened this issue 7 months ago
make `std/options` compatible with strictdefs
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
[Feature] a new lint rule to require that each block must end with #. or # or a new line.
github.com/nim-lang/Nim - EdSaleh opened this issue 7 months ago
github.com/nim-lang/Nim - EdSaleh opened this issue 7 months ago
adds a ubuntu 24.04 matrix with gcc 14 for tests
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
Add linux/loongarch64 support in 'compiler/installer.ini'
github.com/nim-lang/Nim - qiangxuhui opened this pull request 7 months ago
github.com/nim-lang/Nim - qiangxuhui opened this pull request 7 months ago
[backport] test more packages
github.com/nim-lang/Nim - narimiran opened this pull request 7 months ago
github.com/nim-lang/Nim - narimiran opened this pull request 7 months ago
Consider migrating from pcre to pcre2
github.com/nim-lang/Nim - alex65536 opened this issue 7 months ago
github.com/nim-lang/Nim - alex65536 opened this issue 7 months ago
Why this code produces a compiler warning: Warning: `=destroy`(t.c) can raise an unlisted exception: Exception
github.com/nim-lang/Nim - haoyu234 opened this issue 7 months ago
github.com/nim-lang/Nim - haoyu234 opened this issue 7 months ago
#Fixes #23657 C++ compilation fails with: 'T1_' was not declared in t…
github.com/nim-lang/Nim - jmgomez opened this pull request 7 months ago
github.com/nim-lang/Nim - jmgomez opened this pull request 7 months ago
[C, C++ & ObjC codegen] Incompatible pointer types used in codegen (an error on GCC 14)
github.com/nim-lang/Nim - termermc opened this issue 7 months ago
github.com/nim-lang/Nim - termermc opened this issue 7 months ago
fixes #23663; Add hash() for Path
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
Overloaded template causes `untyped` param is resolved when called.
github.com/nim-lang/Nim - litlighilit opened this issue 7 months ago
github.com/nim-lang/Nim - litlighilit opened this issue 7 months ago
remove winim from important packages; since CI doesn't check windows platform
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
fixes #23665; rework spawn with gcc 14 and fixes other tests
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
fixes #23594; Default object values silently override generic types
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
C++ compilation fails with: 'T1_' was not declared in this scope
github.com/nim-lang/Nim - mantielero opened this issue 7 months ago
github.com/nim-lang/Nim - mantielero opened this issue 7 months ago
C++ generation issue when wrapping constructors
github.com/nim-lang/Nim - mantielero opened this issue 7 months ago
github.com/nim-lang/Nim - mantielero opened this issue 7 months ago
improve view types for jsgen; eliminate unnecessary copies of view types
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
revert #23436; remove workaround
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
Thread var cannot be returned from a proc. Causing SIGSEV
github.com/nim-lang/Nim - Alogani opened this issue 7 months ago
github.com/nim-lang/Nim - Alogani opened this issue 7 months ago
Treat CJK Ideographs as letters in `isAlpha()`
github.com/nim-lang/Nim - alex65536 opened this pull request 7 months ago
github.com/nim-lang/Nim - alex65536 opened this pull request 7 months ago
Handle arbitrarily long symlink target in `expandSymlinks()`
github.com/nim-lang/Nim - alex65536 opened this pull request 7 months ago
github.com/nim-lang/Nim - alex65536 opened this pull request 7 months ago
Package testing now uses ubuntu 24.04 with gcc 14
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
Parameterless Conversions and Upcasting Are Broken
github.com/nim-lang/Nim - Luyten-Orion opened this issue 7 months ago
github.com/nim-lang/Nim - Luyten-Orion opened this issue 7 months ago
fixes openarray hoist with gcc 14
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
SIGSEGV due to freeing of uninitialized local string, during exception handling
github.com/nim-lang/Nim - arnetheduck opened this issue 7 months ago
github.com/nim-lang/Nim - arnetheduck opened this issue 7 months ago
[Backport 1.6] Updates nimble
github.com/nim-lang/Nim - jmgomez opened this pull request 7 months ago
github.com/nim-lang/Nim - jmgomez opened this pull request 7 months ago
[Backport 2.0] Updates nimble
github.com/nim-lang/Nim - jmgomez opened this pull request 7 months ago
github.com/nim-lang/Nim - jmgomez opened this pull request 7 months ago
closes #13426; adds a test case
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
fixes #23635; tasks.toTask Doesn't Expect a Dot Expression
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 7 months ago