Commit graph

12707 commits

Author SHA1 Message Date
Richard Feldman
15a6193670
Merge pull request #2522 from rtfeldman/faq
Add FAQ.md
2022-02-18 23:32:27 -05:00
Richard Feldman
6d38bdc586
Add Elijah Schow to AUTHORS 2022-02-18 23:28:47 -05:00
Richard Feldman
719e10d357
Add FAQ.md 2022-02-18 23:23:43 -05:00
Richard Feldman
8c6e57cf2c
Merge pull request #2521 from rtfeldman/improve-site-typography
Improve website typography
2022-02-18 22:27:57 -05:00
Elijah Schow
39e03ee612
Improve website typography
This commit adds minimal styles to improve the reading experience on the placeholder website.

 - Set a max width
 - Increase leading (line height)
 - Center the content
 - Add space after list items to let them breath
 - Change the font to sans-serif*

___
*This change isn't strictly necessary, but sans-serif fonts are arguably more legible on digital displays than their serif counterparts. Your mileage may vary.
2022-02-18 21:08:13 -06:00
Folkert de Vries
da568965f8
Merge pull request #2520 from rtfeldman/2495-check-format-tests
Add tests for `roc format --check {{file}}`
2022-02-19 01:37:12 +01:00
Ryan Olson
3a970dffa7 Add tests for roc format --check {{file}} 2022-02-18 16:46:07 -07:00
Folkert de Vries
4cf057f4d9
Merge pull request #2515 from rtfeldman/fix_space_typos
Fix some extra-space typos
2022-02-18 11:10:12 +01:00
Folkert de Vries
8854a562a2
Merge pull request #2514 from rtfeldman/i/2379-2
Generalize recursion variables properly
2022-02-18 11:09:45 +01:00
Jan Van Bruggen
3910680160
Fix some extra-space typos 2022-02-18 02:54:34 -07:00
ayazhafiz
909fae5b6c Generalize recursion variables properly
Closes #2379
Closes #2481
2022-02-18 00:07:38 -05:00
Richard Feldman
9226bafdfa
Merge pull request #2493 from rtfeldman/load-file-async
file.rs refactorings
2022-02-17 22:46:51 -05:00
Richard Feldman
fabf7c4e1d
Merge pull request #2505 from rtfeldman/readme_sponsor
added NoRedInk sponsor to README
2022-02-17 22:27:04 -05:00
Richard Feldman
531893b8b6
Merge pull request #2507 from rtfeldman/single-threaded-file-load
Single threaded file load
2022-02-17 01:20:41 -05:00
hafiz
5374f6d6b8
Merge pull request #2508 from rtfeldman/2495-check-format 2022-02-16 18:46:52 -05:00
Ryan Olson
60b5465de2 Add --check flag for format command
Closes #2495
2022-02-16 12:44:30 -07:00
Folkert de Vries
b688bb5452
Merge pull request #2061 from rtfeldman/encourage-docs-issues
encourage creating issues when code is unclear
2022-02-16 17:44:06 +01:00
Folkert de Vries
9b0e653375
Merge branch 'trunk' into encourage-docs-issues 2022-02-16 17:22:51 +01:00
Folkert
7d57224d99 Merge branch 'load-file-async' into single-threaded-file-load 2022-02-16 15:12:10 +01:00
Folkert
0555da22a3 Merge remote-tracking branch 'origin/trunk' into load-file-async 2022-02-16 15:11:22 +01:00
Folkert
cf89459baf Merge remote-tracking branch 'origin/trunk' into single-threaded-file-load 2022-02-16 15:09:13 +01:00
Folkert
ae998e2504 Revert "DEBUG HACKS, DO NOT MERGE"
This reverts commit e95d32e821.
2022-02-16 15:08:10 +01:00
Folkert
95bfc3b342 cleanup 2022-02-16 15:01:43 +01:00
Folkert
ff26069295 use single-threaded stepper in multithreaded file.rs 2022-02-16 14:49:00 +01:00
Folkert
400598a013 cleanup 2022-02-16 14:35:07 +01:00
Folkert
599a0e5dc7 move things out of thread scope 2022-02-16 14:18:28 +01:00
Folkert
45217b8074 pick the single-threaded load when target-family=wasm 2022-02-16 14:18:14 +01:00
Richard Feldman
c15c8d57a2
Merge pull request #2503 from rtfeldman/joshuawarner32/refactor-SpaceProblem
Refactor: introduce trait SpaceProblem
2022-02-16 08:16:57 -05:00
Anton-4
4d0b7557f6
added NoRedInk sponsor to README 2022-02-16 11:16:33 +01:00
Joshua Warner
f440d53e7b Refactor: introduce trait SpaceProblem to remove a bunch of redundant args in ::Space errors 2022-02-15 20:48:04 -08:00
Richard Feldman
c241d34655
Add Tom Dohrmann to AUTHORS 2022-02-15 18:15:50 -05:00
Folkert de Vries
1aae1500d1
Merge pull request #2501 from rtfeldman/fix-from_slice_with_capacity
fix referencing uninitialized memory
2022-02-15 23:47:18 +01:00
Folkert de Vries
e2da2e86c2
Merge pull request #2499 from rtfeldman/ident-str-drop
Fix invalid memory access in IdentStr Drop impl
2022-02-15 23:04:29 +01:00
Tom Dohrmann
5c0849ea82 fix referencing uninitialized memory 2022-02-15 22:58:29 +01:00
Folkert
56375ef69d check for empty string on IdentStr drop impl 2022-02-15 20:50:04 +01:00
Richard Feldman
999287e958
Merge pull request #2492 from rtfeldman/reuse-dep5
Add .reuse/dep5
2022-02-14 22:57:07 -05:00
Folkert
180be06772 check for empty string on IdentStr drop impl 2022-02-15 00:29:48 +01:00
Brian Carroll
23e498ca3b repl_www: faster build script, without wasm-opt 2022-02-14 23:05:33 +00:00
Brian Carroll
e95d32e821 DEBUG HACKS, DO NOT MERGE 2022-02-14 22:24:51 +00:00
Brian Carroll
3e511acbcc Fix Wasm compile errors 2022-02-14 21:10:45 +00:00
Folkert
e56a5695ba initial PoC 2022-02-14 21:50:09 +01:00
Folkert
04adbe75ca fix test compilation 2022-02-14 21:09:51 +01:00
Folkert
957140df64 remove builtin lookup function being passed around 2022-02-14 20:32:31 +01:00
Folkert
154d55985b move depencency tracking out of file.rs 2022-02-14 18:16:35 +01:00
Richard Feldman
45b1cae691
Add .reuse/dep5
This makes the repo compatible with https://reuse.software/
2022-02-14 09:30:21 -05:00
hafiz
91483dbf55
Merge pull request #2471 from rtfeldman/fix_args_order
Swap arg order in `List` builtins to put the more-complex types first
2022-02-13 23:25:05 -05:00
ayazhafiz
886e4e07f6 Update alias analysis, implementation for List.mapWithIndex 2022-02-13 22:50:27 -05:00
hafiz
eb03d2143d
Merge pull request #2483 from rtfeldman/rebuild_message
Stop printing host rebuilding message with --precompiled-host
2022-02-13 22:26:22 -05:00
Brendan Hansknecht
7b587dd6ae Print before timing rebuilding of host 2022-02-13 17:56:57 -08:00
Jan Van Bruggen
885bfcf817
Merge pull request #2488 from rtfeldman/i/2476
Specialize `Num.toFloat` for different target float types
2022-02-13 18:49:05 -07:00