Tom Alexander
|
9e60ff6683
|
Support rematching on italic, underline, and strike-through.
|
2023-09-19 23:25:49 -04:00 |
|
Tom Alexander
|
6137a46231
|
Default to the release-lto profile for running compare in docker.
Since we're using docker volumes to cache the build, the extra build cost will only be paid once but the extra speed will be nice while investigating.
|
2023-09-16 14:15:19 -04:00 |
|
Tom Alexander
|
bdd04f4d5c
|
Do not allow '<' as a pre-character for text-markup but do allow start of file.
|
2023-09-16 14:06:31 -04:00 |
|
Tom Alexander
|
36bdc54703
|
Update bisect script to work with any depth relative path for setupfile.
This also switches to using stdin rather than writing the file slices to the filesystem.
|
2023-09-16 13:34:33 -04:00 |
|
Tom Alexander
|
3031b6edd4
|
Support arbitrary relative paths for setupfiles in run_docker_compare script.
|
2023-09-16 12:51:38 -04:00 |
|
Tom Alexander
|
de7ad182b3
|
Make parse and compare their own binaries.
rustfmt Build rustfmt has succeeded
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded
rust-foreign-document-test Build rust-foreign-document-test has succeeded
This ensures that both code paths are capable of being parsed by rust-analyzer simultaneously and I think it will be less confusing to newcomers.
|
2023-09-09 04:21:34 -04:00 |
|
Tom Alexander
|
f82d2aada1
|
Fix run_docker_compare with relative paths.
|
2023-09-08 18:03:50 -04:00 |
|
Tom Alexander
|
2cd2f7570c
|
Update scripts to handle passing files as parameters.
|
2023-09-02 17:28:22 -04:00 |
|
Tom Alexander
|
a40a504f94
|
Switch to using read-only root in docker containers.
rustfmt Build rustfmt has succeeded
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded
|
2023-08-31 21:23:51 -04:00 |
|
Tom Alexander
|
b35d785e73
|
Fix tracing in the run_docker_compare.bash script.
rust-build Build rust-build has failed
rustfmt Build rustfmt has succeeded
rust-test Build rust-test has succeeded
|
2023-08-28 01:18:45 -04:00 |
|
Tom Alexander
|
b124317f30
|
Fix up scripts to handle the changes to the docker containers.
|
2023-08-27 18:03:37 -04:00 |
|
Tom Alexander
|
45e16fea2d
|
Honor the NO_COLOR environment variable.
rustfmt Build rustfmt has succeeded
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded
|
2023-08-25 04:25:39 -04:00 |
|
Tom Alexander
|
d8c3285e3c
|
Add --init flag to docker run.
rustfmt Build rustfmt has succeeded
rust-build Build rust-build has succeeded
rust-test Build rust-test has succeeded
I noticed in a separate project that ctrl+c was not being honored under --init was passed, so I'm adding it in here.
|
2023-08-19 02:51:00 -04:00 |
|
Tom Alexander
|
74f4aa8d33
|
Remove dependency on files for running compare.
The tests still use files since they get the test name from a file but compare does the same action via stdin so it can operator on any org source.
|
2023-08-16 23:56:05 -04:00 |
|
Tom Alexander
|
72b8fec1be
|
Add support for tracing in run_docker_compare.bash.
|
2023-08-14 16:12:31 -04:00 |
|
Tom Alexander
|
306878c95d
|
Clean up run_docker_integration_test.bash
|
2023-08-14 15:50:05 -04:00 |
|
Tom Alexander
|
5768c8acda
|
Add a script to run compare using the docker image.
|
2023-08-14 15:30:13 -04:00 |
|