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

#21708 - Compile error when using a const array of tuple at compile time

Issue - State: closed - Opened by demotomohiro over 1 year ago - 2 comments
Labels: VM, Regression

#21704 - [nimscript] local variable is a hidden global with strformat and conditional branch and string in-place append &=

Issue - State: closed - Opened by mratsim over 1 year ago - 4 comments
Labels: Showstopper, VM, Nimscript

#21702 - fixes #19863; move sha1, md5 to nimble packages for 2.0

Pull Request - State: closed - Opened by ringabout over 1 year ago - 15 comments

#21696 - Fix example code in Nim manual that causes warning

Pull Request - State: closed - Opened by demotomohiro over 1 year ago - 1 comment

#21661 - fixes #20232;indices now use `copyMem` and `moveMem`; much faster slicing and slicing assignments

Pull Request - State: closed - Opened by ringabout over 1 year ago - 7 comments
Labels: stale

#21648 - Pragma to force the exportc of a type. #21645

Pull Request - State: closed - Opened by jmgomez over 1 year ago - 1 comment
Labels: merge_when_passes_CI

#21644 - Provide file related procs as part of std/paths

Issue - State: open - Opened by FedericoCeratto over 1 year ago - 3 comments
Labels: Feature

#21630 - Serializing Table to json causes segfault

Issue - State: open - Opened by al6x over 1 year ago - 5 comments
Labels: Standard Library

#21615 - `Error: 'result' requires explicit initialization` on noReturn code

Issue - State: open - Opened by gabbhack over 1 year ago - 7 comments

#21606 - fixes #20846; fixes #21427; warn on overloaded `=copy` with refc [backport]

Pull Request - State: closed - Opened by ringabout over 1 year ago - 3 comments
Labels: stale

#21591 - suggested documentation of var-type return values

Pull Request - State: closed - Opened by capocasa over 1 year ago - 17 comments
Labels: stale

#21586 - implement `=dup` hook eliminating `wasMoved` and `=copy` pairs

Pull Request - State: closed - Opened by ringabout over 1 year ago - 2 comments

#21559 - adds compiler support for object construction shorthand (full fields initializer)

Pull Request - State: closed - Opened by ringabout over 1 year ago - 13 comments
Labels: stale

#21558 - Options codegen error: ‘tyObject_Option__xxxx’ has no member named ‘has’

Issue - State: open - Opened by konradmb over 1 year ago - 3 comments
Labels: Type Sections, Recursive Types

#21523 - nimdoc: stick search result inside browser viewport

Pull Request - State: closed - Opened by iacore over 1 year ago - 1 comment

#21521 - Add check for nimMaxHeap on occupied memory + allocation size

Pull Request - State: closed - Opened by Clonkk over 1 year ago - 8 comments

#21520 - enable fsanitize for testing

Pull Request - State: closed - Opened by ringabout over 1 year ago

#21483 - nim doc skips documentation of annotated elements of objects

Issue - State: closed - Opened by theamarin over 1 year ago - 4 comments
Labels: Showstopper, Documentation Generation

#21482 - Type with generic static value can't be used before value type declaration

Issue - State: open - Opened by lchenut over 1 year ago - 2 comments
Labels: Recursive Types

#21476 - `Error: internal error: proc has no result symbol`

Issue - State: open - Opened by tersec over 1 year ago - 6 comments
Labels: Compiler Crash

#21422 - HttpBeast random segfault on orc and threads > 1

Issue - State: open - Opened by dirtboll over 1 year ago - 11 comments
Labels: ARC/ORC Memory Management

#21403 - Create or document way to clear all global memory

Issue - State: open - Opened by PMunch over 1 year ago - 8 comments

#21398 - proc invocation doc comments dont appear in generated htmldocs

Issue - State: open - Opened by noahehall over 1 year ago - 1 comment

#21387 - Fix the TODO portion of recently added `posix_fallocate` on OS X.

Pull Request - State: closed - Opened by c-blake over 1 year ago - 2 comments

#21359 - re-implement functions in `std/macrocache` as vmops reducing opcodes from 188 to 177

Pull Request - State: closed - Opened by ringabout almost 2 years ago - 3 comments
Labels: Requires Araq To Merge

#21354 - Crash after reading 0 bytes from a file stream into a 0 sized string

Issue - State: open - Opened by vjeranc almost 2 years ago - 4 comments
Labels: Standard Library

#21353 - closure types with default values don't work in VM

Issue - State: closed - Opened by ringabout almost 2 years ago - 2 comments
Labels: VM

#21347 - `Error: 's' has unspecified generic parameters` with generics and template

Issue - State: closed - Opened by tersec almost 2 years ago - 3 comments
Labels: works_but_needs_test_case

#21346 - `Error: cannot instantiate K got: <T> but expected: <T>` with generics and template

Issue - State: closed - Opened by tersec almost 2 years ago
Labels: works_but_needs_test_case

#21342 - reimplement methods with `vtables` for ARC/ORC; much faster than the old implementation when the inheritance tree of an object is big

