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

#24170 - fixes #24167; {.push deprecated.} for templates

Pull Request - State: open - Opened by ringabout 4 days ago

#24169 - fixes #24167; `{.push deprecated.}` for templates

Pull Request - State: closed - Opened by ringabout 4 days ago

#24168 - sort modules and added std/setutils

Pull Request - State: open - Opened by Zectbumo 4 days ago

#24166 - don't trust completeStruct for typeinfo gen of imported C++ types [backport]

Pull Request - State: open - Opened by metagn 5 days ago - 2 comments

#24165 - fix `nil` literal giving itself type `untyped`/`typed` [backport]

Pull Request - State: closed - Opened by metagn 5 days ago - 4 comments
Labels: merge_when_passes_CI

#24163 - Regression with `mixin` and generics from 2.0.8 to `version-2-0`/`version-2-2`, fixed in `devel`

Issue - State: open - Opened by tersec 6 days ago - 4 comments
Labels: Needs Backporting/Fixed in Devel

#24162 - No `filelock` in the nim standard library

Issue - State: open - Opened by forchid 6 days ago - 1 comment

#24161 - The hook `=destroy` not called if cycled ref exists when using `orc`

Issue - State: closed - Opened by forchid 6 days ago - 5 comments

#24160 - invalid C++ codegen in `--mm:refc` with `Thread`/`Atomic`/`createThread` (no `ptr` involved)

Issue - State: open - Opened by tersec 6 days ago - 1 comment
Labels: C++ Code Generation

#24158 - Fix line info used for `UnunsedImport` from subdirectories

Pull Request - State: closed - Opened by ire4ever1190 7 days ago - 1 comment

#24157 - update CI to macos 13

Pull Request - State: open - Opened by metagn 7 days ago

#24157 - update CI to macos 13

Pull Request - State: open - Opened by metagn 7 days ago

#24156 - upgrade github CI to macos-14-large (amd)

Pull Request - State: closed - Opened by metagn 7 days ago - 1 comment

#24156 - upgrade github CI to macos-14-large (amd)

Pull Request - State: closed - Opened by metagn 7 days ago - 1 comment

#24155 - document `bind` prevents recursion in templates

Pull Request - State: closed - Opened by metagn 7 days ago - 4 comments

#24154 - upgrade macos github CI to macos 14

Pull Request - State: closed - Opened by metagn 7 days ago - 1 comment

#24154 - upgrade macos github CI to macos 14

Pull Request - State: closed - Opened by metagn 7 days ago - 1 comment

#24153 - fix tmarshalsegfault depending on execution time

Pull Request - State: closed - Opened by metagn 7 days ago - 1 comment

#24152 - fix `inTypeofContext` leaking after `compiles` raises exception [backport:2.0]

Pull Request - State: closed - Opened by metagn 7 days ago - 1 comment

#24152 - fix `inTypeofContext` leaking after `compiles` raises exception [backport:2.0]

Pull Request - State: closed - Opened by metagn 7 days ago - 1 comment

#24151 - fix custom pragma with backticks not working [backport]

Pull Request - State: closed - Opened by metagn 7 days ago - 1 comment

#24151 - fix custom pragma with backticks not working [backport]

Pull Request - State: closed - Opened by metagn 7 days ago - 1 comment

#24149 - fixes #24147; Copy hook causes an incompatible-pointer-types

Pull Request - State: closed - Opened by ringabout 7 days ago - 1 comment

#24149 - fixes #24147; Copy hook causes an incompatible-pointer-types

Pull Request - State: closed - Opened by ringabout 7 days ago - 1 comment

#24148 - Check if files being copied are FIFOs in `copyFile`

Pull Request - State: open - Opened by tocariimaa 7 days ago

#24148 - Check if files being copied are FIFOs in `copyFile`

Pull Request - State: open - Opened by tocariimaa 7 days ago

#24146 - Regression from 2.0 to `version-2-2`/`devel` in `template` overload resolution with generics

Issue - State: open - Opened by tersec 8 days ago - 5 comments
Labels: Documentation Content

#24145 - use cbuilder for tuple/object generation

Pull Request - State: open - Opened by metagn 8 days ago - 1 comment

#24144 - Fix incorrect inheritance penalty for some objects

