Commit graph

653 commits

Author SHA1 Message Date
Folkert
f20122e71c Merge remote-tracking branch 'origin/trunk' into update_zig 2021-06-09 14:26:35 +02:00
Folkert
12c186813d use std.mem.swap 2021-06-09 14:25:45 +02:00
Richard Feldman
3faba36364
Merge pull request #1394 from rtfeldman/parser-docs
More parser docs
2021-06-08 22:01:59 -04:00
Richard Feldman
bec4884028 Try having only one parse function 2021-06-08 21:57:22 -04:00
Richard Feldman
043091b1e6 Revert List.map idea
Not convinced this is a good design. Might be, might not be, but needs
further investigation.
2021-06-08 21:38:24 -04:00
Anton-4
60672ac519 make zig fmt fail louder 2021-06-08 17:37:33 +02:00
Richard Feldman
5dc0870f6a Use vanilla llvm-as 2021-06-07 22:05:00 -04:00
Richard Feldman
8e19b8ecbb
Merge branch 'trunk' into update_zig 2021-06-07 21:43:31 -04:00
Richard Feldman
6446bf8c1a Update some docs 2021-06-07 21:42:45 -04:00
Folkert
6850fd4ed9 formatdict.zig 2021-06-07 21:04:09 +02:00
Folkert
8e227c7e7c update to llvm 12 2021-06-07 20:02:59 +02:00
Folkert
773f794a47 Merge remote-tracking branch 'origin/trunk' into update_zig 2021-06-07 18:41:21 +02:00
Anton-4
8a8bbfd10b fixed dir copying issue, added earthignore, fixed typos, set up typo checking for CI 2021-06-07 14:55:35 +02:00
Anton-4
22d834ebd9 Merge branch 'trunk' of github.com:rtfeldman/roc into typos_ci 2021-06-07 12:33:26 +02:00
Richard Feldman
4995bc2312 Fix some List docs 2021-06-06 02:22:19 -04:00
Richard Feldman
c11d85b41f
Merge branch 'trunk' into update_zig 2021-06-06 01:57:54 -04:00
Richard Feldman
3684488629 Make sure BUILTINS_O gets set 2021-06-06 00:55:10 -04:00
rvcas
573f7d8093 feat(listRange): use a more terse syntax 2021-06-06 00:53:25 -04:00
rvcas
954949fbb0 chore: delete unused function 2021-06-06 00:52:44 -04:00
rvcas
f6c8c0ff32 feat: better implicit int casts now 2021-06-06 00:51:58 -04:00
Richard Feldman
5b91de40db Only include_bytes when actually building 2021-06-06 00:51:17 -04:00
rvcas
a3c9009867 fix: all tests need to use try now 2021-06-06 00:50:52 -04:00
rvcas
99db511481 fix: build.zig
* can use .ReleaseFast shortcut
* string format the new way
2021-06-06 00:48:14 -04:00
Richard Feldman
0e5619c422 Skip zig build on Netlify 2021-06-05 22:32:34 -04:00
Richard Feldman
ed3f720dd2 Change some Bool docs 2021-06-05 19:06:40 -04:00
Anton-4
314503cf7f fixed typos, added typos checking to CI 2021-06-05 20:02:54 +02:00
Richard Feldman
49a85bd946 Drop obsolete docs 2021-06-04 21:27:38 -04:00
Richard Feldman
2b2b6e3ddd Update some more docs 2021-06-04 21:27:26 -04:00
Richard Feldman
4e9b11afd4 s/0/zero 2021-06-04 08:20:33 -04:00
Richard Feldman
4d65cbf183 Clarify overflow semantics for add/sub/mul 2021-06-04 08:16:37 -04:00
Richard Feldman
7e2afa949e Document Dict.insert and Set.add panicking on NaN 2021-06-04 08:16:37 -04:00
Richard Feldman
23831e4be1 s/runtime error/panic in docs 2021-06-04 08:16:37 -04:00
Richard Feldman
253f7fed4f Add some Nat docs. 2021-06-04 08:16:37 -04:00
Richard Feldman
3b1142feb8 Fix some duplicate and missing Num docs 2021-06-04 08:16:37 -04:00
Richard Feldman
87f994039b Drop Num.hash64 2021-06-04 08:16:37 -04:00
Richard Feldman
db4ce6aef3 Revise some more Num docs. 2021-06-04 08:16:37 -04:00
Richard Feldman
b08c70985a Remove poison. 2021-06-04 08:16:37 -04:00
Richard Feldman
dcd388065c s/Float/Frac and other changes 2021-06-04 08:16:37 -04:00
Richard Feldman
d523beb54c Add isFinite and friends 2021-06-03 22:31:20 -04:00
Richard Feldman
14d20c124d Fix NumParseConfig definition 2021-06-03 21:32:22 -04:00
Richard Feldman
914d67aeed Drop obsolete Defaults.roc 2021-06-03 21:31:57 -04:00
Richard Feldman
1bd3f12776 Fix a bunch of Int docs 2021-06-03 21:31:47 -04:00
Richard Feldman
683bdc6abb Expand on parsing docs a bit 2021-06-01 22:11:48 -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
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
Jared Ramirez
a691afbf0e Add a few more test cases 2021-05-31 19:52:19 -07:00