Richard Feldman
38145b363f
s/tea/gui
2022-02-06 10:49:12 -05:00
Folkert de Vries
d25e891fb0
Merge pull request #2451 from rtfeldman/fix-arc-panic
...
Fix Arc panic
2022-02-06 16:45:38 +01:00
Richard Feldman
3996ba1df8
Merge pull request #2450 from rtfeldman/check-generated-functions
...
Check generated functions
2022-02-06 09:07:59 -05:00
Richard Feldman
9871065a3a
Add hello-gui to .gitignore
2022-02-06 08:41:15 -05:00
Richard Feldman
720d727873
Cover missing variant in match
2022-02-06 08:40:38 -05:00
Richard Feldman
d74499c356
Don't use obsolete effects
syntax
2022-02-06 08:29:40 -05:00
Richard Feldman
2c0948f69b
Test Package-Config parse error in test_load
2022-02-06 08:24:49 -05:00
Richard Feldman
589140983b
Support Package-Config.roc in test_load
2022-02-06 08:20:13 -05:00
Richard Feldman
3e388e2651
Don't print "no hints" on Package-Config parse error
2022-02-06 08:05:33 -05:00
Richard Feldman
dba03374db
Fix indentation in macro
2022-02-06 08:05:26 -05:00
Richard Feldman
7f5fc37612
Fix panic on parse error in Package-Config.roc
...
This previously led to the following panic if there was a parse error in Package-Config.roc: 'There were still outstanding Arc references to module_ids', /Users/rtfeldman/code/roc/compiler/load/src/file.rs:1530:33
2022-02-06 08:04:38 -05:00
Richard Feldman
5d0026b7a2
Fix Package-Config.roc parse errors panicking
2022-02-06 08:03:45 -05:00
Richard Feldman
c786d3c855
Reproduce outstanding Arc references panic
...
To reproduce: cargo run examples/gui/Hello.roc
2022-02-06 07:43:37 -05:00
Richard Feldman
4668a6a1b2
Move Elem and Action to examples/gui
2022-02-06 07:39:16 -05:00
Richard Feldman
26e018c45c
Reproduce a monomorphization panic
2022-02-06 07:39:16 -05:00
Richard Feldman
f8fc9cf577
Reproduce code gen crash
2022-02-06 07:39:16 -05:00
Richard Feldman
ff8937b142
s/hello-rust/hello-gui
2022-02-06 07:39:15 -05:00
Richard Feldman
ff082cb98d
wip
2022-02-06 07:39:15 -05:00
Richard Feldman
8f91574629
give TEA example graphics
2022-02-06 07:38:32 -05:00
Richard Feldman
c59aa22402
Reproduce mono::ir panic
2022-02-06 07:38:32 -05:00
Richard Feldman
bfd95d4627
Add TEA example
2022-02-06 07:38:32 -05:00
Folkert
d9eea360fd
formatting
2022-02-06 13:26:32 +01:00
Folkert
e656886861
add test for UnknownGeneratesWith
2022-02-06 12:50:50 +01:00
Folkert
2f453cfea2
add test for UnusedImport
2022-02-06 12:34:23 +01:00
Folkert
5e16515d22
only generate the functions that the user wants
2022-02-06 12:26:34 +01:00
Folkert
1e4d2b3372
add test for ExposedButNotDefined
2022-02-06 12:24:19 +01:00
Folkert de Vries
009f1b7eca
Merge pull request #2448 from rtfeldman/display-roc-str
...
Add Display impl to RocStr
2022-02-06 12:14:42 +01:00
Richard Feldman
2b5a660178
Add Display to RocStr
2022-02-05 22:52:17 -05:00
Richard Feldman
e216d74948
Add Drew Lazzeri to AUTHORS
2022-02-05 20:55:13 -05:00
Richard Feldman
92a40e9d5c
Merge pull request #2423 from rtfeldman/cleanup-cli-example
...
Indent + remove old comments
2022-02-05 20:54:22 -05:00
Richard Feldman
48bd267892
Merge branch 'trunk' into cleanup-cli-example
2022-02-05 20:53:55 -05:00
Richard Feldman
4a973fed19
Merge pull request #2438 from rtfeldman/fix-module-formatting
...
Fix some module formatting bugs
2022-02-05 18:12:39 -05:00
Anton-4
a8c635e218
fixed apply pattern, all tests working
2022-02-05 13:52:39 +01:00
Richard Feldman
881bae7267
Merge branch 'trunk' into fix-module-formatting
2022-02-04 23:03:52 -05:00
Folkert de Vries
1bb460262a
Merge pull request #2193 from rtfeldman/expect-dont-panic
...
Stores and retrieves expectation failures instead of panicking
2022-02-05 00:52:08 +01:00
Richard Feldman
f49ae01d06
Drop an obsolete comment
2022-02-04 18:41:36 -05:00
Richard Feldman
6a9aa6b3b2
Merge pull request #2440 from rtfeldman/hook-up-hosted-modules
...
Hook up hosted modules
2022-02-04 18:31:05 -05:00
Folkert
71cae79b02
fix annoying spaces debug_assert failure
2022-02-04 23:00:10 +01:00
Folkert
f02db3961a
fix parse tests
2022-02-04 22:51:18 +01:00
Folkert
43066dcd50
fix formatting
2022-02-04 22:26:31 +01:00
Folkert
5f1e2c60f8
change how hosted declarations are pushed
2022-02-04 21:56:57 +01:00
Anton-4
5638f83002
massive apply speed improvement, broke some tests though
2022-02-04 20:20:49 +01:00
Folkert
a44a99c6cf
add new Effect.roc files
2022-02-04 20:06:47 +01:00
Richard Feldman
a8e3d5f9b6
Merge remote-tracking branch 'origin/trunk' into expect-dont-panic
2022-02-03 22:25:40 -05:00
Richard Feldman
9dea0e3a04
Automatically deallocate Failures in Rust
2022-02-03 22:17:53 -05:00
Folkert
f1ebc523b6
Merge remote-tracking branch 'origin/trunk' into hook-up-hosted-modules
2022-02-04 00:07:23 +01:00
Folkert
6ebdc17165
formatting
2022-02-04 00:06:50 +01:00
Folkert
35efa3462d
fix my mistakes
2022-02-04 00:04:08 +01:00
Folkert
885500712c
remove old Effect module things
2022-02-03 23:55:02 +01:00
Folkert
a98635ed06
update other examples
2022-02-03 22:45:15 +01:00