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
|
3b78ebcf3a
|
Allow large enum variants
|
2022-08-19 22:20:38 -05: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 |
|
dependabot[bot]
|
4c6ad52c47
|
Bump indoc from 1.0.6 to 1.0.7
Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](https://github.com/dtolnay/indoc/compare/1.0.6...1.0.7)
---
updated-dependencies:
- dependency-name: indoc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-15 13:18:18 +00:00 |
|
dependabot[bot]
|
a43ee0dfe2
|
Bump serial_test from 0.8.0 to 0.9.0
Bumps [serial_test](https://github.com/palfrey/serial_test) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v0.8.0...v0.9.0)
---
updated-dependencies:
- dependency-name: serial_test
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-14 09:18:07 +00:00 |
|
Folkert
|
f8fba56b0a
|
improve how we deal with the expect memory buffer
|
2022-08-13 00:01:05 +02:00 |
|
Richard Feldman
|
32f63f46a6
|
Merge pull request #3739 from roc-lang/ruby-interop
Ruby interop example
|
2022-08-12 17:17:27 -04:00 |
|
Folkert
|
3aa4ebb02f
|
get expect-fx to actually run
|
2022-08-12 23:03:01 +02:00 |
|
Richard Feldman
|
97e2900bf5
|
s/rtfeldman/roc-lang/g in links to GitHub repos
|
2022-08-12 15:24:09 -04:00 |
|
Anton-4
|
d98db0828b
|
check if on x86 arch before doing feature detection
|
2022-08-12 14:07:16 +02:00 |
|
Anton-4
|
72e60bceea
|
valgrind fix for newer intel processors
|
2022-08-12 12:06:31 +02:00 |
|
Richard Feldman
|
7668ff6549
|
Re-disable wasm CLI test
|
2022-08-11 17:22:02 -04:00 |
|
Richard Feldman
|
e6354b2dbd
|
Add ruby interop CLI test
|
2022-08-11 17:22:02 -04:00 |
|
Richard Feldman
|
37329860d1
|
Re-enable and consolidate some CLI tests
|
2022-08-11 17:22:02 -04: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 |
|
Anton-4
|
f57456fa0e
|
default.nix fixes for macos arm64
|
2022-08-05 13:31:52 +02: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
|
e09739caec
|
Merge pull request #3678 from rtfeldman/no-canonicalize
Don't use fs::canonicalize in CLI
|
2022-08-02 14:08:19 +02:00 |
|
Folkert de Vries
|
8fe3c2b3e4
|
file running on windows
|
2022-08-01 23:54:08 +02:00 |
|
Folkert de Vries
|
7df31619dd
|
add the concept of an OS to target info
|
2022-08-01 23:53:17 +02:00 |
|
Folkert de Vries
|
23411ea147
|
add the Windows64 target
|
2022-08-01 23:10:31 +02:00 |
|
Richard Feldman
|
505e7dee56
|
Don't use fs::canonicalize
|
2022-08-01 15:11:55 -04:00 |
|
Folkert de Vries
|
e12847f9d8
|
conditional compilation fixes for windows
|
2022-08-01 19:10:42 +02:00 |
|
Anton-4
|
0b5b3a8652
|
Merge branch 'trunk' of github.com:rtfeldman/roc into build-nix
|
2022-08-01 16:51:07 +02:00 |
|
Anton-4
|
43f9e2a7c3
|
fixes to make default.nix work
|
2022-08-01 16:50:38 +02:00 |
|
Folkert
|
dbbbc32583
|
changes after review
|
2022-07-28 16:25:14 +02:00 |
|
Folkert
|
e67e968ba1
|
use stack/heap memory instead of mmap for roc test
|
2022-07-27 17:28:44 +02:00 |
|
Folkert
|
e19b272a9e
|
test expect reporting
|
2022-07-27 13:51:12 +02:00 |
|
Folkert
|
91ea71c7aa
|
give mmap creation permissions
|
2022-07-27 12:15:27 +02:00 |
|
Folkert
|
40d7e94a17
|
make the mmapped buffer configurable
|
2022-07-26 23:36:25 +02:00 |
|
Folkert
|
64c2d8d87e
|
move expect running logic into repl_expect
|
2022-07-26 21:15:16 +02:00 |
|
Folkert
|
1017bbc5ec
|
use std::io::Write for making expect messages
|
2022-07-26 20:12:09 +02:00 |
|
Folkert
|
7014fbb5ec
|
move expect panic formatting to reporting crate
|
2022-07-26 18:33:43 +02:00 |
|
Folkert
|
1f28f15773
|
clippy
|
2022-07-26 00:11:38 +02:00 |
|
Folkert
|
1a1c988e45
|
remove clone
|
2022-07-26 00:08:48 +02:00 |
|
Folkert
|
a5320c2cf9
|
use code from reporting to report expect failures
|
2022-07-25 23:50:07 +02:00 |
|
Folkert
|
6d0e751999
|
fix bug in expect handling on the cli side
|
2022-07-25 22:37:36 +02:00 |
|
Folkert de Vries
|
834378503f
|
Merge pull request #3625 from rtfeldman/multiple-expects
Multiple expects
|
2022-07-25 00:04:37 +02:00 |
|
Richard Feldman
|
4abad75d67
|
Revert "Don't use deprecated Arg::value_of_t"
This reverts commit 20275f480b .
|
2022-07-24 13:58:08 -04:00 |
|
Richard Feldman
|
946b44cfd0
|
Fix some type mismatches
|
2022-07-24 11:22:58 -04:00 |
|
Richard Feldman
|
4bc961a453
|
Have the roc CLI use the new glue
|
2022-07-24 10:41:05 -04:00 |
|
Richard Feldman
|
98c6ab0e97
|
Rename crates/bindgen to crates/glue
|
2022-07-24 10:25:24 -04:00 |
|
Richard Feldman
|
20275f480b
|
Don't use deprecated Arg::value_of_t
|
2022-07-24 10:04:49 -04:00 |
|
Richard Feldman
|
e707084541
|
Add roc glue subcommand
|
2022-07-24 10:04:28 -04:00 |
|
Richard Feldman
|
c5f04aaf73
|
s/root module/main module/g
|
2022-07-24 09:39:10 -04:00 |
|
Folkert
|
93005cf2d0
|
report multiple expect failures
|
2022-07-24 11:25:02 +02:00 |
|