Ayaz Hafiz
|
c9c2f61e3e
|
Add some docs to matchesAtHelp
|
2022-09-29 22:32:16 -05:00 |
|
Ayaz Hafiz
|
1d7dc65800
|
Str.splitFirst should not find match if needle is longer than haystack
Closes #4064
|
2022-09-28 13:14:36 -05:00 |
|
Folkert de Vries
|
190ff7e21a
|
Merge pull request #4122 from roc-lang/dependabot/cargo/env_logger-0.9.1
Bump env_logger from 0.9.0 to 0.9.1
|
2022-09-28 16:54:47 +02:00 |
|
Ayaz
|
8b80eb1728
|
Merge pull request #4098 from roc-lang/env-decode
Decoding environment variables
|
2022-09-28 09:29:04 -05:00 |
|
Ayaz Hafiz
|
f72a1f9a9a
|
REmove env_logger dep
|
2022-09-28 09:10:27 -05:00 |
|
dependabot[bot]
|
aa186930cd
|
Bump env_logger from 0.9.0 to 0.9.1
Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/env-logger-rs/env_logger/releases)
- [Changelog](https://github.com/env-logger-rs/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.9.0...v0.9.1)
---
updated-dependencies:
- dependency-name: env_logger
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-09-28 09:35:13 +00:00 |
|
Anton-4
|
f4f9d89059
|
Merge pull request #4119 from roc-lang/dependabot/cargo/peg-0.8.1
Bump peg from 0.8.0 to 0.8.1
|
2022-09-28 11:33:56 +02:00 |
|
Ayaz Hafiz
|
b53c2c001c
|
Ignore roc/roc run test cases when passing env vars, for now
|
2022-09-27 18:26:16 -05:00 |
|
Ayaz Hafiz
|
ca8b6a29d8
|
Add cli_run test for env.roc
|
2022-09-27 18:21:40 -05:00 |
|
Ayaz Hafiz
|
2a508721ed
|
Don't resolve builtin modules imported from platform interfaces as namespaced
|
2022-09-27 17:57:45 -05:00 |
|
dependabot[bot]
|
33c34e3095
|
Bump peg from 0.8.0 to 0.8.1
Bumps [peg](https://github.com/kevinmehall/rust-peg) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/kevinmehall/rust-peg/releases)
- [Commits](https://github.com/kevinmehall/rust-peg/compare/0.8.0...0.8.1)
---
updated-dependencies:
- dependency-name: peg
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-09-26 23:01:08 +00:00 |
|
Ayaz
|
11ef947e85
|
Merge pull request #4117 from roc-lang/dependabot/cargo/insta-1.20.0
Bump insta from 1.19.0 to 1.20.0
|
2022-09-26 17:59:53 -05:00 |
|
dependabot[bot]
|
49dd5af13d
|
Bump insta from 1.19.0 to 1.20.0
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.19.0 to 1.20.0.
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/insta/compare/1.19.0...1.20.0)
---
updated-dependencies:
- dependency-name: insta
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-09-26 07:14:24 +00:00 |
|
dependabot[bot]
|
e70677810a
|
Bump wasm-bindgen-futures from 0.4.32 to 0.4.33
Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.32 to 0.4.33.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)
---
updated-dependencies:
- dependency-name: wasm-bindgen-futures
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-09-26 05:33:21 +00:00 |
|
Folkert
|
fbe3f359e2
|
fix a test
|
2022-09-25 01:51:16 +02:00 |
|
Folkert
|
49eff224bc
|
split elf and macho linking into their own files
|
2022-09-25 01:14:03 +02:00 |
|
Folkert
|
8facec44d0
|
fix error in feature-gated code
|
2022-09-25 00:30:56 +02:00 |
|
Folkert
|
759bcfcfa8
|
write the roc app bytes to disk when not using the surgical linker
|
2022-09-25 00:08:03 +02:00 |
|
Folkert
|
97f2ad26e2
|
keep app bytes in memory
|
2022-09-24 23:55:29 +02:00 |
|
Folkert
|
89938cc80e
|
pass the roc app bytes into the linker
as opposed to opening a file 'within' the linker
|
2022-09-24 23:03:43 +02:00 |
|
Folkert
|
320aa504cd
|
fix underflow in duration calculation
|
2022-09-24 22:53:54 +02:00 |
|
Folkert de Vries
|
220f975ea8
|
Merge pull request #4109 from roc-lang/windows-linker-cleanup
Windows linker cleanup
|
2022-09-24 20:25:23 +02:00 |
|
Folkert
|
1d875a32fb
|
bubble up Path
|
2022-09-24 17:41:11 +02:00 |
|
Folkert
|
55aee0c6ab
|
extract metadata collection
|
2022-09-24 17:17:00 +02:00 |
|
Folkert
|
764637594e
|
centralize mmap logic
|
2022-09-24 16:55:53 +02:00 |
|
Folkert
|
baa0dcc359
|
more paths
|
2022-09-24 16:26:36 +02:00 |
|
Folkert
|
3f87c1b60c
|
cleanup
|
2022-09-24 16:09:55 +02:00 |
|
Folkert de Vries
|
fe0e306711
|
Merge pull request #4108 from roc-lang/file-problem-msg
Improve file problem msg
|
2022-09-24 15:52:25 +02:00 |
|
Folkert
|
c220f0c296
|
open host with an mmap
|
2022-09-24 15:46:08 +02:00 |
|
Folkert
|
cbc04acc2c
|
remove a magic constant
|
2022-09-24 15:14:04 +02:00 |
|
Anton-4
|
1bf355feb9
|
fmt
|
2022-09-24 14:55:37 +02:00 |
|
Folkert
|
f1e05f6d13
|
centralize metadata file IO
|
2022-09-24 14:49:23 +02:00 |
|
Anton-4
|
3b0293a87d
|
improved file problem msg
|
2022-09-24 14:41:06 +02:00 |
|
Folkert
|
51f8bf496f
|
remove magic constant
|
2022-09-24 14:40:36 +02:00 |
|
Folkert
|
f88dc0308b
|
restructure the preprocessing entry point
|
2022-09-24 14:40:24 +02:00 |
|
Folkert de Vries
|
87f005a477
|
Merge pull request #4107 from roc-lang/windows-surgical-linker-first-roc-file
Windows surgical linker first roc file
|
2022-09-24 14:28:03 +02:00 |
|
Folkert
|
71a26d32d2
|
remove unused argument
|
2022-09-24 14:16:58 +02:00 |
|
Folkert
|
1251769eb5
|
add comment to metadata
|
2022-09-24 13:55:51 +02:00 |
|
Folkert
|
0b4682a73f
|
remove a magic offset
|
2022-09-24 13:48:58 +02:00 |
|
Folkert
|
228e5d831d
|
remove dead_code pragmas
|
2022-09-24 13:32:07 +02:00 |
|
Folkert de Vries
|
10b8cd299d
|
Merge pull request #4099 from roc-lang/pe-host-to-app
windows surgical linker: call host functions from the app
|
2022-09-24 12:54:53 +02:00 |
|
Folkert
|
baed73d9f2
|
renaming
|
2022-09-23 20:57:57 +02:00 |
|
Folkert
|
f7a2eff34b
|
refactor
|
2022-09-23 20:48:41 +02:00 |
|
Folkert
|
3131bd1a2f
|
Merge remote-tracking branch 'origin/pe-host-to-app' into windows-surgical-linker-first-roc-file
|
2022-09-23 20:17:42 +02:00 |
|
Folkert
|
f632e299cd
|
cross-compile C for windows with zig
|
2022-09-23 19:46:27 +02:00 |
|
Anton-4
|
d83f23928e
|
quotes to make error stand out
|
2022-09-23 18:35:54 +02:00 |
|
Folkert
|
aae2dbf17c
|
remove test we don't need any more
|
2022-09-23 18:29:27 +02:00 |
|
Folkert
|
6c4e225a4c
|
use unique temp dir
|
2022-09-23 17:13:15 +02:00 |
|
rezzaghi
|
8278d37f1d
|
fix format
|
2022-09-23 11:56:31 -03:00 |
|
rezzaghi
|
ce70fce3b2
|
Add path to error message when trying to read directory
|
2022-09-23 11:01:00 -03:00 |
|