Anton-4
93a77f0518
adapted safe-earthly script to be capable of running benchmarks
2021-06-02 14:36:53 +02:00
Anton-4
1b9f92bdfe
Merge branch 'benchmarks' of github.com:rtfeldman/roc into benchmarks
2021-06-02 11:09:06 +02:00
Anton-4
7e0575368c
Use custom forks for criterion and cargo-criterion, still have web-sys conflict
2021-06-02 11:08:14 +02:00
Anton-4
d1948d99d0
Merge branch 'trunk' of github.com:rtfeldman/roc into benchmarks
2021-06-02 10:56:30 +02:00
Anton-4
a622a72cf3
Added Folkert's editor inspiration
2021-06-02 10:52:37 +02:00
Richard Feldman
66a6080f25
Merge pull request #1367 from rtfeldman/parse-docs
2021-06-01 22:46:29 -04:00
Richard Feldman
683bdc6abb
Expand on parsing docs a bit
2021-06-01 22:11:48 -04:00
Richard Feldman
4a9f232610
Merge pull request #1365 from rtfeldman/dec-from-string
...
Add RocDec.fromString
2021-06-01 21:10:29 -04:00
Jared Ramirez
13bb94ac24
fix: last failing test
2021-06-01 17:12:47 -07:00
rvcas
a046bbe32a
feat(RocDec): add last few RocStr tests
2021-06-01 20:09:10 -04:00
rvcas
d994b02fe4
Merge branch 'dec-from-string' of github.com:rtfeldman/roc into dec-from-string
2021-06-01 19:56:54 -04:00
rvcas
f6f2a13daa
feat(RocDec): fromString takes RocStr
2021-06-01 19:56:21 -04:00
Jared Ramirez
76e6daad50
fix: parsing negatives decimals
2021-06-01 16:51:28 -07:00
Lucas
f855228339
Merge branch 'trunk' into dec-from-string
2021-06-01 19:22:52 -04:00
rvcas
d57277de4b
fix: RocDec tests
...
* try in tests starts in 0.8.0 not 0.7.1
* needed an @intCast in fromU64
* removed if statements in test cases in favor of checking null equality
and unwrapping the optional
2021-06-01 19:13:54 -04:00
Richard Feldman
6099ba10ac
Merge pull request #1366 from rtfeldman/inkwell-set-name
...
Inkwell set name
2021-06-01 17:52:35 -04:00
Richard Feldman
9a17baa9df
Merge branch 'trunk' into inkwell-set-name
2021-06-01 17:48:59 -04:00
Richard Feldman
c7e9cafe4a
Merge pull request #1356 from rtfeldman/catch-cleanup
...
Catch cleanup
2021-06-01 17:48:52 -04:00
Folkert
29944589c8
const zero
2021-06-01 22:39:28 +02:00
Folkert
05d94e5c5f
ptr type
2021-06-01 22:38:11 +02:00
Folkert
636d6719eb
use builtin set_name
2021-06-01 22:33:04 +02:00
Folkert
d7ed1de15f
Merge remote-tracking branch 'origin/trunk' into catch-cleanup
2021-06-01 21:48:06 +02:00
Folkert
fb6ba3de57
update mono tests
2021-06-01 21:45:51 +02:00
Folkert
1353c5e26f
Merge remote-tracking branch 'origin/move_mono_test' into catch-cleanup
2021-06-01 21:43:30 +02:00
rvcas
792ff5d5ed
feat: delete old mono tests
2021-06-01 15:40:51 -04:00
rvcas
ef252fb732
feat: move tests over
2021-06-01 15:40:34 -04:00
rvcas
6001312393
chore: add mono txt files to git
2021-06-01 15:40:12 -04:00
Jared Ramirez
8952b942b7
Merge branch 'trunk' into dec-from-string
2021-05-31 19:52:33 -07:00
Jared Ramirez
a691afbf0e
Add a few more test cases
2021-05-31 19:52:19 -07:00
Jared Ramirez
81b14b9122
Add RocDec.fromString
2021-05-31 19:39:08 -07:00
Richard Feldman
21acf251a8
Merge pull request #1363 from rtfeldman/morphic-recursive-types-hack
...
Make morphic pass test suite without panics
2021-05-31 21:53:39 -04:00
Richard Feldman
5b9c1d82c6
Merge pull request #1364 from rtfeldman/nix-and-direnv
...
Format & rename some Nix stuff; Remove custom .envrc use nix stuff in favor of stdlib
2021-05-31 21:49:37 -04:00
Richard Feldman
84e60fbceb
Merge pull request #1360 from rtfeldman/doc-functions
...
Functions appear in docs
2021-05-31 21:48:58 -04:00
Jared Ramirez
9cb8f5af95
Simplify again
2021-05-31 16:02:39 -07:00
Jared Ramirez
23e7cb810d
Merge branch 'nix-and-direnv' of https://github.com/rtfeldman/roc into nix-and-direnv
2021-05-31 15:59:57 -07:00
Jared Ramirez
9184512492
Simplify zig nix script
2021-05-31 15:59:51 -07:00
Jared Ramirez
e81e662847
Merge branch 'trunk' into nix-and-direnv
2021-05-31 15:47:15 -07:00
Jared Ramirez
96771d46e7
Update BUILD_FROM_SOURCE directions to mention direnv & lorri
2021-05-31 15:46:57 -07:00
Jared Ramirez
966bb80cdc
Format & rename some Nix stuff; Remove custom .envrc use nix stuff in favor of stdlib
2021-05-31 15:40:26 -07:00
Folkert de Vries
60e7684948
Merge branch 'trunk' into morphic-recursive-types-hack
2021-05-31 23:21:31 +02:00
Folkert
7bafa42d4d
make alias analysis pass the test suite without panics
2021-05-31 23:19:14 +02:00
Folkert
08a3b43649
remove inaccurate comments
2021-05-31 23:18:39 +02:00
Richard Feldman
4d12e03aa5
Merge pull request #1362 from rtfeldman/builtins/list-swap
...
Builtins/list swap
2021-05-31 14:30:21 -04:00
tarjei
bec6e556d5
Merge branch 'trunk' into builtins/list-swap
2021-05-31 19:16:31 +02:00
tarjei
45185d1e84
Implement List.swap in zig
2021-05-31 19:08:37 +02:00
Chadtech
de7053ac42
Merge branch 'trunk' into doc-functions
2021-05-31 11:13:51 -04:00
Richard Feldman
8d9f324951
Merge pull request #1355 from rtfeldman/add_all_nums_to_repl
...
Add Num types to REPL
2021-05-31 08:34:28 -04:00
Chadtech
9c90e7834c
Merge branch 'trunk' into doc-functions
2021-05-31 01:57:05 -04:00
Lucas
0258c29201
Merge branch 'trunk' into add_all_nums_to_repl
2021-05-30 23:42:11 -04:00
rvcas
216a945e28
feat(repl): add the rest of the Nums
2021-05-30 23:42:02 -04:00