Pull Request - State: closed - Opened by Graveflo 9 days ago - 1 comment

#24143 - Implement `removeHandler` in std/logging module (fixes #23757)

Pull Request - State: closed - Opened by tocariimaa 9 days ago - 1 comment

#24142 - fixes #24141; Calling algorithm reverse causes a SIGSEGV on ORC

Pull Request - State: closed - Opened by ringabout 10 days ago - 1 comment

#24141 - Calling algorithm reverse causes a SIGSEGV on ORC

Issue - State: closed - Opened by nitely 10 days ago - 11 comments

#24140 - fix segfault in generic param mismatch error, skip typedesc

Pull Request - State: closed - Opened by metagn 10 days ago - 1 comment

#24139 - Create `IPPROTO_NONE` alias & Add test for Unix socket

Pull Request - State: closed - Opened by tocariimaa 10 days ago - 1 comment

#24138 - fix inverted order of resolved `tyFromExpr` match

Pull Request - State: closed - Opened by metagn 10 days ago - 1 comment

#24137 - test not instantiating nominal generic types in sigmatch

Pull Request - State: open - Opened by metagn 10 days ago

#24136 - fix typed case range not counting for exhaustiveness

Pull Request - State: closed - Opened by metagn 10 days ago - 1 comment
Labels: merge_when_passes_CI

#24135 - fix system for nimscript config files on js backend

Pull Request - State: closed - Opened by metagn 10 days ago - 1 comment
Labels: merge_when_passes_CI

#24134 - require `not nil` to be on the same line after a type

Pull Request - State: closed - Opened by metagn 10 days ago - 1 comment
Labels: merge_when_passes_CI

#24132 - workaround for `strunicode` package no longer needed

Pull Request - State: closed - Opened by narimiran 10 days ago - 1 comment

#24131 - `nim -c` would not link again if a C lib is updated

Issue - State: closed - Opened by foldl 11 days ago - 1 comment
Labels: Won't Fix

#24130 - make `var`/pointer types not match if base type has to be converted

Pull Request - State: closed - Opened by metagn 11 days ago - 1 comment

#24129 - revert second argument of `inc` not being generic

Pull Request - State: closed - Opened by metagn 11 days ago - 1 comment

#24128 - fixes rst parsing Markdown CodeblockFields blocking the loop

Pull Request - State: closed - Opened by ringabout 12 days ago - 1 comment

#24127 - uses cbuilder for tuples

Pull Request - State: open - Opened by ringabout 12 days ago

#24126 - remove nimfrs and varslot

Pull Request - State: closed - Opened by ringabout 12 days ago - 1 comment

#24124 - make distinct conversions addressable in VM

Pull Request - State: closed - Opened by metagn 12 days ago - 1 comment

#24123 - don't match arguments with typeclass type in generics

Pull Request - State: closed - Opened by metagn 12 days ago - 1 comment

#24121 - Regression with distinct typeclass and or type in default params

Issue - State: closed - Opened by metagn 12 days ago - 1 comment
Labels: Regression

#24120 - Compiler crash when writing to `ptr UncheckedArray` casted from `pointer` in JS backend

Issue - State: open - Opened by tocariimaa 12 days ago - 4 comments
Labels: Javascript, Error Messages, Compiler Crash

#24119 - test case haul before 2.2

Pull Request - State: closed - Opened by metagn 12 days ago - 1 comment

#24118 - Cannot boot Nim on Loongarch64

Issue - State: open - Opened by litlighilit 12 days ago - 3 comments
Labels: OS/Architecture Specific

#24117 - Illegal storage access with nested dicts

Issue - State: closed - Opened by cvanelteren 12 days ago - 2 comments

#24116 - Protocol enum field of value zero for sockets

Issue - State: closed - Opened by tocariimaa 12 days ago - 1 comment
Labels: Standard Library

#24115 - implements cbuilder

Pull Request - State: closed - Opened by ringabout 12 days ago

#24114 - fix segfault in effect tracking for sym node with nil type

Pull Request - State: closed - Opened by metagn 12 days ago - 1 comment
Labels: merge_when_passes_CI

#24113 - minor improvement

Pull Request - State: closed - Opened by ringabout 13 days ago - 1 comment
Labels: merge_when_passes_CI

