-
-
Notifications
You must be signed in to change notification settings - Fork 50
Issues: inko-lang/inko
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
readline() function to ask for user input
accepting contributions
Issues that are suitable to be worked on by anybody, not just maintainers
feature
New things to add to Inko, such as a new standard library module
std
Changes related to the standard library
#867
opened May 18, 2025 by
PLC-Programmer
Optimize memory usage and API of Future/Promise
compiler
Changes related to the compiler
feature
New things to add to Inko, such as a new standard library module
performance
Changes related to improving performance
#866
opened May 17, 2025 by
yorickpeterse
If a match contains a nested match where one or more cases return Never, the return type of the outer match is nil
accepting contributions
Issues that are suitable to be worked on by anybody, not just maintainers
bug
Defects, unintended behaviour, etc
compiler
Changes related to the compiler
#865
opened May 16, 2025 by
yorickpeterse
Moving a field in a Issues that are suitable to be worked on by anybody, not just maintainers
bug
Defects, unintended behaviour, etc
compiler
Changes related to the compiler
match
inside a move
method results in a double free
accepting contributions
#864
opened May 7, 2025 by
yorickpeterse
Empty Array constants results in a panic when generating LLVM
accepting contributions
Issues that are suitable to be worked on by anybody, not just maintainers
bug
Defects, unintended behaviour, etc
compiler
Changes related to the compiler
Don't print Issues that are suitable to be worked on by anybody, not just maintainers
bug
Defects, unintended behaviour, etc
compiler
Changes related to the compiler
inko test
error when the test suite has failures
accepting contributions
Incorrect code generated for Issues that are suitable to be worked on by anybody, not just maintainers
bug
Defects, unintended behaviour, etc
compiler
Changes related to the compiler
<= 8 byte
structures containing floats/doubles
accepting contributions
Hoist field loads outside of loops if the fields can't be assigned new values
compiler
Changes related to the compiler
feature
New things to add to Inko, such as a new standard library module
performance
Changes related to improving performance
#858
opened Apr 8, 2025 by
yorickpeterse
Method inliner can get stuck in an infinite loop of sorts, resulting in it consuming all memory
accepting contributions
Issues that are suitable to be worked on by anybody, not just maintainers
bug
Defects, unintended behaviour, etc
compiler
Changes related to the compiler
#856
opened Apr 2, 2025 by
yorickpeterse
Stack overflow when specializing generic type instances
accepting contributions
Issues that are suitable to be worked on by anybody, not just maintainers
bug
Defects, unintended behaviour, etc
compiler
Changes related to the compiler
Lock the packages directory to prevent concurrent builds from messing up each other's state
compiler
Changes related to the compiler
feature
New things to add to Inko, such as a new standard library module
Lock the build directory to prevent concurrent builds from messing up each other's state
compiler
Changes related to the compiler
feature
New things to add to Inko, such as a new standard library module
Types are inferred incorrectly when passing Defects, unintended behaviour, etc
compiler
Changes related to the compiler
ref A
to ref B
arguments where B
is a type parameter
bug
Generics can violate uniqueness constraints by putting aliases _into_ a unique value
bug
Defects, unintended behaviour, etc
compiler
Changes related to the compiler
Process methods can violate uniqueness constraints by using an intermediate method
bug
Defects, unintended behaviour, etc
compiler
Changes related to the compiler
Implement std.map.Map in a more efficient way
feature
New things to add to Inko, such as a new standard library module
performance
Changes related to improving performance
std
Changes related to the standard library
#836
opened Mar 13, 2025 by
yorickpeterse
Consider supporting integer range types similar to Ada
compiler
Changes related to the compiler
feature
New things to add to Inko, such as a new standard library module
std
Changes related to the standard library
#834
opened Mar 7, 2025 by
yorickpeterse
Add support for zeroing out a ByteArray in a way that guarantees it's not optimized away
compiler
Changes related to the compiler
feature
New things to add to Inko, such as a new standard library module
std
Changes related to the standard library
Use graviola as a TLS backend
feature
New things to add to Inko, such as a new standard library module
runtime
Changes related to the Rust-based runtime library
Replace the use of SipHash13 with something faster for std.map.Map
feature
New things to add to Inko, such as a new standard library module
performance
Changes related to improving performance
std
Changes related to the standard library
#828
opened Feb 17, 2025 by
yorickpeterse
Make matching against byte arrays easier
compiler
Changes related to the compiler
feature
New things to add to Inko, such as a new standard library module
#827
opened Feb 14, 2025 by
yorickpeterse
Make it easier to generate JSON documents
accepting contributions
Issues that are suitable to be worked on by anybody, not just maintainers
feature
New things to add to Inko, such as a new standard library module
std
Changes related to the standard library
#820
opened Feb 12, 2025 by
yorickpeterse
Add support for documenation JSON tests
compiler
Changes related to the compiler
#818
opened Feb 12, 2025 by
yorickpeterse
Replace "volatile" MoveRegister instructions with something better
compiler
Changes related to the compiler
#812
opened Feb 4, 2025 by
yorickpeterse
Find a way to allow mutating inline types in-place
compiler
Changes related to the compiler
feature
New things to add to Inko, such as a new standard library module
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.