Pull Request - State: open - Opened by ringabout almost 2 years ago - 3 comments
Labels: Requires Araq To Merge

#21334 - exported DllMain not working

Issue - State: open - Opened by 4zv4l almost 2 years ago - 6 comments
Labels: FFI

#21331 - default type of integer literals ignores type list in unions of integers

Issue - State: open - Opened by slaide almost 2 years ago - 2 comments

#21321 - Errors when initializing a const with a proc returning a tuple.

Issue - State: open - Opened by AmjadHD almost 2 years ago - 3 comments
Labels: const, works_but_needs_test_case

#21316 - integers and floats constants use BitTable in VM; 10% performance boost on average nimscript programs

Pull Request - State: closed - Opened by ringabout almost 2 years ago - 6 comments
Labels: stale

#21308 - C++ interop pitfalls: a "meta issue"

Issue - State: open - Opened by heterodoxic almost 2 years ago - 2 comments

#21285 - fixes #21280; Enum with int64.high() value crashes compiler

Pull Request - State: closed - Opened by ringabout almost 2 years ago - 1 comment
Labels: Requires Araq To Merge

#21280 - Enum with int64.high() value crashes compiler

Issue - State: closed - Opened by lchenut almost 2 years ago

#21258 - Default valued generic proc parameter causes missing parameter in generated C code.

Issue - State: closed - Opened by yuanweixin almost 2 years ago - 4 comments
Labels: Error Messages

#21246 - Link static library error

Issue - State: open - Opened by waruqi almost 2 years ago - 2 comments

#21242 - iterator with inner procs produces `internal error: inconsistent environment type`

Issue - State: open - Opened by dxxb almost 2 years ago - 11 comments
Labels: Compiler Crash, Iterators

#21235 - SIGSEGV in closure iterator with try/except not at top level

Issue - State: open - Opened by iffy almost 2 years ago - 12 comments
Labels: Severe, Iterators

#21228 - nimsuggest: case insensitivity support

Issue - State: open - Opened by Akronae almost 2 years ago - 4 comments
Labels: Tools, Easy, Nimsuggest

#21222 - Segfault, when assigning quote do to compileTime var NimNode

Issue - State: open - Opened by yuanweixin almost 2 years ago - 6 comments

#21213 - Result of pegs.split

Issue - State: open - Opened by dinau almost 2 years ago - 2 comments
Labels: Standard Library

#21211 - Possible issue with casting cdecl procs

Issue - State: closed - Opened by mattrberry almost 2 years ago - 2 comments

#21172 - fix #20883 Unspecified generic on default value segfaults the compiler

Pull Request - State: closed - Opened by bung87 almost 2 years ago - 5 comments
Labels: Requires Araq To Merge

#21144 - `invalid indentation` when nesting `let x = try ..` in another try / except

Issue - State: closed - Opened by Menduist almost 2 years ago - 1 comment
Labels: Parser

#21133 - fix #20857 UncheckedArray[T] don't have default value and shouldn't be initialized

Pull Request - State: closed - Opened by bung87 almost 2 years ago
Labels: Requires Araq To Merge

#21132 - nimNoLibc float formatting

Pull Request - State: closed - Opened by ehmry almost 2 years ago - 2 comments
Labels: stale

#21069 - add test for #3907

Pull Request - State: closed - Opened by bung87 almost 2 years ago - 3 comments

#20999 - Add `insertAfter/Before` for *LinkedList

Pull Request - State: open - Opened by iacore almost 2 years ago - 1 comment

#20987 - Missing bounds check in array slicing

Issue - State: closed - Opened by arnetheduck almost 2 years ago - 2 comments

#20978 - pragma alias silently ignores extra arguments

Issue - State: closed - Opened by metagn almost 2 years ago

#20974 - exportc procedures in other procedures can get deleted

Issue - State: open - Opened by Menduist almost 2 years ago
Labels: FFI

#20916 - `internal error: environment misses:` on default value for generic function

Issue - State: closed - Opened by arnetheduck almost 2 years ago - 1 comment
Labels: Lambda Lifting

#20898 - std/math: Add `^` overload for float32 and float64

Pull Request - State: closed - Opened by dlesnoff almost 2 years ago - 20 comments
Labels: merge_when_passes_CI

#20892 - Generate thunk for all procs to `nimcall` and `closure`.

Pull Request - State: closed - Opened by beef331 almost 2 years ago - 1 comment
Labels: stale

#20886 - `nimsuggest`: failed to build with `clang` on `musl libc`

Issue - State: closed - Opened by dm9pZCAq almost 2 years ago - 2 comments
Labels: OS/Architecture Specific

#20883 - Unspecified generic on default value segfaults the compiler

Issue - State: closed - Opened by HugoGranstrom almost 2 years ago - 2 comments
Labels: Compiler Crash

#20880 - Doesn't work, calculated values of type arguments of type `static` cannot be type arguments of fields.

