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
fixes #24339; underscores used with `fields` and `fieldPairs`
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
`Error: identifier expected, but found '(0, 0)[0]'` with `let _ = ` in `for _ in r.fields`
github.com/nim-lang/Nim - tersec opened this issue 2 months ago
github.com/nim-lang/Nim - tersec opened this issue 2 months ago
`error: redeclaration of ‘qX60gensym0_’ with no linkage` with nested templates
github.com/nim-lang/Nim - tersec opened this issue 2 months ago
github.com/nim-lang/Nim - tersec opened this issue 2 months ago
User-defined typeclasses or type aliases in generic procs cannot be distinct
github.com/nim-lang/Nim - mothfuzz opened this issue 2 months ago
github.com/nim-lang/Nim - mothfuzz opened this issue 2 months ago
use cbuilder for int, set, const literals
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
fixes #18081; fixes #18079; fixes #18080; nested ref/deref'd types
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
use distinct for importc'ed types
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
consider calls as complex openarray assignment to iterator params
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
Memory corruption/read from uninitialized memory with `{.noinit.}` in `refc` in Nim 2.0/2.2/`devel`, also triggers `gcc` UBSAN
github.com/nim-lang/Nim - tersec opened this issue 2 months ago
github.com/nim-lang/Nim - tersec opened this issue 2 months ago
Fix broken poll and nfds_t bindings
github.com/nim-lang/Nim - bptato opened this pull request 2 months ago
github.com/nim-lang/Nim - bptato opened this pull request 2 months ago
use cbuilder for typedefs, add array typedef
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
Module alias behavior doesn't match docs
github.com/nim-lang/Nim - rassoc opened this issue 2 months ago
github.com/nim-lang/Nim - rassoc opened this issue 2 months ago
added field for lazy loading purposes
github.com/nim-lang/Nim - Araq opened this pull request 2 months ago
github.com/nim-lang/Nim - Araq opened this pull request 2 months ago
`.byref` always optimizes sink call into a bitwise memcopy if `=sink` is disabled
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
make `PNode.typ` a private field
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
build documentation for `repr_v2`
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
cbuilder: add array vars, use for openarray init
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
Document about noinline calling convention and exportcpp pragma in Nim manual
github.com/nim-lang/Nim - demotomohiro opened this pull request 2 months ago
github.com/nim-lang/Nim - demotomohiro opened this pull request 2 months ago
shallow fold prevention for `addr`, `nkHiddenAddr`
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
fixes #24319; `move` doesn't work well with (deref (var array))
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
Seg fault when adding deque element
github.com/nim-lang/Nim - SionoiS opened this issue 2 months ago
github.com/nim-lang/Nim - SionoiS opened this issue 2 months ago
adds a getter/setter for `owner`
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
Fix quoted idents in ctags
github.com/nim-lang/Nim - ire4ever1190 opened this pull request 2 months ago
github.com/nim-lang/Nim - ire4ever1190 opened this pull request 2 months ago
Fixes #3824, fixes #19154, and hopefully #24094. Re-applies #23787.
github.com/nim-lang/Nim - yglukhov opened this pull request 2 months ago
github.com/nim-lang/Nim - yglukhov opened this pull request 2 months ago
implement type bound operation RFC
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
make owner a private field of `PType`
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
fixes #18896; fixes #20886; importc types alias doesn't work with distinct
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
cbuilder: implement designated initializers, finish default value braces
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
make owner a private field of `PSym`
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
closes #19585; adds a test case for #21648
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
fixes ci_generate produces unnecessary spaces on Windows
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
[minor] strips unnecessary spaces accidentally added in the .bat file
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
fixes #24258; compiler crash on `len` of `varargs[untyped]`
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
test opening scope for each `when nimvm` branch
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
Constant sequence can not be passed as iterator openArray parameter to countup()
github.com/nim-lang/Nim - drbixx opened this issue 2 months ago
github.com/nim-lang/Nim - drbixx opened this issue 2 months ago
fixes vtable documentation in tut2
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
only generate first field for default value of union
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
Nim Windows installation file nim-2.2.0_x64.zip marked as virus (malicious)
github.com/nim-lang/Nim - bhadra opened this issue 2 months ago
github.com/nim-lang/Nim - bhadra opened this issue 2 months ago
define `-d:nimHasDefaultFloatRoundtrip` and enable datamancer
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
Revert "update to setup-nim-action@v2"
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
templates/macros use no expected types when return types are specified
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
update to setup-nim-action@v2
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
With `const c: cstring` using literal `string` value from `template`, `Error: type mismatch: got 'cstring' for '""' but expected 'string'`
github.com/nim-lang/Nim - tersec opened this issue 2 months ago
github.com/nim-lang/Nim - tersec opened this issue 2 months ago
clean up testament retries, add some comments
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
modulegraphs: added a flag useful for gear2
github.com/nim-lang/Nim - Araq opened this pull request 2 months ago
github.com/nim-lang/Nim - Araq opened this pull request 2 months ago
use /link before each library linker option on MSVC
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
fix type of reconstructed kind field node in field checking analysis [backport]
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
don't evaluate "cannot eval" errors with nim check
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
`nim check` fails when checking chame
github.com/nim-lang/Nim - ire4ever1190 opened this issue 2 months ago
github.com/nim-lang/Nim - ire4ever1190 opened this issue 2 months ago
symmetric difference operation for sets via `xor`
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
Create a PDF version of "Nim Tutorial"
github.com/nim-lang/Nim - arisliang opened this issue 2 months ago
github.com/nim-lang/Nim - arisliang opened this issue 2 months ago
make package testing faster
github.com/nim-lang/Nim - narimiran opened this pull request 2 months ago
github.com/nim-lang/Nim - narimiran opened this pull request 2 months ago
`{.emit.}` quoting doesn't capture symbols and parameters inside a template
github.com/nim-lang/Nim - mrgaturus opened this issue 2 months ago
github.com/nim-lang/Nim - mrgaturus opened this issue 2 months ago
Unable to change choosenim directory
github.com/nim-lang/Nim - Domkeykong opened this issue 2 months ago
github.com/nim-lang/Nim - Domkeykong opened this issue 2 months ago
fix deref/addr pair deleting assignment location in C++
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
add retries to testament, use it for GC tests
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
testament: timeout doesn't finish process early
github.com/nim-lang/Nim - metagn opened this issue 2 months ago
github.com/nim-lang/Nim - metagn opened this issue 2 months ago
use `case` instead of set of int in osproc
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
better errors for standalone explicit generic instantiations
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
test more Status' packages, refs #24266
github.com/nim-lang/Nim - narimiran opened this pull request 2 months ago
github.com/nim-lang/Nim - narimiran opened this pull request 2 months ago
Segfault with iterator over `var array` on C++
github.com/nim-lang/Nim - metagn opened this issue 2 months ago
github.com/nim-lang/Nim - metagn opened this issue 2 months ago
don't allow instantiations resolving to generic body types
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
All imported modules in `system` even with `-d:nimPreviewSlimSystem`
github.com/nim-lang/Nim - metagn opened this issue 2 months ago
github.com/nim-lang/Nim - metagn opened this issue 2 months ago
add tables.getOrDefault param name change to changelog
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
make linter use lineinfo to check originating package
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
regression from v1.6.12: `--styleCheck:error` stops checking style for `openArray`
github.com/nim-lang/Nim - tersec opened this issue 2 months ago
github.com/nim-lang/Nim - tersec opened this issue 2 months ago
Expand enum example tut1.md
github.com/nim-lang/Nim - Ironship opened this pull request 2 months ago
github.com/nim-lang/Nim - Ironship opened this pull request 2 months ago
fix workaround for protobuf not installing combparser fork in CI
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
remove conflicting `default` call in tables.getOrDefault
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
documentation and comments use HTTPS when possible
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
fixes obsolete documentations about the JS backend
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
github.com/nim-lang/Nim - ringabout opened this pull request 2 months ago
Invalid codegen / dangling pointer for openArray escaping from `block`
github.com/nim-lang/Nim - arnetheduck opened this issue 2 months ago
github.com/nim-lang/Nim - arnetheduck opened this issue 2 months ago
non-hygenic behavior for gensymmed name in template
github.com/nim-lang/Nim - arnetheduck opened this issue 2 months ago
github.com/nim-lang/Nim - arnetheduck opened this issue 2 months ago
use cbuilder for most braced initializers
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
github.com/nim-lang/Nim - metagn opened this pull request 2 months ago
compiler crash on `len` of `varargs[untyped]`
github.com/nim-lang/Nim - arnetheduck opened this issue 2 months ago
github.com/nim-lang/Nim - arnetheduck opened this issue 2 months ago
Change how to multiply 1.5 to ints to reduce overflow
github.com/nim-lang/Nim - demotomohiro opened this pull request 3 months ago
github.com/nim-lang/Nim - demotomohiro opened this pull request 3 months ago
improves the 2.2.0 changelog
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
clean up stdlib with --jsbigint64
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 generics
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
use cbuilder for most remaining structs, add typedef
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
iterate overloads when resolving symchoice based on type, fix `untyped`
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
type mismatch with generic unsigned integer matching
github.com/nim-lang/Nim - arnetheduck opened this issue 3 months ago
github.com/nim-lang/Nim - arnetheduck opened this issue 3 months ago
bind generic param/`or` to constraint for conversion 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
`macros.error`, `macros.warning`, `macros.hint` easily conflict with routines with the same name
github.com/nim-lang/Nim - metagn opened this issue 3 months ago
github.com/nim-lang/Nim - metagn opened this issue 3 months ago
last value is not result in template body
github.com/nim-lang/Nim - inv2004 opened this issue 3 months ago
github.com/nim-lang/Nim - inv2004 opened this issue 3 months ago
exports more helpers that are needed by nif-gear2
github.com/nim-lang/Nim - Araq opened this pull request 3 months ago
github.com/nim-lang/Nim - Araq opened this pull request 3 months ago
fix calls to implicitly generic params in generic contexts
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
give type macro pragmas unary type section with experimental switch
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 new concepts match themselves
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
delay markUsed for converters until call is resolved
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
SIGSEGV: Illegal storage access. (Attempt to read from nil?) when using nim-2.2.0 and nim-2.0.10 but it works in nim-1.6.20 and nim-2.0.8
github.com/nim-lang/Nim - forchid opened this issue 3 months ago
github.com/nim-lang/Nim - forchid opened this issue 3 months ago