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

#23814 - fixes #20865; fixes #20987; Missing bounds check in array slicing

Pull Request - State: closed - Opened by ringabout 3 months ago - 1 comment
Labels: merge_when_passes_CI

#23813 - Regression from 1.6 to 2.0/devel with templates with `gensym` `proc`

Issue - State: closed - Opened by tersec 3 months ago - 2 comments

#23811 - disable chronos

Pull Request - State: closed - Opened by ringabout 3 months ago - 2 comments

#23809 - remove nir; succeeded by nif

Pull Request - State: closed - Opened by ringabout 3 months ago - 1 comment
Labels: merge_when_passes_CI

#23808 - Bumps nimble so the next Nim release includes the latest changes

Pull Request - State: closed - Opened by jmgomez 3 months ago - 1 comment

#23807 - fixes #22389; fixes #19840; don't fold paths containing `addr`

Pull Request - State: closed - Opened by ringabout 3 months ago - 1 comment
Labels: merge_when_passes_CI

#23806 - Allocator: Keep track of foreign cells

Pull Request - State: closed - Opened by SirOlaf 3 months ago - 1 comment

#23805 - Add support for nvcc & hipcc (cuda/rocm)

Pull Request - State: closed - Opened by monofuel 3 months ago - 5 comments

#23804 - Update documentation for parseEnum in strutils.nim

Pull Request - State: closed - Opened by Niminem 3 months ago - 1 comment

#23802 - fixes #23790; roll back instCounter properly in case of exceptions

Pull Request - State: closed - Opened by alex65536 3 months ago - 2 comments

#23801 - Add constantine to important_packages.nim

Pull Request - State: closed - Opened by mratsim 3 months ago - 3 comments

#23799 - fixes #23770; const object variants in the default fields

Pull Request - State: open - Opened by ringabout 3 months ago

#23797 - Memory corruption on certain code

Issue - State: open - Opened by RazrFalcon 3 months ago - 1 comment
Labels: Needs Backporting/Fixed in Devel

#23796 - Bad CPP codegen when using var array[] argument type in imported C functions.

Issue - State: closed - Opened by tommo 3 months ago - 2 comments
Labels: C++ Code Generation

#23795 - Adjust the correct chunk's free space in allocator

Pull Request - State: closed - Opened by SirOlaf 3 months ago - 2 comments
Labels: merge_when_passes_CI

#23794 - Revert threaded alloc

Pull Request - State: closed - Opened by planetis-m 3 months ago - 2 comments

#23793 - Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that

Pull Request - State: closed - Opened by c-blake 3 months ago - 2 comments

#23792 - fixes #23784; don't allow fold paths containing `nkAddr`

Pull Request - State: closed - Opened by ringabout 3 months ago - 1 comment

#23791 - This test for issue 9739 never needed to depend upon hash order

Pull Request - State: closed - Opened by c-blake 3 months ago - 1 comment

#23790 - `Error: generic instantiation too nested` after using many `compiles(...)`

Issue - State: closed - Opened by tersec 3 months ago - 3 comments
Labels: Generics

#23788 - Segfaults in multithreaded code after recent allocator changes

Issue - State: closed - Opened by SirOlaf 3 months ago
Labels: Threads

#23787 - Optimize closure iterator locals

Pull Request - State: closed - Opened by yglukhov 3 months ago - 9 comments

#23786 - Update mimetypes.nim; added avif & avifs

Pull Request - State: closed - Opened by enthus1ast 3 months ago - 1 comment

#23785 - Fixed issues when using `std/parseopt` in nimscripts with cmdline = ""

Pull Request - State: closed - Opened by Abathargh 3 months ago - 1 comment

#23784 - Regression: ICE genCheckedRecordField with unsafeAddr and macros

Issue - State: closed - Opened by mratsim 3 months ago - 3 comments
Labels: Regression, Compiler Crash, Macros, Strict Functions

#23783 - refine: strmisc.expandTabs better code structure

Pull Request - State: closed - Opened by litlighilit 3 months ago - 3 comments

#23782 - enable refc with move analyzer

Pull Request - State: open - Opened by ringabout 3 months ago - 4 comments

#23781 - Fix doc: '\c' '\L' in lexbase.nim

Pull Request - State: closed - Opened by litlighilit 3 months ago - 1 comment

#23780 - fixes #23775; injectdestructors now handles discardable statements

Pull Request - State: closed - Opened by ringabout 3 months ago - 1 comment
Labels: merge_when_passes_CI

#23779 - This is not a commit to be merged, but rather to test on a much..

Pull Request - State: closed - Opened by c-blake 3 months ago - 10 comments

#23778 - Revert "Document move limitations"

Pull Request - State: closed - Opened by Araq 3 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 3 months ago - 2 comments
Labels: Needs Backporting/Fixed in Devel

#23776 - Overload resolution changes if void return

Issue - State: closed - Opened by Graveflo 3 months ago - 2 comments

#23775 - Miscompilation of certain code

Issue - State: closed - Opened by RazrFalcon 3 months ago - 2 comments
Labels: Severe, Easy, ARC/ORC Memory Management

#23773 - conditional compilation of gcd(SomeInteger,SomeInteger) in std/math

Pull Request - State: closed - Opened by quimt 3 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 3 months ago - 1 comment

#23771 - [Backport 2.0] bump nimble to entryPoints

Pull Request - State: closed - Opened by jmgomez 3 months ago - 3 comments