#24112 - Segfault when checking if you can yield a ref object

Issue - State: closed - Opened by ire4ever1190 13 days ago - 3 comments
Labels: Regression

#24111 - make `genericsOpenSym` work at instantiation time, new behavior in `openSym`

Pull Request - State: closed - Opened by metagn 13 days ago - 1 comment

#24110 - fixes #24109; gdb.SYMBOL_FUNCTION_DOMAIN

Pull Request - State: closed - Opened by ringabout 13 days ago - 1 comment

#24109 - GDB. tools/debug/nim-gdb.py bug

Issue - State: closed - Opened by karbiv 13 days ago

#24108 - disable closure iterator changes in #23787 unless `-d:nimOptIters` is enabled

Pull Request - State: closed - Opened by metagn 13 days ago - 1 comment

#24107 - fix(#23289): add comma to SymChars in parsecfg

Pull Request - State: open - Opened by daylinmorgan 14 days ago - 1 comment

#24106 - minor: export dllOverrides

Pull Request - State: closed - Opened by ringabout 15 days ago - 1 comment

#24105 - fix regression with uint constant losing abstract type

Pull Request - State: closed - Opened by metagn 15 days ago - 2 comments

#24103 - Object destructor not called when reassigning after a try-except block.

Issue - State: open - Opened by darkestpigeon 15 days ago - 2 comments
Labels: Destructors

#24102 - bumps nimble to `0.16.1`

Pull Request - State: closed - Opened by jmgomez 15 days ago - 1 comment

#24101 - add experimental switch `openSymOverride` that works at instantiation time

Pull Request - State: closed - Opened by metagn 15 days ago - 2 comments

#24100 - fix calls to untyped arbitrary expressions in generics

Pull Request - State: closed - Opened by metagn 16 days ago - 1 comment

#24099 - default parameter initialize with template cause syntax error

Issue - State: closed - Opened by bung87 16 days ago
Labels: Regression

#24097 - Can't modify distinct addresses with conversions in VM

Issue - State: closed - Opened by metagn 17 days ago
Labels: VM, Distinct Types

#24096 - treat generic body type as atomic in iterOverType

Pull Request - State: closed - Opened by metagn 18 days ago - 1 comment

#24095 - make sigmatch use prepareNode for tyFromExpr

Pull Request - State: closed - Opened by metagn 18 days ago - 1 comment

#24094 - SIGSEGV: Illegal storage access deep copy

Issue - State: open - Opened by jmgomez 18 days ago - 12 comments
Labels: Showstopper, Regression, Iterators, Closures

#24092 - don't instantiate generic body type symbols in generic expressions

Pull Request - State: closed - Opened by metagn 19 days ago - 1 comment

#24091 - `default(M)` where `M` is uninstantiated generic has nil type

Issue - State: open - Opened by metagn 19 days ago - 1 comment
Labels: Generics, Error Messages, Invalid Code Acceptance

#24088 - add posix uint changes to changelog + fix Nlink, Dev on FreeBSD

Pull Request - State: closed - Opened by metagn 20 days ago - 2 comments

#24087 - Library paths passed incorrectly for the MSVC backend

Issue - State: open - Opened by Migel1 20 days ago - 3 comments

#24086 - remove allowMetaTypes for inferStaticParam + properly annotate unresolved range

Pull Request - State: open - Opened by metagn 20 days ago - 2 comments

#24085 - push block label sym owner for `const` and `static`

Pull Request - State: open - Opened by metagn 21 days ago - 1 comment

#24084 - open new scope for const values

Pull Request - State: closed - Opened by metagn 21 days ago - 1 comment

#24083 - fix string literal assignment with different lengths on ARC

Pull Request - State: closed - Opened by metagn 21 days ago - 1 comment

#24082 - fix tuple conversion to JsonNode from `%` in pure/json.nim

Pull Request - State: closed - Opened by siriuslee69 21 days ago - 11 comments

#24081 - Fix CSS for `number-lines` code blocks

Pull Request - State: closed - Opened by ire4ever1190 21 days ago - 1 comment

#24080 - string literal copy error after making it empty

Issue - State: closed - Opened by levovix0 21 days ago
Labels: ARC/ORC Memory Management