Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / nim-lang/Nim issues and pull requests
#23234 - test making opensym a node kind
Pull Request -
State: closed - Opened by metagn 10 months ago
- 2 comments
#23233 - Regression when using generic type with Table/OrderedTable
Issue -
State: closed - Opened by jangko 10 months ago
- 2 comments
Labels: Regression
#23232 - fix(#23231): add nimdoc.cls to installer script
Pull Request -
State: closed - Opened by daylinmorgan 10 months ago
- 1 comment
#23231 - Installer script `install.sh` generated by `niminst` does not include `nimdoc.cls`
Issue -
State: closed - Opened by daylinmorgan 10 months ago
#23230 - workaround arrayWith issues
Pull Request -
State: closed - Opened by ringabout 10 months ago
- 1 comment
#23229 - error on large integer types as array index range
Pull Request -
State: closed - Opened by metagn 10 months ago
- 1 comment
#23228 - fix wrong subtype relation in tuples & infer some conversions
Pull Request -
State: closed - Opened by metagn 10 months ago
- 1 comment
#23227 - Nim Compiler User Guide: Add explanations about lto and strip
Pull Request -
State: closed - Opened by demotomohiro 10 months ago
- 1 comment
#23226 - fix mime types data
Pull Request -
State: closed - Opened by bung87 10 months ago
- 6 comments
#23225 - fixes #23223; prevents `insert` self-assignment
Pull Request -
State: closed - Opened by ringabout 10 months ago
- 1 comment
#23224 - compiler segfault on type recursion
Issue -
State: open - Opened by enthus1ast 10 months ago
- 1 comment
Labels: Compiler Crash, Recursive Types
#23223 - `system.insert` wipes the string if `item` is an empty string
Issue -
State: closed - Opened by Yardanico 10 months ago
- 1 comment
Labels: ARC/ORC Memory Management
#23222 - Make `data-theme` default to "auto" in HTML
Pull Request -
State: closed - Opened by ire4ever1190 10 months ago
- 1 comment
#23221 - Add simplified base type
Pull Request -
State: closed - Opened by Angluca 10 months ago
- 1 comment
#23219 - Add `^` operator support for Rational numbers
Pull Request -
State: closed - Opened by AngelEzquerra 10 months ago
- 1 comment
#23218 - Callback types could not be found and resolved properly at compile time.
Issue -
State: open - Opened by cheatfate 10 months ago
- 1 comment
#23217 - Less constrained generic overload wins over more constrained one
Issue -
State: open - Opened by jangko 10 months ago
- 2 comments
Labels: Overload Resolution
#23216 - fixes #12334; keeps `nkHiddenStdConv` for cstring conversions
Pull Request -
State: closed - Opened by ringabout 10 months ago
- 1 comment
#23215 - Fix reset code gen for range types (#22462, #23214)
Pull Request -
State: closed - Opened by gmega 10 months ago
- 9 comments
#23214 - SIGSEV when using range types with iterators and `move`
Issue -
State: closed - Opened by gmega 10 months ago
- 2 comments
Labels: refc
#23213 - + show the inferred exception list (as part of the type) for functions that don't have an explicit `.raises` pragma (#23193)
Pull Request -
State: closed - Opened by nickysn 10 months ago
#23212 - Asyncdispatch leaks under --mm:arc
Issue -
State: open - Opened by PhilippMDoerner 10 months ago
#23211 - Make std/math classify work without `--passc:-fast-math`.
Pull Request -
State: closed - Opened by AngelEzquerra 10 months ago
- 1 comment
#23210 - + show the inferred exception list (as part of the type) for functions that don't have an explicit `.raises` pragma (#23193)
Pull Request -
State: closed - Opened by nickysn 10 months ago
- 1 comment
#23209 - fixes #22218; avoids cursor when copy is disabled
Pull Request -
State: closed - Opened by ringabout 10 months ago
- 1 comment
#23208 - remove unnecessary workaround from `arrayWith`
Pull Request -
State: closed - Opened by ringabout 10 months ago
- 1 comment
#23207 - don't use previous bindings of `auto` for routine return types
Pull Request -
State: closed - Opened by metagn 10 months ago
- 2 comments
#23206 - Possible heap corruption when allocating after running multiple threads
Issue -
State: open - Opened by dsemi 10 months ago
- 3 comments
#23205 - fixes #15924; Tuple destructuring is broken with closure iterators
Pull Request -
State: closed - Opened by ringabout 10 months ago
- 1 comment
#23204 - `int128.nim(71, 11) arg.sdata(2) == 0 out of range [AssertionDefect]` returning array from generic `proc` at compiletime
Issue -
State: open - Opened by tersec 10 months ago
- 8 comments
Labels: Generic Procs
#23203 - fix link to `jsfetch` stdlib
Pull Request -
State: closed - Opened by Ethosa 10 months ago
- 1 comment
#23202 - + added nimsuggest support for exception inlay hints
Pull Request -
State: closed - Opened by nickysn 10 months ago
- 14 comments
#23201 - nimsuggest "Error: cannot open '/usr/lib/system.nim'"
Issue -
State: closed - Opened by Doaxan 10 months ago
#23200 - nim-1.6.14 regression: overload resolution between function that returns iterator and other type always expects iterator
Issue -
State: closed - Opened by dsemi 10 months ago
- 3 comments
Labels: Showstopper
#23199 - Regression of tuple type inference when `@[]` is used.
Issue -
State: open - Opened by Saffage 10 months ago
- 3 comments
Labels: Error Messages, Compiler Crash
#23198 - patches for #23129
Pull Request -
State: closed - Opened by ringabout 10 months ago
- 1 comment
#23197 - install.sh fails to install on correct paths
Issue -
State: open - Opened by dkwolfe4 10 months ago
- 1 comment
#23196 - install balls before testing
Pull Request -
State: closed - Opened by ringabout 10 months ago
#23195 - fixes #23129; fixes generated hooks raise unlisted Exception, which never raise
Pull Request -
State: closed - Opened by ringabout 10 months ago
- 1 comment
#23194 - treat generic proc param/return type like generic type body
Pull Request -
State: closed - Opened by metagn 10 months ago
- 1 comment
#23193 - + show the inferred exception list (as part of the type) for functions that don't have an explicit `.raises` pragma
Pull Request -
State: closed - Opened by nickysn 10 months ago
- 5 comments
#23192 - Nim manual: better byref pragma explanation
Pull Request -
State: closed - Opened by demotomohiro 10 months ago
- 1 comment
#23191 - backport nimsuggest capabilities to 2.0
Pull Request -
State: closed - Opened by jmgomez 10 months ago
- 1 comment
#23190 - backport nimsuggest info:capabilities
Pull Request -
State: closed - Opened by jmgomez 10 months ago
#23189 - Changing discriminator enum field will call =destroy to the old value unnecessarily
Issue -
State: closed - Opened by gcao 10 months ago
- 3 comments
#23188 - delay resolved procvar check for proc params + acknowledge unresolved statics
Pull Request -
State: closed - Opened by metagn 10 months ago
- 1 comment
#23187 - std/locks, SIGSEGV: Illegal storage access. (Attempt to read from nil?)
Issue -
State: closed - Opened by monocoder 10 months ago
- 2 comments
#23186 - Regression from 2.0 to `devel` with macros
Issue -
State: closed - Opened by tersec 10 months ago
- 2 comments
Labels: Regression, Templates, Generic Procs
#23185 - fixes #23180; fixes #19805; prohibits invalid tuple unpacking code in for loop
Pull Request -
State: closed - Opened by ringabout 10 months ago
- 1 comment
#23184 - 2.0 branch fixes: no LineTooLong, update macos CI
Pull Request -
State: closed - Opened by metagn 10 months ago
- 1 comment
#23183 - with useNimRtl, unhandled exception cause SIGSEGV
Issue -
State: open - Opened by tommo 10 months ago
#23182 - fixes #22923; fixes `=dup` issues
Pull Request -
State: closed - Opened by ringabout 10 months ago
- 2 comments
#23181 - Docs:strutils. Expand `multiReplace` docs, add runnableExamples
Pull Request -
State: closed - Opened by ZoomRmc 10 months ago
- 1 comment
#23180 - Compiler error (illegal read) on tuple unpacking in a `for` loop
Issue -
State: closed - Opened by ZoomRmc 10 months ago
- 14 comments
Labels: Documentation Content, Error Messages, Compiler Crash, Iterators
#23179 - trigger range check with new type inference on nkIntLit [backport:1.6]
Pull Request -
State: closed - Opened by metagn 10 months ago
- 1 comment
Labels: merge_when_passes_CI
#23178 - Cannot bootstrap compiler with 2.0.2 and --mm:orc due to codegen error
Issue -
State: open - Opened by metagn 11 months ago
- 10 comments
Labels: ARC/ORC Memory Management, Needs Backporting/Fixed in Devel
#23177 - Integer overflows don't normally working.
Issue -
State: closed - Opened by ASVIEST 11 months ago
- 4 comments
Labels: Regression, Type Inference
#23176 - test unlocking paramTypesMatch for templates and macros
Pull Request -
State: open - Opened by metagn 11 months ago
#23175 - don't transform typed bracket exprs to `[]` calls in templates
Pull Request -
State: closed - Opened by metagn 11 months ago
- 1 comment
#23174 - Channel.trySend/tryRecv contains a data-race according to thread-sanitizer
Issue -
State: open - Opened by PhilippMDoerner 11 months ago
#23173 - Fixes #23172
Pull Request -
State: closed - Opened by Graveflo 11 months ago
- 1 comment
#23172 - ambiguous call with `$` when using `distinct`
Issue -
State: closed - Opened by etan-status 11 months ago
- 3 comments
Labels: Showstopper, Regression
#23171 - Fixing overload resolution documentation
Pull Request -
State: closed - Opened by Graveflo 11 months ago
- 1 comment
#23170 - A random converter is being used in ambiguous generic scenarios.
Issue -
State: open - Opened by IgorGRBR 11 months ago
Labels: Converters, Overload Resolution
#23169 - Using arrayWith crashes the compiler
Issue -
State: closed - Opened by Nmerryman 11 months ago
- 1 comment
#23168 - fixes #23167; take `nkOpenSymChoice` into consideration caused by templates [backport]
Pull Request -
State: closed - Opened by ringabout 11 months ago
- 1 comment
#23167 - Importing module with path concatenation inside templates not working anymore
Issue -
State: closed - Opened by tommo 11 months ago
#23166 - document the new ambiguous identifier resolution
Pull Request -
State: closed - Opened by metagn 11 months ago
- 2 comments
#23165 - Thread local variables do not get destroyed upon joinThread calls
Issue -
State: open - Opened by PhilippMDoerner 11 months ago
Labels: Threads
#23164 - fixes #23139; Cannot get repr of range type of enum
Pull Request -
State: closed - Opened by ringabout 11 months ago
- 1 comment
#23163 - fixes #23162; streams module fails to compile when using -d:useNimRTL and -mm:arc
Pull Request -
State: closed - Opened by ringabout 11 months ago
- 2 comments
#23160 - Strutils.multireplace does not handle overlapping targets
Issue -
State: closed - Opened by FullValueRider 11 months ago
Labels: Standard Library
#23159 - makes nimsuggest `con` work under v3 [backport 2.0.2]
Pull Request -
State: closed - Opened by jmgomez 11 months ago
- 1 comment
#23158 - makes nimsuggest `con` work under v3 [Backport_1.6.18]
Pull Request -
State: closed - Opened by jmgomez 11 months ago
#23156 - fixes refc with non-var destructor; cancel warnings
Pull Request -
State: closed - Opened by ringabout 11 months ago
- 3 comments
#23154 - fixes docgen regression: don't add newLine for code if it's the first line
Pull Request -
State: closed - Opened by ringabout 11 months ago
- 3 comments
#23152 - finish.exe seems not to exist, but installation was straightforward!
Issue -
State: closed - Opened by edreamleo 11 months ago
- 8 comments
Labels: Installation
#23147 - ref #13203; improve `realloc` performance
Pull Request -
State: closed - Opened by ringabout 11 months ago
#23139 - Cannot get repr of range type of enum
Issue -
State: closed - Opened by metagn 11 months ago
- 2 comments
#23135 - Undocumented pointer type comparison operations?
Issue -
State: open - Opened by metagn 11 months ago
- 2 comments
Labels: Documentation Content
#23132 - `.uint8` : error at compile-time , no error at execution-time
Issue -
State: closed - Opened by dreamflow 11 months ago
- 1 comment
#23131 - Allow hashing procs in JS backend
Pull Request -
State: closed - Opened by ire4ever1190 11 months ago
#23130 - Make std/posix type names consistent; fixes #22989
Pull Request -
State: closed - Opened by tocariimaa 11 months ago
- 2 comments
#23129 - std/isolation raises warning about how =destroy may raise unlisted Exception `Exception`
Issue -
State: closed - Opened by PhilippMDoerner 11 months ago
- 5 comments
#23125 - Type mismatch error when importing strutils on platforms where ints are less then 32-bits wide
Issue -
State: closed - Opened by Abathargh 11 months ago
- 5 comments
#23123 - ambiguous identifier resolution
Pull Request -
State: closed - Opened by metagn 11 months ago
- 2 comments
#23122 - try windows-2022 over windows-2019 in CI
Pull Request -
State: closed - Opened by metagn 11 months ago
- 1 comment
Labels: Postponed
#23120 - retain postfix node for typed variable/routine AST; save field syms
Pull Request -
State: open - Opened by metagn 11 months ago
- 8 comments
#23118 - Nim v2 windows regression - creating pipes
Issue -
State: closed - Opened by mratsim 11 months ago
- 2 comments
Labels: Regression, OS/Architecture Specific, Nim 2
#23115 - give typedesc param nodes type T not typedesc[T] [backport:2.0]
Pull Request -
State: closed - Opened by metagn 11 months ago
- 3 comments
#23112 - Nim 2.0.2 regression: macros.getType(…).kind of object type is nnkBracketExpr (was nnkObjectTy in Nim 2.0.0)
Issue -
State: closed - Opened by flyx 11 months ago
- 3 comments
Labels: Regression, typedesc[T], Macros, Nim 2
#23108 - update mac CI to macos 12
Pull Request -
State: closed - Opened by metagn 11 months ago
- 2 comments
#23104 - proof of concept: prefer unambiguous captured symbols in symchoices
Pull Request -
State: open - Opened by metagn 11 months ago
- 2 comments
#23103 - Docgen: Search results may be outside of the viewport
Issue -
State: open - Opened by ruuda 11 months ago
- 1 comment
Labels: Documentation Generation
#23100 - fixes #22510
Pull Request -
State: closed - Opened by Araq 11 months ago
- 3 comments
#23094 - require untyped macros/templates to match before early expansion in generics
Pull Request -
State: open - Opened by metagn 11 months ago
- 1 comment
#23085 - Parser does not correspond to grammar for `concept`
Issue -
State: closed - Opened by arnetheduck 11 months ago
- 5 comments
Labels: Easy, Parser
#23076 - `sha2` & `sha3` not in nim-lang.org/docs
Issue -
State: closed - Opened by dreamflow 11 months ago
- 2 comments
#23058 - Could NimScript (Nimble config file) include a built in test to test if package is installed or local?
Issue -
State: open - Opened by ggb-sw 11 months ago
- 3 comments
#23051 - `std/random` initRand() has a double identical entry in nim-lang.org/docs
Issue -
State: closed - Opened by dreamflow 11 months ago
- 3 comments
Labels: Documentation Generation