#23769 - [backport] fixes #23748; do not skip materializing temporaries for proc arguments

Pull Request - State: closed - Opened by alex65536 3 months ago - 15 comments

#23768 - Variable can be moved while it's being passed as `var`

Issue - State: open - Opened by alex65536 3 months ago - 4 comments

#23767 - atomic loads do not require a mutable location [backport]

Pull Request - State: open - Opened by Araq 3 months ago

#23766 - Bumps nimble to entryPoints commit

Pull Request - State: closed - Opened by jmgomez 3 months ago - 3 comments

#23765 - Method calling proc with return value overlapping declared generic type generates invalid C

Issue - State: open - Opened by tersec 3 months ago - 2 comments
Labels: Code Generation, Methods

#23764 - fixes #23759; rework move for refc

Pull Request - State: closed - Opened by ringabout 3 months ago - 2 comments

#23763 - Document move limitations

Pull Request - State: closed - Opened by juancarlospaco 3 months ago - 2 comments

#23761 - fixes #9940; genericAssign does not take care of the importC variables in refc [backport]

Pull Request - State: closed - Opened by ringabout 3 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 3 months ago - 10 comments

#23759 - `move(table)` does not move the table

Issue - State: closed - Opened by arnetheduck 3 months ago - 8 comments
Labels: Showstopper

#23758 - fixes #23725; Size computations work better when they are correct

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

#23757 - in std/logging implement removeHandler

Issue - State: closed - Opened by steschuser 3 months ago
Labels: Feature, Standard Library

#23756 - improve stringification of collections

Pull Request - State: closed - Opened by AmjadHD 3 months ago - 1 comment

#23755 - Regression: compiler crash on static inference

Issue - State: closed - Opened by mratsim 3 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 3 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 3 months ago - 1 comment

#23752 - Can't create empty openArray with int8

Issue - State: open - Opened by arnetheduck 3 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 3 months ago - 3 comments
Labels: Needs Backporting/Fixed in Devel

#23750 - adapt semOpAux to opt-in symchoices

Pull Request - State: closed - Opened by metagn 3 months ago - 1 comment

#23749 - Regression: ambiguous identifier

Issue - State: closed - Opened by narimiran 3 months ago

#23747 - Check for nil in cstringArrayToSeq

Pull Request - State: closed - Opened by yglukhov 3 months ago - 1 comment

#23746 - `int64/int64` not compile for JS, but for C.

Issue - State: open - Opened by litlighilit 3 months ago - 4 comments
Labels: Javascript

#23744 - Generic sequence of proc type mismatch

Issue - State: closed - Opened by nitely 3 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 3 months ago - 16 comments

#23742 - `setLen(0)` allocates memory causing performance regression

Issue - State: closed - Opened by arnetheduck 3 months ago - 3 comments
Labels: Regression, refc, Status

#23741 - Inefficient codegen for field return

Issue - State: open - Opened by arnetheduck 3 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 3 months ago

#23739 - Run tests with `nimPreviewHashFarm` on the 3 main back ends.

Pull Request - State: closed - Opened by c-blake 3 months ago - 2 comments

#23738 - Add logical AND-assignment and logical OR-Assignment

Pull Request - State: closed - Opened by juancarlospaco 3 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 3 months ago - 3 comments

#23735 - Add Farm Hash conditioned upon `nimPreviewHashFarm` as 64-bit `Hash`

Pull Request - State: closed - Opened by c-blake 3 months ago - 7 comments

#23734 - fixes #23732, os.sleep(-1) now returns immediately

Pull Request - State: closed - Opened by litlighilit 3 months ago - 5 comments

#23733 - Deadloop in Windows, `os.sleep(-1)`

Issue - State: closed - Opened by litlighilit 3 months ago - 1 comment

#23732 - Deadloop in Windows, `os.sleep(-1)`

Issue - State: closed - Opened by litlighilit 3 months ago - 5 comments

#23731 - ignore uninstantiated static on match to base type [backport:2.0]

Pull Request - State: closed - Opened by metagn 3 months ago - 1 comment

#23729 - Fix NIM_STATIC_ASSERT_AUX being redefined on different lines

Pull Request - State: closed - Opened by fakuivan 3 months ago - 1 comment

#23728 - disable dnsclient because it is fragile

Pull Request - State: closed - Opened by ringabout 3 months ago - 4 comments

#23727 - implement `legacy:jsNoLambdaLifting` for compatibility

Pull Request - State: closed - Opened by ringabout 3 months ago - 1 comment

#23726 - `=destroy` for non-var failed to compile when `nim doc`

Issue - State: open - Opened by litlighilit 3 months ago - 4 comments
Labels: Documentation Generation, Needs Backporting/Fixed in Devel

#23725 - Sigsegv on std/tasks destructor

Issue - State: closed - Opened by planetis-m 3 months ago - 2 comments
Labels: Showstopper

#23724 - hello world Mummy web server crashes on devel

Issue - State: closed - Opened by hamidb80 4 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 4 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 4 months ago - 1 comment

#23720 - fixes a long standing bug with varargs type inference [backport]

Pull Request - State: closed - Opened by Araq 4 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 4 months ago - 1 comment

#23718 - fixes 22479; WIP [backport]

Pull Request - State: open - Opened by Araq 4 months ago

#23716 - [backport] fixes #23711; C code contains backtick`gensym

Pull Request - State: closed - Opened by ringabout 4 months ago - 2 comments