issues
search
inko-lang
/
inko
A language for building concurrent software with confidence
http://inko-lang.org/
Mozilla Public License 2.0
873
stars
38
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
When running `inko runtime list`, also highlight the native runtime in bold
#763
yorickpeterse
opened
1 day ago
0
The formatter removes explicit type signatures used for bindings inside patterns
#762
yorickpeterse
opened
1 day ago
1
The compiler doesn't always emit an error if a type can't be fully inferred
#761
yorickpeterse
opened
1 day ago
0
Recursive C structures blow the stack when compiling
#760
yorickpeterse
opened
1 week ago
0
Consider using structured concurrency instead of being able to spawn processes at any point
#759
yorickpeterse
closed
5 days ago
18
Type checker incorrectly allows passing of non-pointer values to pointers
#758
yorickpeterse
opened
2 weeks ago
0
Type checking fails when iterating over C types
#757
yorickpeterse
opened
2 weeks ago
0
Support pointer-pointers in the type system
#756
yorickpeterse
opened
2 weeks ago
0
Using C types smaller than 8 bytes in a Channel results in a segfault
#755
yorickpeterse
opened
2 weeks ago
3
Type inference fails to infer pointer types in certain cases
#754
yorickpeterse
opened
2 weeks ago
0
Implement std.sys.Command in pure Inko
#753
yorickpeterse
closed
1 week ago
2
Implement socket IO using pure Inko
#752
yorickpeterse
opened
2 weeks ago
0
Allow changing the link name of extern functions without changing the grammar
#751
yorickpeterse
opened
2 weeks ago
0
Introduce support for user-defined, stack allocated value types
#750
yorickpeterse
opened
2 weeks ago
5
Implement system and monotonic clocks in Inko, and pass separately as seconds and nanoseconds
#749
yorickpeterse
opened
2 weeks ago
0
Add Iter.chain method
#748
rjframe
closed
3 weeks ago
1
Implement Iter.chain
#747
rjframe
closed
3 weeks ago
1
Implement STDOUT, STDERR and STDIN entirely in Inko
#746
yorickpeterse
closed
2 weeks ago
4
Cross compiling to macOS is broken on non macOS hosts
#744
yorickpeterse
closed
1 month ago
0
Release 0.16.0
#743
yorickpeterse
closed
1 month ago
0
Run "pkg sync" before running "inko build" if needed
#742
uasi
closed
1 month ago
3
Move crate versions to the workspace Cargo.toml
#741
uasi
closed
1 month ago
1
Set rust-version to 1.78 in the workspace Cargo.toml
#740
uasi
closed
1 month ago
3
Support minimum required Inko version in inko.pkg
#739
uasi
closed
1 month ago
4
Package version updates don't quite follow semantic versioning for 0.X releases
#738
yorickpeterse
opened
1 month ago
0
Optimize pkg add/sync/update by cloning single branch
#737
uasi
closed
1 month ago
1
When running inko pkg sync, a newly downloaded package shouldn't perform a full git clone
#736
yorickpeterse
closed
1 month ago
8
Add module for resolving DNS names to IP addresses
#735
yorickpeterse
opened
1 month ago
7
Add standard library support for HTTP 1.1, HTTP 2.0 and HTTP 3
#734
yorickpeterse
opened
1 month ago
1
Support for SIMD types and instructions
#733
yorickpeterse
opened
1 month ago
0
Optimize std.endian.little.read_* and std.endian.big.read_* to read once and use a byte swap
#732
yorickpeterse
closed
1 month ago
1
Foreign types can be passed to generics, even though the documentation states this is invalid
#731
yorickpeterse
closed
1 month ago
10
Move crate versions to the workspace Cargo.toml
#730
yorickpeterse
closed
1 month ago
0
Set the minimum required Rust version in Cargo.toml
#729
yorickpeterse
closed
1 month ago
0
Release 0.15.0
#727
yorickpeterse
closed
2 months ago
0
Generate documentation for third-party packages similar to https://docs.rs/
#726
yorickpeterse
closed
1 month ago
9
LLVM 16 is removed from the Arch repositories
#725
yorickpeterse
closed
2 months ago
2
Add warnings for unused imported symbols
#724
yorickpeterse
opened
3 months ago
1
Allow specifying of the minimum required Inko version in inko.pkg
#723
yorickpeterse
closed
1 month ago
3
Automatically run "pkg sync" when running "inko build", but only if the list of dependencies has changed
#722
yorickpeterse
closed
1 month ago
0
Checking for sendable return types is overly strict, possibly due to it not using fully resolved types
#721
yorickpeterse
opened
3 months ago
2
Fix outdated import in examples
#720
fres621
closed
3 months ago
1
JSON pull parsing API isn't as efficient as it should be
#719
yorickpeterse
opened
3 months ago
0
Explicit type signatures for closure arguments allow bypassing the type checker
#718
yorickpeterse
opened
3 months ago
0
Add package for OpenSUSE
#717
yorickpeterse
opened
3 months ago
1
Pattern matching against nested types appears to result in values being dropped twice
#716
yorickpeterse
closed
3 months ago
4
Rename "variant" to "constructor" for enums in various places
#715
yorickpeterse
closed
1 month ago
0
Consider introducing immutable, user-defined, atomically reference counted types
#714
yorickpeterse
opened
4 months ago
3
Borrows in generic code can violate uniqueness constraints
#713
yorickpeterse
opened
4 months ago
9
Swapping fields inside a recover should only be allowed if the field type is sendable
#712
yorickpeterse
closed
1 month ago
0
Next