Folkert
|
a4f7ddb1f5
|
rename
|
2021-10-17 20:45:49 +02:00 |
|
Folkert
|
434ccbbf68
|
working parallel implementation
|
2021-10-17 20:42:29 +02:00 |
|
Folkert
|
b8a2db793f
|
Revert "Revert "code that makes new NewHigherOrderLowLevels, use this later""
This reverts commit 5052fe68a4 .
|
2021-10-17 19:44:24 +02:00 |
|
Folkert
|
5052fe68a4
|
Revert "code that makes new NewHigherOrderLowLevels, use this later"
This reverts commit 2c702cc893 .
|
2021-10-17 19:40:34 +02:00 |
|
Folkert
|
2c702cc893
|
code that makes new NewHigherOrderLowLevels, use this later
|
2021-10-17 19:39:05 +02:00 |
|
Folkert
|
9763f9b51b
|
WIP
|
2021-10-17 16:08:41 +02:00 |
|
Folkert
|
94e8c62613
|
make things compile, base64 has a memory leak
|
2021-10-06 22:57:11 +02:00 |
|
Richard Feldman
|
c6a8bdfdbe
|
Swap closure indices in alias analysis
|
2021-10-06 08:59:38 -04:00 |
|
Richard Feldman
|
54a1a33ddf
|
Improve unreachable error message
|
2021-10-05 21:19:08 -04:00 |
|
Eric Correia
|
8272ea876f
|
Get it all to compile!
|
2021-10-02 13:48:07 -04:00 |
|
Folkert
|
bd6e966833
|
clippy
|
2021-09-26 13:28:03 +02:00 |
|
Folkert
|
e9f2fb6193
|
actually define the arguments
|
2021-09-26 13:06:06 +02:00 |
|
Folkert
|
ed658ca2aa
|
ugly but working fix for passing the closure env to a function
|
2021-09-26 13:05:58 +02:00 |
|
Folkert
|
3c53435e7e
|
properly handle arguments to a closure caller
|
2021-09-22 21:16:50 +02:00 |
|
Folkert
|
3541d1fc6c
|
formatting
|
2021-09-18 22:58:44 +02:00 |
|
Folkert
|
ada331567a
|
respect int/float precision in pattern matchs
|
2021-09-18 22:55:34 +02:00 |
|
Folkert
|
7416cc4e81
|
don't pass closure argument if not expected
|
2021-09-17 22:51:51 +02:00 |
|
Folkert
|
c68689a52b
|
drop closure argument if the function does not use it
|
2021-09-17 22:43:09 +02:00 |
|
Folkert
|
02ffcc2096
|
Merge remote-tracking branch 'origin/trunk' into mix-function-closure
|
2021-09-17 20:45:15 +02:00 |
|
Folkert
|
e97df90bda
|
don't wrap in LambdaSet
|
2021-09-15 23:26:13 +02:00 |
|
Folkert
|
7fe652ab19
|
add Development optimization option
|
2021-09-15 20:05:39 +02:00 |
|
Folkert
|
52d36cbe72
|
fix closure weirdness (skipping or infinite looping)
|
2021-09-13 22:50:48 +02:00 |
|
Folkert
|
350891468a
|
add LambdaSet layout variant
|
2021-09-12 17:00:09 +02:00 |
|
Folkert de Vries
|
575aaa1f0b
|
Merge pull request #1682 from rtfeldman/gen_wasm_join
joinpoints for the wasm backend
|
2021-09-10 16:23:34 +02:00 |
|
Folkert
|
fe83de39fb
|
don't do aliasing in join points any more
|
2021-09-08 19:55:30 +02:00 |
|
Folkert
|
bdd07b0968
|
special-case properly
|
2021-09-08 13:10:44 +02:00 |
|
Folkert
|
0d1cc3844e
|
don't special-case a single element record any more in updates
|
2021-09-08 12:59:38 +02:00 |
|
Folkert
|
b97c2d5d84
|
store literals in lists directly
|
2021-09-05 21:23:08 +02:00 |
|
Folkert
|
8e7aef314a
|
add ListLiteralElement
|
2021-09-05 21:23:08 +02:00 |
|
Richard Feldman
|
ffeaa1ac08
|
Merge branch 'trunk' into store-dec-as-str
|
2021-08-26 21:24:56 -04:00 |
|
Folkert
|
e95cf7dd5f
|
use non-hardcoded alignment
|
2021-08-26 22:58:24 +02:00 |
|
Folkert
|
a070a7fcc7
|
add ptr_bytes to layout env
|
2021-08-26 22:12:44 +02: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 |
|
Folkert
|
6a43be26d3
|
fix usize vs. u32/u64 conflict
|
2021-08-25 20:58:42 +02:00 |
|
Folkert
|
b6255748b3
|
emit an error message when a symbol is not defined
i.e. don't panic in this case
|
2021-08-22 21:58:07 +02:00 |
|
Folkert
|
ecba687243
|
Unify variables directly when possible
instead of going through a solved type
|
2021-08-22 16:30:06 +02:00 |
|
Richard Feldman
|
349b799d00
|
Merge pull request #1610 from rtfeldman/captured-symbols-layout-error
Captured symbols layout error
|
2021-08-20 23:22:54 -04:00 |
|
Richard Feldman
|
d15f7480dc
|
Merge pull request #1609 from rtfeldman/type-error-does-not-generate-function
Type error does not generate function
|
2021-08-20 23:17:14 -04:00 |
|
Folkert
|
f35a20bc16
|
the test
|
2021-08-20 23:43:38 +02:00 |
|
Folkert
|
82a4b31c08
|
the fix
|
2021-08-20 23:41:54 +02:00 |
|
Folkert
|
807e00ca96
|
fix the issue
|
2021-08-20 22:42:29 +02:00 |
|
Folkert
|
194918fe4b
|
remove Invoke
|
2021-08-20 19:32:55 +02:00 |
|
Richard Feldman
|
4c72aba4a7
|
Merge branch 'trunk' into store-dec-as-str
|
2021-08-19 23:06:04 -04:00 |
|
Richard Feldman
|
f279485edf
|
Merge branch 'trunk' into roc_panic
|
2021-08-19 07:20:26 -04:00 |
|
Richard Feldman
|
ce9f85ecbc
|
Merge pull request #1601 from rtfeldman/panic-lookup-not-in-scope
Delay panicking on LookupNotInScope until the error is reported
|
2021-08-19 01:36:36 -04:00 |
|
Jared Ramirez
|
d69b9173fc
|
Also store f64 for things like pattern comparisons, etc
|
2021-08-18 17:18:13 -07:00 |
|
Folkert
|
92d1b5fe83
|
clippy
|
2021-08-18 23:23:01 +02:00 |
|
Folkert
|
bb5b733de4
|
Try to recover from LookupNotInScope until the error is reported
|
2021-08-18 23:12:12 +02:00 |
|
Folkert
|
6be68b0d21
|
tests
|
2021-08-18 20:33:59 +02:00 |
|