rvcas
|
565cf21e1e
|
fix(tests): need to adjust tests after changing builtin function types
|
2021-01-05 09:18:24 -05:00 |
|
rvcas
|
27cfd4d7ad
|
more test fixes
|
2021-01-04 15:18:49 -05:00 |
|
rvcas
|
b34436e5cb
|
Merge branch 'trunk' into int_a_float_a
|
2021-01-04 09:53:45 -05:00 |
|
rvcas
|
a123bfa3ee
|
fix: tests compile and repl_eval
|
2021-01-04 09:46:10 -05:00 |
|
Folkert
|
6e0f57d7eb
|
make invoke work
|
2021-01-02 00:55:09 +01:00 |
|
Jared Ramirez
|
faa8f66b6c
|
Add gen support for Nat
|
2021-01-01 17:40:47 -06:00 |
|
Folkert
|
754521c4c3
|
all the clippy fixes
|
2021-01-01 00:40:41 +01:00 |
|
Folkert
|
728298d15a
|
automatic clippy fixes
|
2021-01-01 00:05:45 +01:00 |
|
Folkert
|
45e57fcd25
|
fix test_load
|
2020-12-31 22:54:46 +01:00 |
|
Folkert
|
3469cf7acc
|
remove uniqueness tests
|
2020-12-31 22:51:54 +01:00 |
|
Richard Feldman
|
16df2c8bcb
|
Merge pull request #829 from rtfeldman/functions-in-repl
Functions in repl
|
2020-12-26 23:38:53 -05:00 |
|
Folkert
|
a760a41e1f
|
repl: show error for partial application
|
2020-12-26 22:13:05 +01:00 |
|
Folkert
|
95e0faad30
|
show type of lambda in the repl
|
2020-12-26 21:19:45 +01:00 |
|
Folkert
|
099584f4ee
|
SendMap -> MutMap in tests
|
2020-12-26 18:37:30 +01:00 |
|
Folkert
|
b5c7c26978
|
SendMap -> MutMap
|
2020-12-26 18:12:43 +01:00 |
|
Folkert
|
2ef7072247
|
change type of exposed_vars_to_symbol
|
2020-12-26 17:46:15 +01:00 |
|
Folkert
|
0099e3e9fd
|
rely on the symbol -> var mapping from solving; don't extract var from the def itself
|
2020-12-26 17:39:16 +01:00 |
|
Folkert
|
0d17e9a879
|
only store exposed symbols in Module
|
2020-12-26 17:18:03 +01:00 |
|
Folkert
|
58507fa7d9
|
recover symbol -> variable mapping from type inference
|
2020-12-26 17:16:02 +01:00 |
|
Anton-4
|
b085469602
|
Replaced large_enum_variant explanation with link to issue #800
|
2020-12-14 16:09:16 +01:00 |
|
Richard Feldman
|
0b620539ef
|
Report accurate regions in unused imports
|
2020-12-13 22:51:23 -05:00 |
|
Folkert de Vries
|
3d9b82e35e
|
Merge branch 'trunk' into more-tea
|
2020-12-14 02:30:04 +01:00 |
|
Folkert
|
407f8b9321
|
turn unused module into a warning
|
2020-12-13 22:21:44 +01:00 |
|
Chadtech
|
db477e750c
|
Merge branch 'rename-map-to-dict' of github.com:rtfeldman/roc into rename-map-to-dict
|
2020-12-11 23:49:06 -05:00 |
|
Chadtech
|
ce69487519
|
Rename Dict in test_load tests to RedBlackTree
|
2020-12-11 23:48:40 -05:00 |
|
Chadtech
|
cd6e6e6e4f
|
Merge branch 'trunk' into rename-map-to-dict
|
2020-12-11 23:39:10 -05:00 |
|
Chadtech
|
61728fd1d1
|
Merge branch 'trunk' of github.com:rtfeldman/roc into rename-map-to-dict
|
2020-12-11 20:21:40 -05:00 |
|
Folkert
|
462f6ac8e5
|
use C calling convention (approximation) when calling foreign functions
|
2020-12-12 01:30:39 +01:00 |
|
Folkert
|
f5c267acf4
|
fix problem with empty closures still considered closures
|
2020-12-10 23:58:53 +01:00 |
|
Folkert
|
16994cfaf7
|
shrink number of used variables (by a lot)
|
2020-12-10 00:13:09 +01:00 |
|
Folkert
|
7933d63573
|
clippy
|
2020-12-09 03:30:07 +01:00 |
|
Folkert
|
818465e8e1
|
update cli fixtures
|
2020-12-09 01:17:29 +01:00 |
|
Folkert
|
89a1237b06
|
refactor
|
2020-12-08 23:27:25 +01:00 |
|
Folkert
|
3969a73277
|
make Pkg-Config work as a module
|
2020-12-08 22:58:30 +01:00 |
|
Chadtech
|
2a068941b2
|
Resolve conflicts
|
2020-12-08 16:56:52 -05:00 |
|
Chadtech
|
b24933324a
|
Changed Map to Dict in many tests
|
2020-12-08 16:55:33 -05:00 |
|
Folkert
|
4b665639ff
|
special-case the PkgConfig
|
2020-12-08 21:39:30 +01:00 |
|
Folkert
|
5b521dccf4
|
make Pkg-Config into a module
|
2020-12-08 21:12:36 +01:00 |
|
Richard Feldman
|
149d10ea0b
|
Merge pull request #780 from rtfeldman/rvcas/rename_int
Rename Int to I64
|
2020-12-07 22:49:39 -05:00 |
|
rvcas
|
4987721154
|
feat(Num): rename Num.Int to Num.I64
|
2020-12-07 19:17:20 -05:00 |
|
Folkert
|
95a66bb1fc
|
clippy
|
2020-12-08 00:27:53 +01:00 |
|
Folkert
|
0b0ae7b287
|
make it work!
|
2020-12-08 00:15:57 +01:00 |
|
Folkert
|
7123269f30
|
successfully load package-qualified host
|
2020-12-07 23:24:06 +01:00 |
|
Folkert
|
7919b2eef3
|
clippy
|
2020-12-06 22:16:53 +01:00 |
|
Folkert
|
0873792488
|
special-case effect modules so they are not parsed
|
2020-12-06 21:51:08 +01:00 |
|
rvcas
|
b130f86fdf
|
fix: last hardcoded "platform" in file.rs
|
2020-12-06 14:13:24 -05:00 |
|
rvcas
|
f527afe9fd
|
feat: put all exposes from platform in package module ids
|
2020-12-03 20:30:19 -05:00 |
|
rvcas
|
654a018106
|
chore: remove load pkg config from plain line
|
2020-12-03 20:06:25 -05:00 |
|
rvcas
|
6d4ecc8023
|
feat: handle plain line package
|
2020-12-03 19:10:10 -05:00 |
|
rvcas
|
4808611fc3
|
fix: don't hard code base
|
2020-12-02 21:53:15 -05:00 |
|