Commit Graph

24866 Commits

Author SHA1 Message Date
Bryce Miller
e514d0cb83
Define and use IMPLEMENTS const in roc_parse::keyword 2023-05-29 07:21:27 -04:00
Bryce Miller
9640fcb6d4
Fix reporting tests 2023-05-28 13:07:48 -04:00
Bryce Miller
76551375b9
has -> implements in fn names 2023-05-26 23:25:21 -04:00
Bryce Miller
edf969809e
alias_in_has_clause -> alias_in_implements_clause 2023-05-26 23:14:30 -04:00
Bryce Miller
76c54c2e7a
loc_has_parser -> loc_implements_parser 2023-05-26 23:09:22 -04:00
Bryce Miller
d2503bb9f2
has -> implements 2023-05-26 22:59:29 -04:00
Bryce Miller
d3f6277ea3
has -> implements in comments 2023-05-26 22:59:11 -04:00
Bryce Miller
c68807bc5a
has -> implements in roc code 2023-05-26 20:39:01 -04:00
Bryce Miller
58a84fdc29
has -> implements in tests 2023-05-26 20:37:42 -04:00
Bryce Miller
33c2b9dfdd
has -> implements in comments 2023-05-26 20:37:02 -04:00
Bryce Miller
d97d0c5483
Re-enable test 2023-05-26 20:35:35 -04:00
Bryce Miller
3b1dbafb2e
abilities syntax has -> implements in examples 2023-05-24 21:30:35 -04:00
Bryce Miller
dbc0204532
abilities syntax has -> implements 2023-05-24 21:30:16 -04:00
Bryce Miller
91e37293a2
abilities syntax has -> implements 2023-05-24 21:29:38 -04:00
Bryce Miller
55bb8f4b6c
fix typo 2023-05-24 10:53:13 -04:00
Bryce Miller
34026833b1
"has" -> "implements" 2023-05-24 10:39:48 -04:00
Bryce Miller
abb48e9d5e
Identifier("has") -> Identifier("implements") 2023-05-24 10:38:52 -04:00
Bryce Miller
b05befd770
ident: "has" -> ident: "implements" 2023-05-24 10:38:06 -04:00
Bryce Miller
57c01de792
has [...] -> implements [...] 2023-05-24 10:36:18 -04:00
Bryce Miller
2f5695e59d
use word instead of word10 2023-05-22 22:29:32 -04:00
Bryce Miller
9bd2077010
has [...] -> implements [...] 2023-05-22 21:59:02 -04:00
Bryce Miller
31c06ca979
has -> implements 2023-05-21 19:54:58 -04:00
Bryce Miller
8191c49ab0
has -> implements in reporting tests 2023-05-21 19:52:49 -04:00
Bryce Miller
95516d585a
Update formatter has -> implements 2023-05-21 19:03:53 -04:00
Bryce Miller
43e6cf6f90
Fix typo 2023-05-20 21:36:55 -04:00
Bryce Miller
17c733ec81
has -> implements in roc_problem::can::Problem 2023-05-20 21:12:26 -04:00
Bryce Miller
e04f09231c
has -> implements in error messages 2023-05-20 21:05:34 -04:00
Bryce Miller
44d3396508
builtin opaque type abilites has -> implements 2023-05-20 19:47:17 -04:00
Bryce Miller
46cb45f717
loc_has -> loc_implements 2023-05-20 19:24:08 -04:00
Bryce Miller
d700a6a6e6
has -> implements in comments 2023-05-20 19:19:11 -04:00
Bryce Miller
10d92bf0f3
ast::ImplementsAbilities::Has ->
ast::ImplementsAbilities::Implements
2023-05-20 19:16:13 -04:00
Bryce Miller
4b90948fcf
ast::HasAbilities -> ast::ImplementsAbilities 2023-05-20 19:13:01 -04:00
Bryce Miller
9eb2180a0f
ast::HasAbility -> ast::ImplementsAbility 2023-05-20 08:27:42 -04:00
Bryce Miller
413ccb24ad
ast::HasImpls -> ast::AbilityImpls 2023-05-20 08:24:02 -04:00
Bryce Miller
ebbdae6c28
ast::HasClause -> ast::ImplementsClause 2023-05-20 08:20:44 -04:00
Bryce Miller
64c34a5c6d
ast::Has -> ast::Implements 2023-05-20 08:12:20 -04:00
Bryce Miller
d2fed03cb1
has [abilities] -> implements [abilities] 2023-05-20 08:04:26 -04:00
Bryce Miller
b1d592ec37
has clause -> implements clause 2023-05-20 07:15:30 -04:00
Bryce Miller
0f289ed712
add word10 fn 2023-05-19 21:13:33 -04:00
Ayaz
57336e3de1
Merge pull request #5421 from roc-lang/agu-z/record-builder-colon-arrow
New Record Builder `: <-` syntax
2023-05-17 13:27:18 -05:00
Anton-4
3ab37c3ed7
Merge pull request #5419 from dlsmith/fix-help
Fix `roc help`
2023-05-17 18:04:26 +02:00
Agustin Zubiaga
4cd2c957ca
Format multiline reecord builder fields nicely 2023-05-17 12:48:37 -03:00
Brendan Hansknecht
481fc2b78c
Merge pull request #5417 from dlsmith/cli-ld-warning
Consistent handling of ld chained fixup warning in cli/glue tests
2023-05-17 15:27:53 +00:00
Agustin Zubiaga
5edcb31f32
Outdentable record builders 2023-05-17 12:21:39 -03:00
Agustin Zubiaga
b92c50c7be
Remove unnecessary format_record_builder_field_help argument 2023-05-17 12:17:31 -03:00
Agustin Zubiaga
d1feb00170
Track spaces between : and <- in record builders 2023-05-17 11:49:06 -03:00
Agustin Zubiaga
23db4a5e87
Update tests to new record builder syntax 2023-05-17 11:47:34 -03:00
David Smith
cf94eae6fc
Fix roc help
Fixes omission in the [clap v4 upgrade](https://github.com/roc-lang/roc/pull/5405)

See [relevant bullet](2d4644a870/CHANGELOG.md (LL590C32-L590C67)) in changelog.
2023-05-17 10:34:06 -04:00
David Smith
051fca2f68
Share stripping of ignorable strings in has_error helper 2023-05-17 10:08:16 -04:00
Agustin Zubiaga
731cd4257d
Record Builder colon arrow syntax 2023-05-16 22:44:55 -03:00