Skip to content

[Bug] Segmentation Fault when using a directory map without definition #170

@clsource

Description

@clsource
#load_all "project:lib"
use lib

use core { * }

main :: () {
    println(lib.NAME)
}
./onyx run  scratch.onyx

Caution

[1] 13675 segmentation fault ./onyx run scratch.onyx

./onyx run --map-dir project:. scratch.onyx

Note

Onyx

I think a good way would be show an error message saying that map-dir/collection was not defined.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions