onyx-lang / onyx

✨ The compiler and developer toolchain for Onyx
https://onyxlang.io
BSD 2-Clause "Simplified" License
576 stars 22 forks source link

Compiler silently dies when declaring a slice without a type #150

Closed dgriffie79 closed 6 months ago

dgriffie79 commented 6 months ago

Declaring a slice without a type and running onyx build caused the compiler to exit silently.

use core {*}

broken: []

main :: () {
    println("Hello, Onyx!")
}
brendanfh commented 6 months ago

Thanks for reporting this issue! I believe I have fixed it in 4969761.