Folkert
b4878e5550
Merge remote-tracking branch 'origin/main' into roc-dev-inline-expects
2022-10-24 18:39:30 +02:00
Folkert
989784620d
use execve on windows!
2022-10-22 01:23:41 +02:00
Folkert
13fcef3e2c
one more windows fix
2022-10-16 14:28:54 +02:00
Folkert
faf2029510
fix windows compilation problem
2022-10-16 14:23:50 +02:00
Folkert
323210c547
Merge remote-tracking branch 'origin/main' into roc-dev-inline-expects
2022-10-16 13:56:30 +02:00
Folkert
e63dba8e2f
minimal wasi benchmarks
2022-10-14 21:59:34 +02:00
Folkert
3a9dbec14b
clippy
2022-10-12 21:17:41 +02:00
Folkert
2b60cb1dcd
include process id in expect buffer name
2022-10-12 21:06:44 +02:00
Ayaz
797763b5fa
Merge pull request #4216 from roc-lang/fix-envp
...
fix envp
2022-10-05 17:01:31 -05:00
Folkert
b09c631895
cleanup
2022-10-05 23:59:29 +02:00
Folkert
fe9da8316d
clone less
2022-10-05 23:45:31 +02:00
Folkert
f838a94c00
extra target/codegen config
2022-10-05 23:19:44 +02:00
Folkert
4d726925bd
clippy
2022-10-05 22:17:41 +02:00
Folkert
e911d35416
return a success error code
2022-10-05 22:17:41 +02:00
Folkert
8c4a2f58fc
working expects in roc dev
2022-10-05 22:17:40 +02:00
Folkert
67494e9df2
thread layout interner to repl_expect
2022-10-05 22:17:40 +02:00
Folkert
a5cb759a82
rename
2022-10-05 22:17:40 +02:00
Folkert
5d8f04575e
fix envp passing
2022-10-05 16:49:13 +02:00
Folkert
e1b7dbb0d9
refactor program running IO
2022-10-05 13:38:30 +02:00
Jan Van Bruggen
f967466346
Rephrase "your machine" to "the current machine"
2022-09-11 10:25:02 -06:00
Jan Van Bruggen
4625a0a869
Rephrase CPU-related "platform"/"host" to "target"/"your machine"
2022-09-11 10:25:02 -06:00
Jan Van Bruggen
5717f698d8
Rename internal precompiled
flag to prebuilt
2022-09-11 10:25:01 -06:00
Jan Van Bruggen
68be131bd7
Rephrase "precompiled platform" to "prebuilt platform"
2022-09-11 10:25:01 -06:00
Jan Van Bruggen
5663a1d9f9
Rephrase "precompiled host" to "precompiled platform"
...
This is for clarity to Roc app developers, for whom "host" is not
necessarily in their Roc vocabulary. Additionally, this phrasing
is simply more accurate.
2022-09-11 10:25:01 -06:00
Folkert
0e22dd79c9
cleanup
2022-09-03 16:20:52 +02:00
Folkert
6c51198c6b
get rid of some mutual references
2022-09-03 15:01:59 +02:00
Jan Van Bruggen
4508a27fda
Merge pull request #3918 from roc-lang/format_cli_help
...
Improve consistency in CLI help messages
2022-09-02 20:03:45 -06:00
Ayaz Hafiz
c5466810a4
Add LayoutInterner to LayoutCache
...
Adds a thread-local interner of layouts to LayoutCache, and updates all
references appropriately.
This is a bit suboptimal for single-threaded workloads that will look at
creating layout caches again, like the REPL, but I think that's okay for
now - since the global interner will be uncontested for those workloads, it
should still be plenty fast to access the interner, even behind a lock.
2022-08-31 14:33:51 -05:00
Jan Van Bruggen
a53819cad1
Refer to the user with explicit 2nd-person voice
2022-08-28 01:39:30 -06:00
Jan Van Bruggen
626fe7787d
Remove trailing periods & add newlines, for consistency
2022-08-28 01:39:29 -06:00
Jan Van Bruggen
bdc9246db0
Rephrase to imperative tense, for consistency
2022-08-28 01:13:33 -06:00
Richard Feldman
7e3a10906c
Merge pull request #3888 from roc-lang/windows-cross-compilation
...
windows cross compilation
2022-08-27 07:59:05 -04:00
Brian Carroll
4a4c7b7a11
Fix Rust warnings in roc_cli on Windows
2022-08-26 08:44:30 +01:00
Folkert
1f778db26c
define roc_alloc and friends in cli/src/lib.rs on windows
2022-08-26 08:44:30 +01:00
Folkert
f2b2adb550
attempt to disable roc_repl_expect on windows
2022-08-26 08:44:26 +01:00
Brian Carroll
6038a5da0d
cli: use memexec crate to execute raw bytes on Windows without spawning a process
2022-08-24 21:36:49 +01:00
Folkert
430c783859
add windows target to the cli
2022-08-24 15:51:54 +02:00
Folkert
a22e04361c
Merge remote-tracking branch 'origin/main' into expect-fx-codegen
2022-08-23 16:28:21 +02:00
Richard Feldman
a8964f87aa
Add roc dev
command to CLI
2022-08-21 18:07:59 -04:00
Ayaz Hafiz
7c6d811769
Report errors without mono when roc foo.roc
has errors
2022-08-19 22:19:04 -05:00
Ayaz Hafiz
b809d6d452
Dynamically load find/make specializations graph if there are no type errors
2022-08-19 22:19:04 -05:00
Folkert
f8fba56b0a
improve how we deal with the expect memory buffer
2022-08-13 00:01:05 +02:00
Folkert
3aa4ebb02f
get expect-fx to actually run
2022-08-12 23:03:01 +02:00
Anton-4
72e60bceea
valgrind fix for newer intel processors
2022-08-12 12:06:31 +02:00
Brian Hicks
91e8e45523
use fallible (instead of panicking) arg getter
2022-08-10 06:09:49 -05:00
Brian Carroll
91489ce6bd
cli: create an option for wasm dev backend stack size
2022-08-08 22:28:58 +01:00
Richard Feldman
3136c5fb63
Allow testing interface modules
2022-08-03 19:49:48 -04:00
Folkert de Vries
19159d170a
Merge remote-tracking branch 'origin/trunk' into windows-linking
2022-08-02 14:11:02 +02:00
Folkert de Vries
8fe3c2b3e4
file running on windows
2022-08-01 23:54:08 +02:00
Richard Feldman
505e7dee56
Don't use fs::canonicalize
2022-08-01 15:11:55 -04:00