ayazhafiz
ee37d8c4e0
Disable unimplemented int casts on wasm
2022-02-19 17:08:20 -05:00
ayazhafiz
aa8b6e3393
Clippy
2022-02-19 16:28:36 -05:00
ayazhafiz
25b355eb38
Fix cast tests
2022-02-19 16:24:49 -05:00
Brendan Hansknecht
05959b0622
enable returning small complex types
2022-02-19 13:23:13 -08:00
ayazhafiz
13067f2908
Implement Num.toNNNChecked
...
Closes #2411
2022-02-19 16:20:21 -05:00
Brendan Hansknecht
582413a5bb
add List.get wrapper
2022-02-19 13:18:17 -08:00
Brendan Hansknecht
dcc68fbc84
enable passing lists to functions
2022-02-19 13:15:51 -08:00
Folkert de Vries
1b664741db
Merge pull request #2528 from rtfeldman/roc-std-list-str-refactor
...
Roc std list str refactor
2022-02-19 21:53:19 +01:00
Folkert
808ab15f14
make small str creation a const fn
2022-02-19 21:01:37 +01:00
Brian Carroll
718f0a85c6
Merge pull request #2524 from rtfeldman/gen-dev/cleanup
...
Gen dev/cleanup
2022-02-19 19:34:38 +00:00
Brendan Hansknecht
0dae9014fe
Update comments
2022-02-19 10:59:32 -08:00
Brian Carroll
ef97ad69ae
repl_wasm: refactor external interface to support Wasmer tests
2022-02-19 18:24:18 +00:00
ayazhafiz
d90915a8cd
Implement Num.to* builtins
...
Just wrap over Num.intCast
2022-02-19 11:28:41 -05:00
Jan Van Bruggen
e12d98af98
WIP: Start adding new Int.toInt builtins
2022-02-19 11:28:12 -05:00
Jan Van Bruggen
1760db2a0c
Add docs for new Int.toInt builtins
2022-02-19 11:28:12 -05:00
Anton-4
50928d8578
don't use position name twice to prevent collision on macos metal
2022-02-19 17:06:18 +01:00
Folkert
637360fad5
clippy
2022-02-19 16:50:42 +01:00
Folkert
e17d1a5517
refactor
2022-02-19 16:47:00 +01:00
Folkert
bb40adad3a
add memory representation tests
2022-02-19 16:04:13 +01:00
Folkert
701bf57192
improved small string creation
2022-02-19 15:33:28 +01:00
Folkert
b97cd894f0
make empty() const fn
2022-02-19 15:10:57 +01:00
Folkert de Vries
4990fb3a3d
Merge pull request #2525 from rtfeldman/time-dev
...
Add timing info for dev and wasm backend
2022-02-19 15:04:11 +01:00
Folkert de Vries
0ff24bdf1d
Merge pull request #2523 from rtfeldman/add-faq-to-readme
...
Add FAQ link to README
2022-02-19 15:03:35 +01:00
Folkert de Vries
ed301c9ba0
Merge pull request #2526 from rtfeldman/MartinSStewart-patch-1
...
Fix typo in FAQ
2022-02-19 15:03:13 +01:00
Folkert de Vries
1894b69f66
Merge pull request #2519 from rtfeldman/list-str-helpers
...
use str/list helpers to prepare for adding capacity
2022-02-19 15:02:53 +01:00
MartinSStewart
54896f28e1
Fix typo in FAQ
2022-02-19 14:09:25 +01:00
Anton-4
b1245ffd7f
update to wgpu master to fix M1 shader issues
2022-02-19 14:07:19 +01:00
Brian Carroll
7eab8d840c
repl_wasm: delete console_log debug helper
2022-02-19 10:24:25 +00:00
Brendan Hansknecht
f3ef21773f
Add timing info for dev and wasm backend
2022-02-19 00:09:27 -08:00
Brendan Hansknecht
4e4dcef1b9
fix missed register freeing
2022-02-18 22:55:19 -08:00
Brendan Hansknecht
6c0230ae4f
fix typos
2022-02-18 22:10:15 -08:00
Brendan Hansknecht
427f3e2b68
fix typo
2022-02-18 21:35:30 -08:00
Brendan Hansknecht
b63d62418b
clippy
2022-02-18 21:30:58 -08:00
Brendan Hansknecht
469ecbe6c5
remove todo and use doc comments in more places
2022-02-18 21:29:18 -08:00
Brendan Hansknecht
7df6b34a21
correct arg storing index
2022-02-18 21:25:09 -08:00
Brendan Hansknecht
99f6dd7e7b
fully integrate storage manager removing old code
2022-02-18 21:14:01 -08:00
Richard Feldman
054cb881b1
Add FAQ to README
2022-02-18 23:36:32 -05:00
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
Brendan Hansknecht
91f2d5a1b8
Merge branch 'gen-dev/cleanup' of github.com:rtfeldman/roc into gen-dev/cleanup
2022-02-18 16:47:49 -08:00
Brendan Hansknecht
f564514d9c
stop trying to free symbols that don't exist due to being call args
2022-02-18 16:45:34 -08: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
Brendan Hansknecht
c81a1c7c2c
remove redundant move
2022-02-18 16:34:07 -08:00
Brendan Hansknecht
c533295cc1
remove redundant move
2022-02-18 16:32:48 -08:00
Brendan Hansknecht
f16c0f7db5
fix joinpoint and returning issues
2022-02-18 16:15:10 -08:00
Ryan Olson
3a970dffa7
Add tests for roc format --check {{file}}
2022-02-18 16:46:07 -07:00
Brendan Hansknecht
37afe28c98
fix join point param loading
2022-02-18 15:03:21 -08:00