Commit graph

691 commits

Author SHA1 Message Date
Richard Feldman
ae293baef7
Revise wording of roc test output 2022-07-18 11:58:26 -04:00
Richard Feldman
b6b66b883a
Merge pull request #3569 from rtfeldman/joshuawarner32/when-after-line-start
Correct indentation for when expressions
2022-07-18 09:55:58 -04:00
Brian Carroll
2c953671ed
Merge pull request #3542 from rtfeldman/bindgen-duplicates
Don't bindgen duplicate types
2022-07-18 08:09:45 +01:00
Richard Feldman
fd65f12cad
Merge pull request #3567 from rtfeldman/result-try
Rename `Result.after` to `Result.try`, `Result.afterErr` to `Result.onErr`
2022-07-17 22:47:02 -04:00
Ayaz
d354dd177a
Merge pull request #3564 from rtfeldman/fix-json
JSON doesn't allow trailing commas
2022-07-17 21:43:01 -05:00
Joshua Warner
ada8af25cc Correct indentation for when expressions
... and simultaneously remove the need for State::indent_column field / multiline tracking in blankspace.rs.

Fixes #2889
2022-07-17 19:26:33 -07:00
Richard Feldman
8036533749
Update symbols 2022-07-17 21:37:32 -04:00
Richard Feldman
145bd8b4a2
Rename Result.afterErr to Result.onErr 2022-07-17 21:37:32 -04:00
Richard Feldman
0acab0eef3
Rename Result.after to Result.try 2022-07-17 17:25:50 -04:00
Brian Carroll
0e7aee2221
Make TODO function type names unique 2022-07-17 21:54:57 +01:00
Richard Feldman
518b21c3f8
Rename Json.format to Json.toUtf8 2022-07-17 15:21:27 -04:00
Richard Feldman
4af506c530
JSON doesn't allow trailing commas 2022-07-17 15:18:52 -04:00
Richard Feldman
31f7d72ce0
Merge pull request #3529 from rtfeldman/derive-lists
Derive encoding for lists
2022-07-17 14:28:44 -04:00
Richard Feldman
7b102958e5
Merge remote-tracking branch 'origin/trunk' into bindgen-duplicates 2022-07-17 13:23:51 -04:00
Richard Feldman
19436cc58a
Merge pull request #3535 from rtfeldman/bindgen-unit-result-bool
Bindgen Result, Bool, {}, and []
2022-07-17 10:28:32 -04:00
Richard Feldman
f575807834
Merge remote-tracking branch 'origin/trunk' into outdent-infix 2022-07-16 16:08:36 -04:00
Richard Feldman
6389dba5b8
Merge pull request #3410 from rtfeldman/merge-macho-progress
port all macho linker work to trunk and make it mergable
2022-07-16 16:04:42 -04:00
Ayaz Hafiz
863cdfe2a1
Format JSON 2022-07-16 12:31:08 -04:00
Ayaz Hafiz
8de80b2afa
Add deriving list of records test 2022-07-16 12:31:07 -04:00
Ayaz Hafiz
e06e83be05
Fix JSON list encoding bug 2022-07-16 12:31:07 -04:00
Ayaz Hafiz
ce6c7fce3f
Add list deriving gen test 2022-07-16 12:31:07 -04:00
Ayaz Hafiz
e3742481f4
Improve pretty printing of derived impls 2022-07-16 12:31:06 -04:00
Ayaz Hafiz
c647973dee
Wrap list encoders in Encode.custom for now 2022-07-16 12:30:15 -04:00
Ayaz Hafiz
e83175cf75
Add a deriver for encoding lists 2022-07-16 12:30:14 -04:00
Ayaz Hafiz
0dfdcf5523
Get rid of some dead deriving code
My favorite kind of dead code elimination
2022-07-16 12:28:39 -04:00
Folkert de Vries
dc74803c18
Merge pull request #3523 from rtfeldman/more-encoding-deriving
More encoding deriving
2022-07-16 11:37:37 +02:00
Brian Carroll
dae8eccb70
Fix a comment in Str.roc 2022-07-16 08:26:19 +01:00
Brian Carroll
99fb108674
Merge branch 'trunk' of github.com:rtfeldman/roc into bindgen-duplicates 2022-07-16 07:51:07 +01:00
Brian Carroll
dbee91e945
Merge branch 'trunk' of github.com:rtfeldman/roc into bindgen-unit-result-bool 2022-07-16 07:50:45 +01:00
Folkert de Vries
98dbd236fb
Merge pull request #3546 from rtfeldman/syntactic-ability-specializations
Parse and format "has-abilities" clauses in opaque types
2022-07-16 02:06:00 +02:00
Richard Feldman
950155f0b3
Merge pull request #3383 from rtfeldman/editor_wgpu_update_fix
editor wgpu12+path fix
2022-07-15 17:26:03 -04:00
Anton-4
7d8be7d6c4
re-enable surgical linker for cli_run tests 2022-07-15 18:17:34 +02:00
Ayaz Hafiz
be9944a7e1
Improve indent of has-abilities clauses 2022-07-15 11:59:03 -04:00
Ayaz Hafiz
dc3f8db6b8
Stray dbg 2022-07-15 11:46:32 -04:00
Ayaz Hafiz
3c65fbcf35
Format has clauses with impls 2022-07-15 11:45:53 -04:00
Richard Feldman
8e29248b82
Thanks for noticing the duplicate clone, clippy! 2022-07-15 11:27:33 -04:00
Richard Feldman
8eeff6c28d
Don't bindgen duplicate types 2022-07-15 11:26:37 -04:00
Richard Feldman
d1ba890610
Get Result layouts from vars 2022-07-15 11:24:59 -04:00
Richard Feldman
f0b50b4dc7
bindgen RocType::EmptyTagUnion 2022-07-15 11:24:59 -04:00
Richard Feldman
d82af057c6
Bindgen Bool 2022-07-15 11:24:59 -04:00
Richard Feldman
eadcd2f7c0
Bindgen empty tag union 2022-07-15 11:24:59 -04:00
Richard Feldman
d9694a2bbd
bindgen RocResult 2022-07-15 11:24:59 -04:00
Richard Feldman
f2aa62a6ea
bindgen empty record (aka unit) 2022-07-15 11:24:58 -04:00
Ayaz Hafiz
85cbab0193
Add fmt test for empty has abilities block 2022-07-15 11:17:21 -04:00
Ayaz Hafiz
4d54e2ee3c
Add test for empty impl block parse 2022-07-15 11:15:44 -04:00
Ayaz Hafiz
ecaccdaac3
Update parse tests 2022-07-15 11:15:01 -04:00
Ayaz Hafiz
3ada644544
Format impls blocks 2022-07-15 11:14:49 -04:00
Ayaz Hafiz
85599e3a9a
Parse impl blocks in abilities 2022-07-15 11:06:44 -04:00
Ayaz Hafiz
eb2012dcad
Typos 2022-07-15 10:39:10 -04:00
Ayaz Hafiz
a5a80d2d17
Test immediate encoding derivers 2022-07-15 10:39:09 -04:00