roc/crates/compiler/solve
Ayaz Hafiz 0e52a7e069
Make sure FunctionKind is determined in all entry points
There are a lot of entry points for a Roc program. They should probably
be all consolidated into one, but for now, when FunctionKind is needed,
determine it from the environment. This fixes EXPERIMENTAL_ROC_ERASE for
`roc test` etc.

Also print the location of a failure when `internal_error!` is called. I
think this should panic instead, and I thought it used to - does anyone
know if that changed?
2024-07-07 16:01:14 -05:00
..
docs Update stale document references 2024-06-26 02:16:20 -04:00
src Make sure FunctionKind is determined in all entry points 2024-07-07 16:01:14 -05:00
tests PR: rename to List.concatUtf8 2024-06-08 13:36:20 +02:00
Cargo.toml removed unused deps, added CI test 2024-04-09 19:47:31 +02:00