Jan
68e524e110
snake_case
-ify all remaining camelCase
names in hiding (#7561 )
...
* Snake-case-ify def names in comments
* Snake-case-ify def names in strings
* Snake-case-ify ignored function parameters
* Snake-case-ify test script names, for consistency
* Update CI snapshot to match snake_case
* snake case correction
---------
Co-authored-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2025-02-05 16:05:03 +01:00
Jan
bf8399ca53
Update reference to nonexistent Encode.unsignedInt8
2025-01-30 07:27:30 -07:00
Sam Mohr
631e59ce06
Upgrade hosted header in the style module header
2025-01-26 15:07:57 -08:00
Luke Boswell
c8467b1fe0
Merge pull request #7454 from roc-lang/ayaz/error-on-invalid-generalized-types
...
Restrict usages of type variables in non-generalized contexts
2025-01-20 11:30:52 +11:00
Sam Mohr
a292e070d4
Prefer and
and or
for boolean operators
2025-01-17 16:15:31 -08:00
Ian McLerran
297dd0233e
update internal references to Result.map
2025-01-15 19:55:27 -06:00
Ayaz Hafiz
89700b491c
Fix some tests
2025-01-10 20:49:53 -05:00
Sam Mohr
eb1b5ffa26
Move to new interpolation syntax
2025-01-10 10:29:20 -08:00
Sam Mohr
2150ee2219
Remove Task from Roc
2025-01-08 17:00:40 -08:00
Sam Mohr
e737192d21
Missed formatting updates
2025-01-05 05:33:52 -08:00
Sam Mohr
865a399ba2
Merge branch 'main' into auto-snake-case
2025-01-05 05:28:30 -08:00
Sam Mohr
b56fbd38e1
Progress on updating entire compiler for snake_case
2025-01-05 03:48:03 -08:00
Brendan Hansknecht
07f930ca68
update benchmark platform to PI
2025-01-04 15:10:55 -08:00
Luke Boswell
dc3aa06d61
Merge remote-tracking branch 'remote/main' into upgrade-llvm-zig
2024-11-13 09:02:20 +11:00
Luke Boswell
e4d0115ca4
Merge remote-tracking branch 'remote/main' into rebuild-platform
2024-11-11 11:55:06 +11:00
Anton-4
82beb35d3f
updated benchmarks to new ExecCli
2024-10-25 20:45:59 +02:00
Anton-4
3bad18dc92
refactoring progress, use valgrind on exe
2024-10-09 20:04:36 +02:00
Luke Boswell
99e2bc2038
Merge remote-tracking branch 'remote/main' into upgrade-llvm-zig
2024-09-05 12:11:51 +10:00
Luke Boswell
a11f51a315
fixup
2024-09-03 20:35:56 +10:00
Luke Boswell
012a2fc63f
Merge remote-tracking branch 'remote/main' into rebuild-platform
2024-09-03 20:35:39 +10:00
Anton-4
7938e4bdc8
basic-cli 0.15, test fixes
2024-08-28 18:39:15 +02:00
Anton-4
ca7d1cb3fa
Revert "Avoid defining unsized platform Tasks"
...
This reverts commit d3732b4440
.
2024-08-28 16:37:01 +02:00
Sam Mohr
d3732b4440
Avoid defining unsized platform Tasks
2024-08-26 15:04:31 -07:00
Sam Mohr
79cfcb072b
Pluralize PlatformTasks module
2024-08-26 00:05:09 -07:00
Sam Mohr
12df3a04de
Merge attempt
2024-08-19 23:34:05 -07:00
Luke Boswell
ac78d393f9
Merge remote-tracking branch 'remote/main' into rebuild-platform
2024-08-17 17:43:35 +10:00
Sam Mohr
b1a972ab21
Implement &foo
record updater syntax sugar
2024-08-16 01:41:59 -07:00
Luke Boswell
6ab0de12d8
fix benchmark tests
2024-08-16 14:01:05 +10:00
Luke Boswell
0c184fb166
don't link -lc when building zig wasm hosts
2024-08-05 12:18:41 +10:00
Luke Boswell
f28ddea805
fix cfg for target-wasm32 cli tests
2024-08-05 10:16:36 +10:00
Luke Boswell
b4ec32126f
fix zig hosts ensure they export main
2024-08-04 21:12:09 +10:00
Luke Boswell
164243821f
update cli test zig platform to zig 13
2024-07-28 15:55:38 +10:00
Luke Boswell
697bdb9262
WIP add script for zig platforms glue source
2024-07-28 15:55:38 +10:00
Sam Mohr
5ea6a8bdcd
Fix all tests that don't depend on basic-cli
2024-06-26 02:51:16 -07:00
Sam Mohr
700c7ae9aa
Add Task as a built-in module/type
2024-06-25 00:03:56 -07:00
Agus Zubiaga
3217e5a3f0
Allow dots in import module names
...
We found some issues with the private submodules part of the proposal [1],
and we decided to keep module directories for now.
[1] https://docs.google.com/document/d/1E_77fO-44BtoBtXoVeWyGh1xN2KRTWTu8q6i25RNNx0/edit#heading=h.x84bh32l37em
2024-04-20 12:33:02 -03:00
Jonathan Schear
0b6cf5cbcc
Remove redundant cli_testing_examples folder
2024-03-05 18:37:03 -05:00