Folkert
a9d483cb60
Merge remote-tracking branch 'origin/trunk' into tag-union-imitate-rust
2021-11-08 22:31:17 +01:00
Brendan Hansknecht
edfde281b2
remove unused lock file
2021-11-07 20:22:26 -08:00
Brendan Hansknecht
cbc0b3c0cf
Pull cli_utils out of cli to stop them from always building
2021-11-07 18:33:52 -08:00
Folkert
0e1e3381f0
Merge remote-tracking branch 'origin/trunk' into tag-union-imitate-rust
2021-11-07 15:29:55 +01:00
Brendan Hansknecht
deb0d167e8
Minimize clap features
2021-11-06 15:07:21 -07:00
Brendan Hansknecht
74a55f53f3
Switch back to cranelift due to versioning and aarch64 issues
2021-11-06 14:24:58 -07:00
Brendan Hansknecht
40f0271ccf
Fix M1 mac build
...
I changed wasmer to use the llvm backend because it compiles the fastest and supports aarch64.
If we later run into llvm versioning issues of some sort, we should switch this to cranelift.
Also re-adds serde-json which is used on macos.
2021-11-06 14:08:19 -07:00
Brendan Hansknecht
73e2cbcb1e
Make versions numbers consistent and matching the lock files
2021-11-06 13:24:45 -07:00
Brendan Hansknecht
81cd5f9ef9
Keep wasmer as a cli dev dependency
2021-11-06 13:12:03 -07:00
Brendan Hansknecht
0b3c95ca97
Make wasmer optional for cli
2021-11-06 10:34:22 -07:00
Brendan Hansknecht
c595668b37
Remove dependency on cranelift
2021-11-05 19:59:42 -07:00
Brendan Hansknecht
df76f5f49c
Update deprecated clap function
2021-11-05 19:47:09 -07:00
Brendan Hansknecht
d49ac68bcc
Update dep with major version changes
2021-11-05 19:19:37 -07:00
Brendan Hansknecht
bddc08c977
Remove unused dependencies
2021-11-05 16:58:11 -07:00
Folkert
5cd232816b
waypoint
2021-11-05 21:30:20 +01:00
Brendan Hansknecht
492a2ca70e
Update testing features
2021-11-04 23:27:07 -07:00
Brendan Hansknecht
d78b351798
cleanup targets and llvm config to properly progate and build with any subset of features
2021-11-04 21:48:04 -07:00
Shritesh Bhattarai
ec8c4665ab
Merge branch 'trunk' into shritesh/hello-swift
2021-11-03 09:46:56 -04:00
Richard Feldman
e2dc172992
Merge pull request #1879 from rtfeldman/docs-cli-WIP
...
add WIP to cli help for docs
2021-11-03 07:38:28 -04:00
Folkert de Vries
416a143a7d
Merge branch 'trunk' into shritesh/hello-swift
2021-11-03 12:12:42 +01:00
Anton-4
a3fc724df3
removed unused maplit
2021-11-03 10:50:25 +01:00
Anton-4
42bb59ae0d
add WIP to cli help for docs
2021-11-03 09:27:00 +01:00
Shritesh Bhattarai
b6872a06d1
Add cli test for hello-swift
2021-11-02 21:28:01 -04:00
Richard Feldman
ac42470c81
Drop unused libc deps
2021-11-02 19:37:38 -04:00
Richard Feldman
14dc4dec88
Drop unused inlinable_string dep
2021-11-02 19:37:05 -04:00
Folkert
391025145f
Merge remote-tracking branch 'origin/trunk' into false-cleanup
2021-10-30 00:56:13 +02:00
Matthias Beyer
26ceda4aa4
Fix: Replace deprecated Arg::help() call with Arg::about()
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-10-27 18:14:27 +02:00
Matthias Beyer
9ece0fa0be
Fix: Do not use custom clone of clap, but upstream
...
The trick was that the dependency string must be "= 3.0.0-beta.1", not
"~3.0.0-beta.1"!
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-10-27 18:14:27 +02:00
Richard Feldman
1b691ec37e
Add comment for why false interpreter CLI test is only run in prod
2021-10-27 09:53:03 -04:00
Folkert
d561f2661d
speedups
2021-10-27 00:01:21 +02:00
Brendan Hansknecht
056b10b36b
Merge branch 'trunk' into false-cleanup
2021-10-24 11:49:30 -07:00
Brendan Hansknecht
9e9ebc9e41
Enable valgrind in testing
2021-10-24 11:42:05 -07:00
Kevin Sjöberg
3bea23bed5
Ensure we pass stdout (the String contents) instead of the Out struct
2021-10-24 16:13:48 +02:00
Anton-4
4740761349
fmt
2021-10-23 19:57:08 +02:00
Anton-4
ae136f1a0e
print nightly version with commit after release
2021-10-23 19:53:39 +02:00
Folkert
84950366b0
Merge remote-tracking branch 'origin/trunk' into false
2021-10-21 20:20:56 +02:00
Anton-4
bd67f770ca
launch_editor arg fix
2021-10-21 09:36:50 +02:00
Brendan Hansknecht
b4be6da3a4
Add cli test for false interpreter
2021-10-19 11:27:05 -07:00
Folkert
4152519bfb
formatting & catch zig overflow error
2021-10-17 18:03:40 +02:00
Chelsea Troy
03295d4369
So far, add type for divCeil to the language
2021-10-17 09:29:11 -05:00
Richard Feldman
8a4975ee8a
Merge pull request #1781 from rtfeldman/fix-parens
...
Remove parentheses from unapplied tags
2021-10-13 20:38:37 -04:00
Folkert
ed52615d4c
fix Foo Bar
2021-10-13 14:34:59 +02:00
Chelsea Troy
475326c005
cargo fmt
2021-10-11 20:48:19 -05:00
Chelsea Troy
051b511d87
Remove parentheses from unapplied tags
2021-10-11 20:42:07 -05:00
Folkert
5084fd533b
only do type checing for roc check
2021-10-10 16:32:14 +02:00
Richard Feldman
c07838e87c
Merge pull request #1749 from rtfeldman/editor_sound
...
play sound on F12
2021-10-07 22:36:31 -04:00
Anton-4
a9e472df96
Merge branch 'trunk' of github.com:rtfeldman/roc into editor_sound
2021-10-05 16:53:18 +02:00
Anton-4
ab665b7380
Merge branch 'trunk' of github.com:rtfeldman/roc into docs_markup
2021-10-05 11:58:45 +02:00
Richard Feldman
696a8273ee
Merge pull request #1742 from rtfeldman/test-linker
...
Test linker
2021-10-03 23:26:15 -04:00
Richard Feldman
47c52b0220
Merge pull request #1737 from rtfeldman/fix-repl-sum-crash
...
repl cannot handle some functions
2021-10-03 15:52:26 -05:00