lrosa007
|
3ba6f2bf88
|
some improvements around tags in the repl
|
2020-11-08 20:07:34 -05:00 |
|
Richard Feldman
|
6929c63bb8
|
Merge branch 'trunk' into add-pkg-config
|
2020-11-07 22:06:08 -05:00 |
|
Jared Ramirez
|
74b09605a7
|
Merge branch 'trunk' into builtin-count-graphemes
|
2020-11-07 18:49:29 -06:00 |
|
lrosa007
|
c0119514b0
|
fix(Str): countGraphemes repl_eval test
|
2020-11-07 18:34:18 -05:00 |
|
Folkert
|
cb1895a989
|
add more Pkg-Config.roc files
|
2020-11-07 23:10:38 +01:00 |
|
Richard Feldman
|
51b838010c
|
Merge pull request #656 from rtfeldman/typo
Fix minor typo/copy-paste error
|
2020-11-07 11:16:12 -05:00 |
|
Brendan Hansknecht
|
af465d8a21
|
Fix minor typo/copy-paste error
|
2020-11-06 23:23:40 -08:00 |
|
Folkert
|
332e4553bd
|
fix formatting issue
|
2020-11-07 00:58:12 +01:00 |
|
Folkert
|
dfd316c062
|
comment memory-leaking test
|
2020-11-07 00:48:43 +01:00 |
|
Folkert
|
7cfe5efe1b
|
Merge remote-tracking branch 'origin/trunk' into generate-effects-module
|
2020-11-07 00:30:23 +01:00 |
|
Jared Ramirez
|
14fed8e6a6
|
Fix cargo fmt
|
2020-11-06 17:03:21 -06:00 |
|
Jared Ramirez
|
e112a406a2
|
Fix countGrapheme wiring; Reorganize zig builtins; Streamline how we export zig function
|
2020-11-06 16:54:28 -06:00 |
|
Folkert
|
7e6724262d
|
make after work
|
2020-11-06 21:48:54 +01:00 |
|
lrosa007
|
4f5237fcd8
|
add repl_eval test
|
2020-11-05 08:31:33 -05:00 |
|
Folkert
|
f71ea1cbda
|
print Int1 layouts in the repl
|
2020-11-05 13:43:13 +01:00 |
|
Folkert
|
212f8b4d50
|
change test runners to use new error reporting stuff
|
2020-11-03 19:36:02 +01:00 |
|
Folkert
|
e565abd411
|
remove passing of src
|
2020-11-03 17:13:44 +01:00 |
|
Folkert
|
c47e3d7649
|
remove FinishedInfo
|
2020-11-03 17:11:13 +01:00 |
|
Folkert
|
af0600dc25
|
report errors per-module
|
2020-11-03 16:59:37 +01:00 |
|
Folkert
|
16fbff6eda
|
enable multi-dep-str-optimized test
|
2020-11-02 22:51:47 +01:00 |
|
Folkert
|
425fd82fe9
|
fix multi dep str example
|
2020-11-02 21:58:23 +01:00 |
|
Folkert
|
eedf746ec7
|
update host files after recent code gen changes
|
2020-11-02 16:29:51 +01:00 |
|
Richard Feldman
|
244486eba6
|
Reproduce some multi-dep bugs
|
2020-10-31 22:35:41 -04:00 |
|
Richard Feldman
|
1f183769c4
|
Use explicit dir in cli_run tests
|
2020-10-31 22:25:27 -04:00 |
|
Folkert
|
8b3b677439
|
remove aliases from Let and LetCon
|
2020-10-31 15:27:24 +01:00 |
|
Folkert
|
58467d6515
|
get tests back up an running
|
2020-10-30 16:58:53 +01:00 |
|
Folkert
|
cba841601b
|
fix some uniqueness issues
|
2020-10-30 01:50:57 +01:00 |
|
Folkert
|
b75880bed2
|
expand aliases before/during canonicalization
|
2020-10-29 22:33:18 +01:00 |
|
Folkert
|
97e1f475eb
|
from vec to slice
|
2020-10-29 00:14:15 +01:00 |
|
Brendan Hansknecht
|
9dee5d0f71
|
Add missing valgrind varients
|
2020-10-27 23:08:57 -07:00 |
|
Brendan Hansknecht
|
cf3786fe6b
|
Refactor cli tests and ignore valgrind
|
2020-10-27 22:49:26 -07:00 |
|
Brendan Hansknecht
|
b4df0b0ba8
|
Log full output on match failure
|
2020-10-26 18:00:33 -07:00 |
|
Brendan Hansknecht
|
78b13ae59d
|
Specifically ignore some Valgrind test
|
2020-10-26 17:32:44 -07:00 |
|
Richard Feldman
|
d409ff90f6
|
Temporarily re-disable valgrind to avoid CI errors
These pass locally, and even on CI they pass for Hello World.
See https://github.com/rtfeldman/roc/pull/605#issuecomment-716196759
|
2020-10-25 15:34:48 -04:00 |
|
Richard Feldman
|
3d7a265c5f
|
Load a dynamic library in the repl
|
2020-10-25 01:42:10 -04:00 |
|
Richard Feldman
|
9c49662a24
|
Use LinkType::Executable for normal builds
|
2020-10-25 01:42:10 -04:00 |
|
Richard Feldman
|
b4377d4d67
|
Get a basic dylib linking started
|
2020-10-25 01:41:55 -04:00 |
|
Richard Feldman
|
e8f1201937
|
Use libloading to load dylibs
|
2020-10-24 12:01:34 -04:00 |
|
Richard Feldman
|
60c33c81c3
|
Add LinkType to link.rs
|
2020-10-24 11:24:28 -04:00 |
|
Brendan Hansknecht
|
46148f0114
|
Minimize work done in valgrind tests to fix ci
|
2020-10-22 17:11:38 -07:00 |
|
Richard Feldman
|
fd2512a064
|
For now, disable valgrind on quickcheck
|
2020-10-18 10:55:45 -04:00 |
|
Richard Feldman
|
98bda47989
|
Add run_cmd helper
|
2020-10-18 09:55:31 -04:00 |
|
Richard Feldman
|
65336919fc
|
Have valgrind output XML to a tempfile
|
2020-10-18 08:46:50 -04:00 |
|
Richard Feldman
|
56e600d988
|
Merge branch 'trunk' into top-level-thunks
|
2020-10-14 21:00:51 -04:00 |
|
Folkert
|
729e16cad9
|
clippy
|
2020-10-14 21:42:22 +02:00 |
|
Folkert
|
31e963fad6
|
make sure that the jit is linked in when running the repl
|
2020-10-14 21:30:35 +02:00 |
|
Folkert
|
ba99b96164
|
add repl test for type error
|
2020-10-14 20:53:19 +02:00 |
|
Folkert
|
ceccebd235
|
fix repl error reporting
|
2020-10-14 18:15:08 +02:00 |
|
Folkert
|
cb9ce5e8d7
|
use modules in the repl
|
2020-10-14 17:48:56 +02:00 |
|
Folkert
|
3843c4c458
|
only perform allocations for error reporting when there are errors
|
2020-10-14 17:13:10 +02:00 |
|