Skip to content

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Replace usage of the rand crate with a custom ChaCha12 CSPRNG feature New things to add to Inko, such as a new standard library module runtime Changes related to the Rust-based runtime library std Changes related to the standard library
#813 opened Feb 5, 2025 by yorickpeterse
Replace "volatile" MoveRegister instructions with something better compiler Changes related to the compiler
#812 opened Feb 4, 2025 by yorickpeterse
Strings are dropped prematurely/unconditionally in certain cases bug Defects, unintended behaviour, etc compiler Changes related to the compiler
#811 opened Feb 1, 2025 by yorickpeterse 0.18.0
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
#810 opened Jan 31, 2025 by yorickpeterse
Emit a warning when a method returns a value that's unused accepting contributions Issues that are suitable to be worked on by anybody, not just maintainers compiler Changes related to the compiler feature New things to add to Inko, such as a new standard library module
#809 opened Jan 31, 2025 by yorickpeterse 0.19.0
Undefined symbol error during linking as a result of incremental compilation 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
#808 opened Jan 31, 2025 by yorickpeterse
Use an u8 for the tag of enums with up to 255 constructors 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
#807 opened Jan 30, 2025 by yorickpeterse
Turn FutureState into an inline type and allocate it using std.ptr.resize performance Changes related to improving performance std Changes related to the standard library
#806 opened Jan 30, 2025 by yorickpeterse
Blocked OS threads can prevent a program from shutting down accepting contributions Issues that are suitable to be worked on by anybody, not just maintainers bug Defects, unintended behaviour, etc runtime Changes related to the Rust-based runtime library
#805 opened Jan 30, 2025 by yorickpeterse 0.18.0
Borrowing of inline types allows violating of unique value constraints bug Defects, unintended behaviour, etc compiler Changes related to the compiler
#803 opened Jan 28, 2025 by yorickpeterse 0.19.0
Devirtualize CallClosure calls whenever possible 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
#802 opened Jan 23, 2025 by yorickpeterse 0.19.0
Don't generate runtime "Type" structures for inline types accepting contributions Issues that are suitable to be worked on by anybody, not just maintainers compiler Changes related to the compiler
#801 opened Jan 23, 2025 by yorickpeterse 0.19.0
Don't generate $constants functions for modules that don't have any constants accepting contributions Issues that are suitable to be worked on by anybody, not just maintainers compiler Changes related to the compiler
#799 opened Jan 23, 2025 by yorickpeterse 0.19.0
Remove support for the class keyword compiler Changes related to the compiler
#791 opened Dec 24, 2024 by yorickpeterse
6 tasks
0.19.0
Compile integer patterns to a switch instead of a nested if/else tree compiler Changes related to the compiler feature New things to add to Inko, such as a new standard library module
#790 opened Dec 23, 2024 by yorickpeterse
Find a way to stack allocate sockets feature New things to add to Inko, such as a new standard library module runtime Changes related to the Rust-based runtime library std Changes related to the standard library
#789 opened Dec 16, 2024 by yorickpeterse
Gracefully handle deeply nested expressions, instead of blowing the stack 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
#788 opened Dec 16, 2024 by yorickpeterse
Casting self to a trait inside a default method is unsound bug Defects, unintended behaviour, etc compiler Changes related to the compiler std Changes related to the standard library
#787 opened Dec 16, 2024 by yorickpeterse 0.18.0
Find a way to stack allocate closures 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
#786 opened Dec 10, 2024 by yorickpeterse 0.19.0
Find a way to write tests for asserting certain LLVM output compiler Changes related to the compiler
#781 opened Nov 29, 2024 by yorickpeterse
String literals can technically be dropped prematurely bug Defects, unintended behaviour, etc compiler Changes related to the compiler runtime Changes related to the Rust-based runtime library
#777 opened Nov 6, 2024 by yorickpeterse
Implement some form of escape analysis to allocate values on the stack 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
#776 opened Oct 31, 2024 by yorickpeterse 0.19.0
Enable Link-Time Optimization (LTO) for Inko accepting contributions Issues that are suitable to be worked on by anybody, not just maintainers compiler Changes related to the compiler feature New things to add to Inko, such as a new standard library module release Work related to a new Inko release
#770 opened Oct 17, 2024 by yorickpeterse
The compiler doesn't always emit an error if a type can't be fully inferred 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
#761 opened Sep 17, 2024 by yorickpeterse 0.19.0
Type checking fails when iterating over C types 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
#757 opened Sep 4, 2024 by yorickpeterse
ProTip! Adding no:label will show everything without a label.