Issue - State: closed - Opened by momeemt almost 2 years ago - 3 comments
Labels: works_but_needs_test_case

#20869 - fixes #20865; [backport]

Pull Request - State: closed - Opened by Araq almost 2 years ago - 5 comments

#20865 - Missing range check in `toOpenArray`

Issue - State: closed - Opened by arnetheduck almost 2 years ago - 2 comments

#20846 - warn on overloaded `=` with `refc`

Issue - State: open - Opened by arnetheduck about 2 years ago - 1 comment

#20827 - use proc instead of func for lists procs

Pull Request - State: closed - Opened by planetis-m about 2 years ago - 4 comments
Labels: stale, Requires Araq To Merge

#20784 - fix #19795 iterator declaration zeros variable on ARC/ORC

Pull Request - State: closed - Opened by bung87 about 2 years ago
Labels: Requires Araq To Merge

#20771 - fix #16005 template scoping bug: Error: cannot use symbol of kind

Pull Request - State: closed - Opened by bung87 about 2 years ago

#20745 - Ability to define different default values on inherited objects

Issue - State: open - Opened by dadadani about 2 years ago - 4 comments
Labels: Feature

#20683 - fix #18823 Passing Natural to bitops.BitsRange[T] parameter in generi…

Pull Request - State: closed - Opened by bung87 about 2 years ago - 1 comment
Labels: Requires Araq To Merge

#20659 - fix #19304 Borrowing std/times.format causes Error: illformed AST

Pull Request - State: open - Opened by bung87 about 2 years ago - 1 comment
Labels: Requires Araq To Merge

#20653 - Union Object Initializer ```error: extra brace group at end of initializer```

Issue - State: closed - Opened by LukeDeWaal about 2 years ago - 3 comments
Labels: Code Generation, Object Variants

#20627 - fix #20545 assign closure proc to const

Pull Request - State: open - Opened by bung87 about 2 years ago
Labels: Requires Araq To Merge

#20616 - fixes #16736

Pull Request - State: closed - Opened by Araq about 2 years ago - 3 comments

#20609 - Void as a "real" type

Pull Request - State: closed - Opened by SirOlaf about 2 years ago - 8 comments
Labels: stale

#20609 - Void as a "real" type

Pull Request - State: open - Opened by SirOlaf about 2 years ago - 7 comments
Labels: stale

#20544 - Calling a proc inside a tuple inside a literal array, Nim compiler generates invalid C code

Issue - State: open - Opened by AdamSpitz about 2 years ago - 3 comments
Labels: Code Generation, const, Closures

#20529 - fix #12938 index type of array in type section without static

Pull Request - State: open - Opened by bung87 about 2 years ago - 2 comments
Labels: Requires Araq To Merge

#20521 - fix #16148 nil equals to ptr cause internal error: getTypeDescAux(tyG…

Pull Request - State: closed - Opened by bung87 about 2 years ago - 3 comments

#20483 - Fix #10853 unpack given invalid value error about subscript

Pull Request - State: closed - Opened by bung87 about 2 years ago - 5 comments
Labels: Requires Araq To Merge

#20470 - fixes #14646; (WIP)

Pull Request - State: closed - Opened by Araq about 2 years ago - 2 comments
Labels: stale

#20470 - fixes #14646; (WIP)

Pull Request - State: open - Opened by Araq about 2 years ago - 1 comment
Labels: stale

#20428 - Allow configuring js runtime for the compiler

Issue - State: open - Opened by sigmaSd about 2 years ago - 3 comments
Labels: Feature, Configuration

#20373 - Implement support for Darwin PPC

Pull Request - State: closed - Opened by barracuda156 about 2 years ago - 8 comments
Labels: stale, Requires Araq To Merge

#20367 - Type -> Type -> template fails to compile

Issue - State: open - Opened by rotu about 2 years ago - 1 comment
Labels: works_but_needs_test_case

#20328 - Illegal storage access with malloc and ARC/ORC

Issue - State: closed - Opened by zeitbit about 2 years ago - 3 comments
Labels: ARC/ORC Memory Management

#20284 - json / jsonutils cannot unserialize table on js target

Issue - State: open - Opened by enthus1ast about 2 years ago - 1 comment
Labels: Javascript

#20276 - Compiler segfault on possibly invalid code

Issue - State: open - Opened by nc-x about 2 years ago - 2 comments
Labels: VM, Compiler Crash

#20240 - `mixin`'d pre-existing symbols only work as expected in calls

Issue - State: open - Opened by TechnoRazor about 2 years ago - 1 comment
Labels: Symbol Resolution

#20225 - New concepts are undocumented

Issue - State: open - Opened by metagn over 2 years ago - 3 comments
Labels: Documentation Content

#20209 - Internal error with OpenGL app.

Issue - State: open - Opened by nintyfan over 2 years ago
Labels: Compiler Crash, stale

#20192 - `nim check` doesn't report enum conversion error

Issue - State: open - Opened by RSDuck over 2 years ago - 2 comments
Labels: Error Messages