roc/crates/glue
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
..
platform update glue platform files to new syntax 2024-05-05 16:46:34 +02:00
src Make sure FunctionKind is determined in all entry points 2024-07-07 16:01:14 -05:00
static Have RustGlue bundle roc_std 2023-06-26 09:48:27 -04:00
templates REVERT ME - add some debug info 2022-11-16 17:07:04 -05:00
tests better panic message when glue command fails 2024-07-06 16:08:59 +02:00
Cargo.toml Add --output to build, default to app filename 2023-10-19 20:42:28 -04:00