Commit Graph

9554 Commits

Author SHA1 Message Date
Richard Feldman
e3292cff4e Drop some more references to needing C++ 2021-08-29 16:59:15 -04:00
Richard Feldman
7c2963d31d
Merge pull request #1634 from rtfeldman/fix_macos
Fix MacOS
2021-08-29 16:13:56 -04:00
rvcas
059aeaf1de fix: obj and ir files have new names 2021-08-29 10:47:53 -04:00
Richard Feldman
779a36730c
Merge pull request #1633 from rtfeldman/changing-expect
Have `expect` call a function in the current process
2021-08-28 21:49:10 -04:00
Richard Feldman
2ce84d2b84 Drop unused builtin utility 2021-08-28 21:26:57 -04:00
Richard Feldman
b3e6a248cf Cast to expect_failed in LLVM, not zig 2021-08-28 21:24:16 -04:00
Joshua Hoeflich
4e57b1edf2 Bump expect to run Rust fn 2021-08-28 11:10:02 -05:00
Joshua Hoeflich
93b77a840a Threading through null ptr 2021-08-28 10:57:52 -05:00
Joshua Hoeflich
8fc663b735 Expect no longer crashes 2021-08-28 10:08:12 -05:00
Richard Feldman
0ed013b928
Merge pull request #1631 from rtfeldman/editor-ideas
Added editor ideas
2021-08-27 22:03:36 -04:00
Richard Feldman
9aa4c2cbfa
Merge pull request #1632 from rtfeldman/wasm-cli-run
Wasm cli run
2021-08-27 22:03:23 -04:00
Folkert
1f5e5bdc16 reinstate RBTreeCk tests 2021-08-27 20:27:42 +02:00
Folkert
e42a27e9c5 put wasm tests behind a flag 2021-08-27 20:19:29 +02:00
Anton-4
239b358c2e
Added editor ideas 2021-08-27 12:30:07 +02:00
Folkert
c6163a73f6 use environment size of pointer 2021-08-27 12:25:21 +02:00
Folkert
541c56adb7 emit .bc to the right place in wasm + debug mode 2021-08-27 12:24:08 +02:00
Folkert
e609da8c6c add wasm cli_run tests 2021-08-27 12:23:46 +02:00
Folkert de Vries
65f8953464
Merge pull request #1625 from rtfeldman/wasm-cli-option
Run as Wasm via LLVM
2021-08-27 10:32:56 +02:00
Folkert
8fa4e55c74 Merge remote-tracking branch 'origin/trunk' into wasm-cli-option 2021-08-27 09:35:34 +02:00
Folkert de Vries
4a1d6ea9b9
Merge pull request #1603 from rtfeldman/store-dec-as-str
Store numeric strings in AST
2021-08-27 09:23:05 +02:00
Richard Feldman
18231876be
Drop comment 2021-08-26 21:39:46 -04:00
Richard Feldman
ffeaa1ac08
Merge branch 'trunk' into store-dec-as-str 2021-08-26 21:24:56 -04:00
Richard Feldman
11f2bc643a
Merge pull request #1629 from rtfeldman/layout-sort-ptr-bytes
Layout sort ptr bytes
2021-08-26 21:12:52 -04:00
Richard Feldman
5fe620f9b7
Merge pull request #1620 from rtfeldman/cli
Re-add `cli` example
2021-08-26 21:03:14 -04:00
Richard Feldman
ba84e48814
Merge pull request #1628 from rtfeldman/host-c-abi
Host c abi changes
2021-08-26 21:02:47 -04:00
Folkert
8a2baaf0cf remove debug prints 2021-08-27 00:05:13 +02:00
Folkert
0aabae19ce Revert "Shorten cli example test to avoid double free"
This reverts commit 62213cb110.
2021-08-27 00:02:53 +02:00
Folkert
95b2b41468 set the refcount... 2021-08-27 00:02:08 +02:00
Folkert
03c21add77 don't touch the refcount in putLine 2021-08-26 23:35:15 +02:00
Folkert
84b5f0c91e free allocated buffer 2021-08-26 23:28:11 +02:00
Folkert
45f18ff74f use non-hardcoded alignment 2021-08-26 22:58:47 +02:00
Folkert
e95cf7dd5f use non-hardcoded alignment 2021-08-26 22:58:24 +02:00
Folkert
9bd3e8f96c Merge branch 'layout-sort-ptr-bytes' into wasm-cli-option 2021-08-26 22:37:36 +02:00
Folkert
ba2f20ccc5 fix test 2021-08-26 22:19:06 +02:00
Folkert
a070a7fcc7 add ptr_bytes to layout env 2021-08-26 22:12:44 +02:00
Folkert
af1051ef89 add ptr_bytes to the layout cache 2021-08-26 22:06:47 +02:00
Folkert
36fc9b5f1f update target-lexicon 2021-08-26 21:39:33 +02:00
Folkert
fb6131488c update platforms for the nightly zig + wasm C abi requirements 2021-08-26 21:22:44 +02:00
Folkert
fca5463751 more faithfully implement the C abi
when generating llvm/roc functions for e.g. roc_fx_putLine
2021-08-26 21:22:21 +02:00
Folkert
4b6c3319d4 comment a definition, makes wasm32 backend work for AStar
weird...
2021-08-26 21:09:11 +02:00
Jared Ramirez
ced4307b46 Fix can tests 2021-08-26 11:39:21 -07:00
Jared Ramirez
4b2a63fb30 Merge branch 'trunk' of https://github.com/rtfeldman/roc into store-dec-as-str 2021-08-26 11:23:17 -07:00
Jared Ramirez
8594f2efbe Change how decimals are stored in mono 2021-08-26 11:18:26 -07:00
Richard Feldman
bc5b8bfbba Merge remote-tracking branch 'origin/trunk' into wasm-cli-option 2021-08-25 23:05:53 -04:00
Richard Feldman
4cccddd0d2
Merge pull request #1626 from rtfeldman/dict-32-bit 2021-08-25 22:04:37 -04:00
Richard Feldman
e675897aab
Merge branch 'trunk' into dict-32-bit 2021-08-25 18:01:11 -04:00
Richard Feldman
71ed64c163
Merge pull request #1627 from rtfeldman/nat-codegen
fix usize vs. u32/u64 conflict
2021-08-25 18:00:32 -04:00
Folkert
b9cd254b9a allow 4byte alignment in dict values 2021-08-25 22:07:16 +02:00
Folkert
6a43be26d3 fix usize vs. u32/u64 conflict 2021-08-25 20:58:42 +02:00
Folkert
f04ad1643f fix some things 2021-08-25 20:54:34 +02:00