issues
search
nim-works
/
nimskull
An in development statically typed systems programming language; with sustainability at its core. We, the community of users, maintain it.
https://nim-works.github.io/nimskull/index.html
Other
279
stars
39
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
build(deps): Bump softprops/action-gh-release from 2.0.8 to 2.1.0
#1469
dependabot[bot]
opened
2 weeks ago
2
mirgen: lower `finally`
#1468
zerbina
closed
1 week ago
3
build(deps): Bump softprops/action-gh-release from 2.0.8 to 2.0.9
#1467
dependabot[bot]
closed
2 weeks ago
2
docgen for `threads` and `builtin_channels` links broken
#1466
saem
opened
1 month ago
0
sem: replace `addr` calls with `nkAddr`
#1465
zerbina
closed
1 month ago
3
docs: build documentation for threading-related modules
#1464
Luyten-Orion
closed
1 month ago
5
fix(typeinfo): expanding seq doesn't clear locations
#1463
zerbina
closed
2 months ago
2
Crash in typeinfo when using the marshal module
#1462
DiThi
closed
2 months ago
1
recursive automatic deference for object attribute access may be misleading
#1461
mrgaturus
opened
2 months ago
1
fix: incorrect code generation for parameter borrowing
#1460
zerbina
closed
2 months ago
2
objects containing `lent T` cannot be used as parameters
#1459
alaviss
opened
2 months ago
0
`lent T` causes error when used as generic parameter
#1458
alaviss
opened
2 months ago
0
borrows of parameters below `byref` threshold ends up leasing the copied parameter
#1457
alaviss
closed
2 months ago
0
borrow sealing doesn't work for borrows within objects
#1456
alaviss
opened
2 months ago
4
varpartitions: add support for if/try/case paths
#1455
alaviss
opened
2 months ago
1
fix(sem): noreturn analysis for `void` exprs
#1454
saem
closed
2 months ago
8
false positive in nested noreturn algorithm
#1453
alaviss
closed
2 months ago
0
fix(sem): avoid no-return false positives
#1452
saem
closed
2 months ago
3
testament: fix missing error reporting
#1451
zerbina
closed
2 months ago
3
fix(sem): analysis considers nested noreturn
#1450
saem
closed
2 months ago
2
fix: crash when passing NimNode to static parameter
#1449
zerbina
closed
2 months ago
2
Compiler crash on compile-time NimNode variable as a `static NimNode` param to macros.
#1448
Luyten-Orion
closed
2 months ago
1
fix(sem): non-boolean `when` conditions being ignored
#1447
zerbina
closed
2 months ago
2
Forward declaration of generic types failing to compile with static evaluation
#1446
shayanhabibi
opened
2 months ago
1
fix(sem): fix crash routine pragma redefinition
#1445
saem
closed
2 months ago
3
Crash with mismatching pragmas in forward declaration
#1444
DiThi
closed
2 months ago
0
fix(sem): crash with procedure with error used as argument
#1443
zerbina
closed
2 months ago
3
Crash when trying to use a closure with error inside another closure
#1442
starsiderfox
closed
2 months ago
2
fix: compiler crash when compiling for iOS
#1441
zerbina
closed
2 months ago
2
raise within a nested `if` invalidate the outer if-expression
#1440
alaviss
closed
2 months ago
0
bogus error when the RHS of `Table.[]=` is not a compatible type
#1439
alaviss
opened
2 months ago
4
net: add support for Windows certificate store
#1438
alaviss
closed
3 months ago
2
fix(sem): errors in lambdas no longer crash
#1437
saem
closed
2 months ago
7
Compiler crashes when compiling for iOS with threads on
#1436
DiThi
closed
2 months ago
0
openssl, net: remove openssl pre-1.1.1 and libressl support
#1435
alaviss
closed
3 months ago
3
`distinct object` type definition crashes the compiler
#1434
zerbina
opened
3 months ago
1
sem: fix type inference for `static` parameters
#1433
zerbina
closed
3 months ago
4
fix: import current dir relative modules
#1432
saem
closed
3 months ago
3
c code error type mismatch on generic objects with same T parameters but one has a T from FFI
#1431
mrgaturus
opened
3 months ago
4
multiple files import from relative parent folder won't compile
#1430
mrgaturus
closed
3 months ago
0
anonymous `proc` definition not allowed in statement position
#1429
mrgaturus
opened
3 months ago
1
Generic constraints can be bypassed using `proc` default initialization
#1428
alaviss
opened
3 months ago
0
sempass2: lift capture restriction
#1427
zerbina
closed
3 months ago
2
macros: add `stamp` for unquoting a template body
#1426
alaviss
closed
3 months ago
3
Variables in `{.compileTime.}` cannot be captured if the capturing closure is nested twice
#1425
alaviss
closed
3 months ago
1
RTTI hook type erasure is considered undefined behavior by clang
#1424
alaviss
opened
3 months ago
3
strutils: fix buffer overflow in formatBiggestFloat
#1423
alaviss
closed
3 months ago
3
fix missing destruction when discarding complex expression
#1422
zerbina
closed
3 months ago
4
Missing `=destroy` call for `discard`ed complex expressions
#1421
alaviss
closed
3 months ago
1
reject overloads that require conversion in `var` position
#1420
zerbina
closed
3 months ago
2
Next