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
false positive deprecation warning printed for converter that is not actually used
github.com/nim-lang/Nim - arnetheduck opened this issue 3 months ago
github.com/nim-lang/Nim - arnetheduck opened this issue 3 months ago
update minimum recommended gcc version and fix manual typos
github.com/nim-lang/Nim - tersec opened this pull request 3 months ago
github.com/nim-lang/Nim - tersec opened this pull request 3 months ago
Regression from v2.0.10 to `version-2-0`: `Error: fatal error: invalid kind for lastOrd(tyGenericParam)`; works in 2.2/`devel`
github.com/nim-lang/Nim - tersec opened this issue 3 months ago
github.com/nim-lang/Nim - tersec opened this issue 3 months ago
Update sequtils.nim authors
github.com/nim-lang/Nim - AzureKitsune opened this pull request 3 months ago
github.com/nim-lang/Nim - AzureKitsune opened this pull request 3 months ago
use cbuilder for string literals, split into modules, document
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
Compiling with TCC backend and ARC/ORC memory management generates large executable
github.com/nim-lang/Nim - Apis035 opened this issue 3 months ago
github.com/nim-lang/Nim - Apis035 opened this issue 3 months ago
Invalid c codegen with orc/arc enabled on gcc/mingw
github.com/nim-lang/Nim - ovenpasta opened this issue 3 months ago
github.com/nim-lang/Nim - ovenpasta opened this issue 3 months ago
give int literals matched type on generic match
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
Generic `int64` match does not generate correct literal on JS
github.com/nim-lang/Nim - metagn opened this issue 3 months ago
github.com/nim-lang/Nim - metagn opened this issue 3 months ago
don't consider inserted default values in overload disambiguation
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
experimental switch for generic compileTime, remove `typeof` behavior
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
reset `inTypeofContext` in generic instantiations
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
Regression from v2.0.8 to v2.0.10/`version-2-0`/2.2/`devel`: `Error: request to generate code for .compileTime proc: $`
github.com/nim-lang/Nim - tersec opened this issue 3 months ago
github.com/nim-lang/Nim - tersec opened this issue 3 months ago
enable `nimExperimentalLinenoiseExtra`
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
enables `-d:nimPreviewJsonutilsHoleyEnum`
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
enable `experimental:strictDefs`
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
don't construct array type for already typed `nkBracket` node
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
Non-var destructors become the default
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
test moving object equality out of system, using macro
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
don't typecheck `untyped` + allow void `typed` template param default values
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
`-d:nimPreviewHashRef` becomes the default
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
`-d:nimPreviewFloatRoundtrip` becomes the default
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
refactor to make sigmatch use LayeredIdTable for bindings
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
improve error messages for illegalCapture
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
check fileExists for outputFile
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
make C++ atomic opt in via -d:nimUseCppAtomics
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
open() on channel fails at runtime in WindowsXP
github.com/nim-lang/Nim - armed opened this issue 3 months ago
github.com/nim-lang/Nim - armed opened this issue 3 months ago
allow C atomics on C++ with -d:nimUseCAtomics
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
remove `prev == nil` requirement for typedesc params as type nodes
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
Application crashes with exit code `-1073740940` when using `orc` and `useMalloc` but it works only with `orc`
github.com/nim-lang/Nim - forchid opened this issue 3 months ago
github.com/nim-lang/Nim - forchid opened this issue 3 months ago
delay `size` pragma for generic types, use it for C++ Atomic[T]
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
`Error: internal error: /tmp/Nim/compiler/semtypes.nim(2170, 7)`
github.com/nim-lang/Nim - tersec opened this issue 3 months ago
github.com/nim-lang/Nim - tersec opened this issue 3 months ago
use cbuilder for seq type generation
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
Error: unhandled exception: lists.nim(408, 11) `L.tail.next == nil` [AssertionDefect]
github.com/nim-lang/Nim - forchid opened this issue 3 months ago
github.com/nim-lang/Nim - forchid opened this issue 3 months ago
sizeComplete pragma to workaround C++ Atomic [backport]
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
Crashes with exit code `-1073741571` when using `orc` or `arc` but it works with `refc` in a single list implementation test
github.com/nim-lang/Nim - forchid opened this issue 3 months ago
github.com/nim-lang/Nim - forchid opened this issue 3 months ago
test refactor that uses LayeredIdTable in sigmatch
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
fix logic for `dcEqIgnoreDistinct` in `sameType`
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
fix trivial segfault in sigmatch for static types
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
fix cyclic node flag getting added to sink call [backport:2.0]
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
fixes #24008; triggers a recompilation on output executables changes when switching release/debug modes
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
fixes #24008; triggers a recompilation on switching debug/release/danger modes
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
Revert "make default values typed in proc AST same as param sym AST"
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
fixes #24174; allow copyDir and copyDirWithPermissions skipping special files
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
fixes #24173; always bundle checksums
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
evaluate all hidden conversions in case branches
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
Pragma nodes in templates are completely unprocessed
github.com/nim-lang/Nim - metagn opened this issue 3 months ago
github.com/nim-lang/Nim - metagn opened this issue 3 months ago
fix nimsuggest crash with arrow type sugar
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
make default values typed in proc AST same as param sym AST
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
process non-language pragma nodes in templates
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
consider calling convention and iterator in getType for procs
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
treat resolved symbols on RHS of module qualification as identifiers
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
nimsuggest: crash when analyzing code with generic closures
github.com/nim-lang/Nim - ibb-dinosaur opened this issue 3 months ago
github.com/nim-lang/Nim - ibb-dinosaur opened this issue 3 months ago
fixes #24175; Sink parameters not copied at compile time
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
fixes requiresInit for var statements without initialization
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
stricter set type match, implicit conversion for literals
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
Sink parameters not copied at compile time
github.com/nim-lang/Nim - MariusDoe opened this issue 3 months ago
github.com/nim-lang/Nim - MariusDoe opened this issue 3 months ago
copyDir and copyDirWithPermissions do not handle FIFOs (named pipes)
github.com/nim-lang/Nim - firasuke opened this issue 3 months ago
github.com/nim-lang/Nim - firasuke opened this issue 3 months ago
dist/checksums wrong type: preventing build_all.sh
github.com/nim-lang/Nim - mratsim opened this issue 3 months ago
github.com/nim-lang/Nim - mratsim opened this issue 3 months ago
Testament important package: regression not reported in testament
github.com/nim-lang/Nim - mratsim opened this issue 3 months ago
github.com/nim-lang/Nim - mratsim opened this issue 3 months ago
only merge valid implicit pragmas to routine AST, include templates
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
fixes #24167; {.push deprecated.} for templates
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
fixes #24167; `{.push deprecated.}` for templates
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
sort modules and added std/setutils
github.com/nim-lang/Nim - Zectbumo opened this pull request 3 months ago
github.com/nim-lang/Nim - Zectbumo opened this pull request 3 months ago
with `{.push deprecated.}`, get `unhandled exception: ast.nim(1073, 3) `result == nil or result.kind == nkPragma` [AssertionDefect]`
github.com/nim-lang/Nim - tersec opened this issue 3 months ago
github.com/nim-lang/Nim - tersec opened this issue 3 months ago
don't trust completeStruct for typeinfo gen of imported C++ types [backport]
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
fix `nil` literal giving itself type `untyped`/`typed` [backport]
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
Template param with default value `nil` and type `untyped` keeps the type `untyped`
github.com/nim-lang/Nim - metagn opened this issue 3 months ago
github.com/nim-lang/Nim - metagn opened this issue 3 months ago
Regression with `mixin` and generics from 2.0.8 to `version-2-0`/`version-2-2`, fixed in `devel`
github.com/nim-lang/Nim - tersec opened this issue 3 months ago
github.com/nim-lang/Nim - tersec opened this issue 3 months ago
No `filelock` in the nim standard library
github.com/nim-lang/Nim - forchid opened this issue 3 months ago
github.com/nim-lang/Nim - forchid opened this issue 3 months ago
The hook `=destroy` not called if cycled ref exists when using `orc`
github.com/nim-lang/Nim - forchid opened this issue 3 months ago
github.com/nim-lang/Nim - forchid opened this issue 3 months ago
invalid C++ codegen in `--mm:refc` with `Thread`/`Atomic`/`createThread` (no `ptr` involved)
github.com/nim-lang/Nim - tersec opened this issue 3 months ago
github.com/nim-lang/Nim - tersec opened this issue 3 months ago
invalid C++ codegen in `--mm:refc` with `Thread`/`Atomic`/`createThread`
github.com/nim-lang/Nim - tersec opened this issue 3 months ago
github.com/nim-lang/Nim - tersec opened this issue 3 months ago
Fix line info used for `UnunsedImport` from subdirectories
github.com/nim-lang/Nim - ire4ever1190 opened this pull request 3 months ago
github.com/nim-lang/Nim - ire4ever1190 opened this pull request 3 months ago
upgrade github CI to macos-14-large (amd)
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
document `bind` prevents recursion in templates
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
upgrade macos github CI to macos 14
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
fix tmarshalsegfault depending on execution time
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
fix `inTypeofContext` leaking after `compiles` raises exception [backport:2.0]
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
fix custom pragma with backticks not working [backport]
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
Regression from 2.0.8 to `version-2-0`/`version-2-2`/`devel` with `compileTime` `proc`s and `compiles(...)`
github.com/nim-lang/Nim - tersec opened this issue 3 months ago
github.com/nim-lang/Nim - tersec opened this issue 3 months ago
fixes #24147; Copy hook causes an incompatible-pointer-types
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
Check if files being copied are FIFOs in `copyFile`
github.com/nim-lang/Nim - tocariimaa opened this pull request 3 months ago
github.com/nim-lang/Nim - tocariimaa opened this pull request 3 months ago
Copy hook causes an `incompatible-pointer-types` warning/error in GCC 14 with subclassed objects
github.com/nim-lang/Nim - deech opened this issue 3 months ago
github.com/nim-lang/Nim - deech opened this issue 3 months ago
Regression from 2.0 to `version-2-2`/`devel` in `template` overload resolution with generics
github.com/nim-lang/Nim - tersec opened this issue 3 months ago
github.com/nim-lang/Nim - tersec opened this issue 3 months ago
use cbuilder for tuple/object generation
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
github.com/nim-lang/Nim - metagn opened this pull request 3 months ago
Fix incorrect inheritance penalty for some objects
github.com/nim-lang/Nim - Graveflo opened this pull request 3 months ago
github.com/nim-lang/Nim - Graveflo opened this pull request 3 months ago
Implement `removeHandler` in std/logging module (fixes #23757)
github.com/nim-lang/Nim - tocariimaa opened this pull request 3 months ago
github.com/nim-lang/Nim - tocariimaa opened this pull request 3 months ago
fixes #24141; Calling algorithm reverse causes a SIGSEGV on ORC
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 3 months ago