roc/crates
Ayaz Hafiz 5164994fb5
Do not attempt to lookup functions in expects
Functions are not useful to print in expect results, because they are
only printed opaquely as `<function>`. Moreover, their transformation to
closure sets during mono can be extremely lossy, up to and including the
elision of symbols for function closure symbols. As such, simply do not
attempt to lookup or print functions referenced in expects.

Closes #4389
2022-10-24 10:28:56 -05:00
..
ast Disallow typing optional fields when required fields are annotated 2022-10-18 15:50:20 -05:00
cli use execve on windows! 2022-10-22 01:23:41 +02:00
cli_testing_examples moved platform-switching 2022-10-17 15:22:20 +02:00
cli_utils Merge remote-tracking branch 'origin/main' into windows-program-loading-scratchpad 2022-10-15 20:39:53 +02:00
code_markup De-bump all v0.1.0 Roc packages to v0.0.1 2022-10-09 00:16:19 -06:00
compiler Do not attempt to lookup functions in expects 2022-10-24 10:28:56 -05:00
docs Dynamically generate the documentation title 2022-10-16 09:04:53 -04:00
docs_cli Bump libc from 0.2.133 to 0.2.135 2022-10-10 13:00:20 +00:00
editor fixed links, minimal exceptions 2022-10-15 14:25:03 +02:00
error_macros Rephrase CPU-related "platform"/"host" to "target"/"your machine" 2022-09-11 10:25:02 -06:00
glue Disallow typing optional fields when required fields are annotated 2022-10-18 15:50:20 -05:00
highlight Disable peg grammar test using abilities 2022-10-12 16:38:37 -05:00
linker resize reloc section when required 2022-10-22 14:49:59 +02:00
repl_cli Add how to newline repl tips at start-up 2022-10-11 18:25:08 -07:00
repl_eval Fix repl examination of FunctionOrTagUnion 2022-10-05 17:25:12 -05:00
repl_expect Do not attempt to lookup functions in expects 2022-10-24 10:28:56 -05:00
repl_test Properly wrap with newtype-by-void layouts in repl 2022-10-05 11:17:57 -05:00
repl_wasm Properly wrap with newtype-by-void layouts in repl 2022-10-05 11:17:57 -05:00
reporting Merge pull request #4359 from roc-lang/i4313 2022-10-23 01:20:55 +02:00
roc_std expand safety doc comment 2022-10-19 12:09:05 -07:00
test_utils Bump pretty_assertions from 1.2.1 to 1.3.0 2022-09-12 05:28:00 +00:00
tracing Bump tracing-subscriber from 0.3.15 to 0.3.16 2022-10-08 14:50:30 +00:00
utils changed Cargo versions from 0.1.0 to 0.0.1 2022-08-03 11:41:19 +02:00
vendor s/rtfeldman/roc-lang/g in links to GitHub repos 2022-08-12 15:24:09 -04:00
wasi-libc-sys s/rtfeldman/roc-lang/g in links to GitHub repos 2022-08-12 15:24:09 -04:00