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
#23779 - This is not a commit to be merged, but rather to test on a much..
Pull Request -
State: closed - Opened by c-blake 5 months ago
- 10 comments
#23778 - Revert "Document move limitations"
Pull Request -
State: closed - Opened by Araq 5 months ago
- 1 comment
#23777 - `Warning: `=destroy`(dest.value) can raise an unlisted exception: Exception` in refc in 2.0 but not devel with `std/isolation`/`isolate`
Issue -
State: closed - Opened by tersec 5 months ago
- 2 comments
Labels: Needs Backporting/Fixed in Devel
#23776 - Overload resolution changes if void return
Issue -
State: closed - Opened by Graveflo 5 months ago
- 2 comments
#23775 - Miscompilation of certain code
Issue -
State: closed - Opened by RazrFalcon 5 months ago
- 2 comments
Labels: Severe, Easy, ARC/ORC Memory Management
#23774 - Using parseopt in nimscript yields unexpected results
Issue -
State: closed - Opened by Abathargh 5 months ago
#23773 - conditional compilation of gcd(SomeInteger,SomeInteger) in std/math
Pull Request -
State: closed - Opened by quimt 5 months ago
- 1 comment
Labels: merge_when_passes_CI
#23772 - Comment out flaky test in tests/stdlib/thttpclient
Pull Request -
State: closed - Opened by alex65536 5 months ago
- 1 comment
#23771 - [Backport 2.0] bump nimble to entryPoints
Pull Request -
State: closed - Opened by jmgomez 5 months ago
- 3 comments
#23770 - default value in object variants does not work when embedded in another object
Issue -
State: open - Opened by jxy 5 months ago
#23769 - [backport] fixes #23748; do not skip materializing temporaries for proc arguments
Pull Request -
State: closed - Opened by alex65536 5 months ago
- 15 comments
#23768 - Variable can be moved while it's being passed as `var`
Issue -
State: open - Opened by alex65536 5 months ago
- 4 comments
#23767 - atomic loads do not require a mutable location [backport]
Pull Request -
State: open - Opened by Araq 5 months ago
#23766 - Bumps nimble to entryPoints commit
Pull Request -
State: closed - Opened by jmgomez 5 months ago
- 3 comments
#23765 - Method calling proc with return value overlapping declared generic type generates invalid C
Issue -
State: open - Opened by tersec 5 months ago
- 2 comments
Labels: Code Generation, Methods
#23764 - fixes #23759; rework move for refc
Pull Request -
State: closed - Opened by ringabout 5 months ago
- 2 comments
#23763 - Document move limitations
Pull Request -
State: closed - Opened by juancarlospaco 5 months ago
- 2 comments
#23762 - Constructing case object with discriminator of field of other object fails with `the field(s) 'g' are in conflict with this value`
Issue -
State: open - Opened by tersec 5 months ago
- 5 comments
#23761 - fixes #9940; genericAssign does not take care of the importC variables in refc [backport]
Pull Request -
State: closed - Opened by ringabout 5 months ago
- 3 comments
Labels: merge_when_passes_CI
#23760 - fixes #23755; array static inference during overload resolution
Pull Request -
State: closed - Opened by Graveflo 5 months ago
- 10 comments
#23759 - `move(table)` does not move the table
Issue -
State: closed - Opened by arnetheduck 5 months ago
- 8 comments
Labels: Showstopper
#23758 - fixes #23725; Size computations work better when they are correct
Pull Request -
State: closed - Opened by Araq 5 months ago
- 2 comments
#23757 - in std/logging implement removeHandler
Issue -
State: closed - Opened by steschuser 5 months ago
Labels: Feature, Standard Library
#23756 - improve stringification of collections
Pull Request -
State: closed - Opened by AmjadHD 5 months ago
- 1 comment
#23755 - Regression: compiler crash on static inference
Issue -
State: closed - Opened by mratsim 5 months ago
- 10 comments
Labels: Static[T], Regression, Compiler Crash
#23754 - Warn on repeated non-trivial evaluations in templates
Issue -
State: open - Opened by arnetheduck 5 months ago
Labels: Feature, Error Messages, Templates
#23753 - remove bench action to save resources, which is barely useful
Pull Request -
State: closed - Opened by ringabout 5 months ago
- 1 comment
#23752 - Can't create empty openArray with int8
Issue -
State: open - Opened by arnetheduck 5 months ago
- 8 comments
#23751 - Regression from 1.6 to 2.0 using static parameter in return type with function taking typeclass
Issue -
State: closed - Opened by tersec 5 months ago
- 3 comments
Labels: Needs Backporting/Fixed in Devel
#23750 - adapt semOpAux to opt-in symchoices
Pull Request -
State: closed - Opened by metagn 5 months ago
- 1 comment
#23749 - Regression: ambiguous identifier
Issue -
State: closed - Opened by narimiran 5 months ago
#23748 - Local variables can be prematurely moved to closure, causing use-after-move
Issue -
State: closed - Opened by alex65536 5 months ago
- 2 comments
#23747 - Check for nil in cstringArrayToSeq
Pull Request -
State: closed - Opened by yglukhov 5 months ago
- 1 comment
#23746 - `int64/int64` not compile for JS, but for C.
Issue -
State: open - Opened by litlighilit 5 months ago
- 4 comments
Labels: Javascript
#23745 - fixes #23742; setLen(0) no longer allocates memory for uninitialized strs/seqs for refc
Pull Request -
State: closed - Opened by ringabout 5 months ago
- 1 comment
#23744 - Generic sequence of proc type mismatch
Issue -
State: closed - Opened by nitely 5 months ago
- 3 comments
#23743 - fixes #5091; Ensure we don't wait on an exited process on Linux
Pull Request -
State: closed - Opened by maleyva1 5 months ago
- 16 comments
#23742 - `setLen(0)` allocates memory causing performance regression
Issue -
State: closed - Opened by arnetheduck 5 months ago
- 3 comments
Labels: Regression, refc, Status
#23741 - Inefficient codegen for field return
Issue -
State: open - Opened by arnetheduck 5 months ago
- 2 comments
Labels: Performance, ARC/ORC Memory Management, Status
#23740 - split `PackedModule` into reader and writer
Pull Request -
State: closed - Opened by ringabout 5 months ago
#23739 - Run tests with `nimPreviewHashFarm` on the 3 main back ends.
Pull Request -
State: closed - Opened by c-blake 5 months ago
- 2 comments
#23738 - Add logical AND-assignment and logical OR-Assignment
Pull Request -
State: closed - Opened by juancarlospaco 5 months ago
- 4 comments
#23737 - IC: use tables instead of huge seqs because the compiler can create l…
Pull Request -
State: closed - Opened by Araq 5 months ago
- 3 comments
#23736 - adds a define nimHasJsNoLambdaLifting so we can use it in the config for compatibility
Pull Request -
State: closed - Opened by ringabout 5 months ago
- 1 comment
#23735 - Add Farm Hash conditioned upon `nimPreviewHashFarm` as 64-bit `Hash`
Pull Request -
State: closed - Opened by c-blake 5 months ago
- 7 comments
#23734 - fixes #23732, os.sleep(-1) now returns immediately
Pull Request -
State: closed - Opened by litlighilit 5 months ago
- 5 comments
#23733 - Deadloop in Windows, `os.sleep(-1)`
Issue -
State: closed - Opened by litlighilit 5 months ago
- 1 comment
#23732 - Deadloop in Windows, `os.sleep(-1)`
Issue -
State: closed - Opened by litlighilit 5 months ago
- 5 comments
#23731 - ignore uninstantiated static on match to base type [backport:2.0]
Pull Request -
State: closed - Opened by metagn 5 months ago
- 1 comment
#23730 - regression from 2.0.4 to 2.0.6 cannot instantiate: 'SomeInteger' in return type
Issue -
State: closed - Opened by daniel-j 5 months ago
- 1 comment
#23729 - Fix NIM_STATIC_ASSERT_AUX being redefined on different lines
Pull Request -
State: closed - Opened by fakuivan 5 months ago
- 1 comment
#23728 - disable dnsclient because it is fragile
Pull Request -
State: closed - Opened by ringabout 5 months ago
- 4 comments
#23727 - implement `legacy:jsNoLambdaLifting` for compatibility
Pull Request -
State: closed - Opened by ringabout 5 months ago
- 1 comment
#23726 - `=destroy` for non-var failed to compile when `nim doc`
Issue -
State: open - Opened by litlighilit 5 months ago
- 5 comments
Labels: Documentation Generation, Needs Backporting/Fixed in Devel
#23725 - Sigsegv on std/tasks destructor
Issue -
State: closed - Opened by planetis-m 5 months ago
- 2 comments
Labels: Showstopper
#23724 - hello world Mummy web server crashes on devel
Issue -
State: closed - Opened by hamidb80 5 months ago
- 17 comments
Labels: Regression, Not Reproduced, allocator
#23723 - `noinit` can cause arc to crash with ref objects
Issue -
State: closed - Opened by beef331 5 months ago
- 2 comments
Labels: ARC/ORC Memory Management
#23722 - Fix example code in Nim manual that cannot be compiled without error
Pull Request -
State: closed - Opened by demotomohiro 5 months ago
- 1 comment
#23721 - https://learnxinyminutes.com/docs/nim/ error in the learning documentation code
Issue -
State: closed - Opened by HeadBangZ 5 months ago
- 3 comments
#23720 - fixes a long standing bug with varargs type inference [backport]
Pull Request -
State: closed - Opened by Araq 5 months ago
- 2 comments
#23719 - Don't lift variables that don't see a return or yield (wip)
Pull Request -
State: closed - Opened by SirOlaf 5 months ago
- 1 comment
#23718 - fixes 22479; WIP [backport]
Pull Request -
State: open - Opened by Araq 5 months ago
- 2 comments
#23717 - Fix non-exported `memfiles.setFileSize` to be able to shrink files on posix via `memfiles.resize`
Pull Request -
State: closed - Opened by c-blake 5 months ago
- 3 comments
#23716 - [backport] fixes #23711; C code contains backtick`gensym
Pull Request -
State: closed - Opened by ringabout 5 months ago
- 2 comments
#23715 - Seq IndexDefect leaks memeory in `arc` and `orc`
Issue -
State: open - Opened by doongjohn 5 months ago
- 4 comments
Labels: Garbage Collection, ARC/ORC Memory Management
#23714 - Rasing an exception leaks memeory in `orc`
Issue -
State: closed - Opened by doongjohn 5 months ago
- 1 comment
Labels: Garbage Collection, ARC/ORC Memory Management
#23713 - `hasCustomPragma` does not work on generic types
Issue -
State: open - Opened by etan-status 5 months ago
- 2 comments
Labels: Generics
#23712 - `joinPath` sometimes has extra `.` in the beginning of the path
Issue -
State: open - Opened by alex65536 5 months ago
- 3 comments
#23711 - [Semi-regression] C code contains backtick`gensym
Issue -
State: closed - Opened by mratsim 5 months ago
- 1 comment
Labels: Code Generation, Pragmas, Regression, Templates
#23710 - fixes #23700, amend Sigaction fields in posix
Pull Request -
State: closed - Opened by litlighilit 5 months ago
- 3 comments
#23709 - Some C struct can have nested union. This is not supported for now
Issue -
State: open - Opened by Alogani 5 months ago
- 7 comments
#23708 - nrvo for embedded importc'ed types
Pull Request -
State: closed - Opened by ringabout 5 months ago
- 1 comment
#23707 - fixes #22927; no test case extractable [backport]
Pull Request -
State: closed - Opened by Araq 5 months ago
- 1 comment
#23706 - ref #20653; fixes chronos empty case branches
Pull Request -
State: closed - Opened by ringabout 5 months ago
- 2 comments
#23705 - Correction Sigaction struct on amd64 #1
Pull Request -
State: closed - Opened by Alogani 5 months ago
- 4 comments
#23704 - fixes #22398; [backport]
Pull Request -
State: closed - Opened by Araq 5 months ago
- 1 comment
#23703 - [backport] fixes #23690; SIGSEGV with object variants and RTTI
Pull Request -
State: closed - Opened by ringabout 5 months ago
- 2 comments
Labels: merge_when_passes_CI
#23702 - [Backport 1.6] Nimsuggest handle unknown file
Pull Request -
State: closed - Opened by jmgomez 5 months ago
#23701 - [Backport 2.0] Nimsuggest handle unknown file
Pull Request -
State: closed - Opened by jmgomez 5 months ago
- 1 comment
#23700 - SigAction isn't missing a field on amd64?
Issue -
State: open - Opened by Alogani 5 months ago
- 28 comments
Labels: Standard Library
#23699 - fixes #23445; [backport]
Pull Request -
State: closed - Opened by Araq 5 months ago
- 5 comments
#23698 - dom addEventListener has ambiguous types
Issue -
State: closed - Opened by dObbOb11 5 months ago
- 1 comment
#23697 - Fixes #23695: On Linux, "nimsuggest" crashes if Nim is installed in /usr/bin and the library in /usr/lib/nim
Pull Request -
State: closed - Opened by jmgomez 5 months ago
- 1 comment
#23696 - nimsuggest v3+ handles unknownFile
Pull Request -
State: closed - Opened by jmgomez 5 months ago
- 1 comment
#23695 - On Linux, "nimsuggest" crashes if Nim is installed in /usr/bin and the library in /usr/lib/nim
Issue -
State: closed - Opened by lscrd 5 months ago
- 6 comments
Labels: Nimsuggest
#23694 - ignore type symbols in lookup when enum type is expected
Pull Request -
State: closed - Opened by metagn 5 months ago
- 1 comment
#23693 - Support `jobserver` when parallelising builds
Issue -
State: open - Opened by arnetheduck 5 months ago
#23692 - Bug in C++ codegen for set stringify when setting size
Issue -
State: open - Opened by carrexxii 5 months ago
- 5 comments
Labels: C++ Code Generation
#23691 - remove pkg "pylib"
Pull Request -
State: closed - Opened by ringabout 5 months ago
- 4 comments
#23690 - SIGSEGV with object variants and RTTI
Issue -
State: closed - Opened by alex65536 5 months ago
- 10 comments
Labels: Object Variants, ARC/ORC Memory Management
#23689 - [Regression] compiler is not inferring the type of an `enum` marked with the `pure` pragma when there is a type with the same identifier as a value of this enum
Issue -
State: closed - Opened by rockcavera 5 months ago
- 7 comments
Labels: Type Sections, Regression
#23688 - when nimvm visible in runtime code causing misexecution due to matching preference rules
Issue -
State: open - Opened by arnetheduck 5 months ago
- 2 comments
#23687 - when nimvm doesn't isolate symbols
Issue -
State: open - Opened by arnetheduck 5 months ago
- 3 comments
#23686 - Devel: Illegal storage access in alloc.nim
Issue -
State: closed - Opened by simonkrauter 5 months ago
- 1 comment
#23685 - fixes #23354; [backport]
Pull Request -
State: closed - Opened by Araq 5 months ago
- 1 comment
#23684 - Closures capture scope is confusing, leading to unexpective behaviour
Issue -
State: open - Opened by Alogani 5 months ago
Labels: Closures
#23683 - fixes #5901 #21211; don't fold cast function types because of gcc 14
Pull Request -
State: closed - Opened by ringabout 5 months ago
- 1 comment
#23682 - Hash generic objects so destructors are generated for their generic p…
Pull Request -
State: closed - Opened by beef331 6 months ago
- 1 comment
#23681 - fix noreturn/implicit discard check logic
Pull Request -
State: closed - Opened by metagn 6 months ago
- 2 comments
#23680 - Overloaded `template`s across scopes where one has `untyped` parameter fail to build
Issue -
State: open - Opened by tersec 6 months ago
- 2 comments
Labels: Templates, works_but_needs_test_case