Ayaz Hafiz
ce7c61eb09
Propogate render target forward
2022-04-12 16:18:07 -04:00
Richard Feldman
babe281b5d
Merge pull request #2780 from rtfeldman/no-link
...
Add --no-link flag for more complex linking cases
2022-04-08 23:49:48 -04:00
Ayaz Hafiz
a3ac68a41f
Split up Defs into TypeDef and ValueDef
...
Just a refactoring PR. This is useful because during canonicalization
we always process type defs first, then value defs. With abilities this
distinction continues to grow; in that case, we have patterns associated
with types that we want to process before patterns from values.
2022-04-06 22:18:57 -04:00
Ayaz Hafiz
eee19bba2b
s/demands/members
2022-04-06 11:34:55 -04:00
Folkert
c73c01aa34
Merge remote-tracking branch 'origin/trunk' into list-str-capacity
2022-03-30 14:07:17 +02:00
Brendan Hansknecht
76ffb4f278
Add --no-link flag for more complex linking cases
2022-03-29 18:20:29 -07:00
Folkert
fb893ebcb0
properly disable the cli example
2022-03-29 19:53:47 +02:00
Folkert
3c96b59265
comment offending cli_run tests; we will revisit after upgrading llvm/zig
2022-03-28 21:01:05 +02:00
SylvanSign
5f73c3e513
fix test runner surgical linker logic for GNU/Linux + ARM
2022-03-27 15:50:24 -04:00
Folkert
0f6e1ab2a2
Revert "disable Closure.roc example"
...
This reverts commit 8d85e469f7
.
2022-03-27 15:29:13 +02:00
Folkert
8d85e469f7
disable Closure.roc example
2022-03-26 21:46:49 +01:00
Folkert
d63009aa4d
add memcpy/memset to hosts that didn't have them
2022-03-26 12:22:48 +01:00
Folkert
311e464b70
add load_internal
2022-03-23 15:18:22 +01:00
Folkert
d8fa2b8d92
stop passing stdlib (use lazy_static)
2022-03-22 19:53:02 +01:00
Brian Carroll
9cb6261a4d
Merge pull request #2736 from rtfeldman/wasm-repl-palette
...
Web REPL error styling
2022-03-18 12:00:44 +00:00
Pierre-Henri Trivier
3e368a64ff
Formatter should ignore non roc files
...
Fixes #2683
2022-03-17 18:55:15 +01:00
Brian Carroll
9fc3c40379
Fix wrong import names
2022-03-17 13:22:40 +00:00
Folkert
4ef6cba23a
Merge branch 'split-types-values' into type-checking-storage-subs
2022-03-13 17:43:24 +01:00
ayazhafiz
d7abc3897b
Parse abilities
2022-03-12 21:29:06 -06:00
Folkert
c79ecec56e
make SubsByModule opaque
2022-03-11 20:16:55 +01:00
Jan Van Bruggen
0e186631eb
Rename hello examples from snake_case to camelCase for consistency
2022-03-07 21:10:19 -07:00
Jan Van Bruggen
589861a88a
Re-append newline after "Hello, World!" output
...
See https://github.com/rtfeldman/roc/pull/2470#discussion_r821295601
(@rtfeldman has "seen some terminals get really unhappy if a program
prints things and doesn't print a newline to stdout before exiting")
2022-03-07 21:06:53 -07:00
Jan Van Bruggen
85c4024eb9
Fix hello-world testing checks with a hacky workaround
2022-03-07 20:10:50 -07:00
Jan Van Bruggen
8a7f65910c
Move effects example into interactive/
2022-03-07 20:10:50 -07:00
Jan Van Bruggen
9d1dcc15c8
Consolidate interactive examples into one dir
2022-03-07 20:10:50 -07:00
Jan Van Bruggen
d94796de0e
Consolidate algorithm examples into one dir
2022-03-07 20:10:50 -07:00
Jan Van Bruggen
eadf39e47b
Add multi-platform Hello World example
2022-03-07 20:00:32 -07:00
Jan Van Bruggen
9f68194436
Remove trailing newlines from Hello World examples
2022-03-07 20:00:07 -07:00
Jan Van Bruggen
6ea8df5e16
Consolidate all Hello World examples into one dir
2022-03-07 20:00:05 -07:00
Jan Van Bruggen
99c825aa99
Simplify example platform names
2022-03-07 19:59:29 -07:00
Jan Van Bruggen
6f13d3494f
Improve hello-zig app name
2022-03-07 19:59:29 -07:00
Brian Carroll
92ace8ff67
Merge pull request #2626 from rtfeldman/gen-dev/quicksort2
...
Gen dev - Quicksort
2022-03-07 17:46:46 +00:00
Richard Feldman
19cc7fdcaa
Merge pull request #2658 from rtfeldman/newline
...
Tests for trailing newline formatting
2022-03-07 08:34:20 -05:00
Folkert
836967b919
some other clippy things in tests
2022-03-06 19:07:38 +01:00
Richard Feldman
8f6f20b57d
Avoid reallocation when ensuring trailing newline
2022-03-06 11:12:43 -05:00
Philippe Vinchon
813845e7d1
Trim end and add empty line for POSIX
2022-03-05 22:31:57 +00:00
Brian Carroll
0464da84c0
Rename CLI --backend to --target since that's what it has always meant
2022-03-05 14:22:59 +00:00
Brendan Hansknecht
7a608524ec
Merge remote-tracking branch 'origin/trunk' into gen-dev/quicksort2
2022-02-27 00:26:04 -08:00
Richard Feldman
d3acf34415
Merge pull request #1591 from rtfeldman/single-quote-literal
...
Single Quote literal
2022-02-26 23:27:46 -05:00
Richard Feldman
d57334dd63
Merge pull request #2566 from rtfeldman/gui-example
...
GUI Example
2022-02-26 07:48:38 -05:00
Brendan Hansknecht
6968647cc5
update versions to lockfile
2022-02-25 11:41:05 -08:00
Brendan Hansknecht
c13c8ece1f
pipe target and roc_build features around
2022-02-25 11:37:44 -08:00
Brendan Hansknecht
8393604b58
fix building without llvm
2022-02-25 10:41:11 -08:00
Brendan Hansknecht
3dce239bea
remove default features from build to avoid accidentally including them
2022-02-25 10:19:43 -08:00
Richard Feldman
7a08c32c53
Fix cfg macro usage
2022-02-25 12:40:44 -05:00
Richard Feldman
7dcd195071
cargo fmt
2022-02-25 11:21:40 -05:00
Brendan Hansknecht
cd0d89fdc9
Merge remote-tracking branch 'origin/trunk' into single-quote-literal
2022-02-25 07:39:58 -08:00
Richard Feldman
70bb9f9ef1
Fix hello-gui test linking on linux
2022-02-25 10:08:15 -05:00
Richard Feldman
a49b66e379
Merge branch 'trunk' into gui-example
2022-02-25 08:22:36 -05:00
hafiz
23f2976411
Merge pull request #2571 from rtfeldman/format-on-directories
...
Format on directories
2022-02-25 00:48:37 -05:00