Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete client/server #527

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
8f1b301
Delete every vestige of enclone_visual.
macklin-10x Feb 29, 2024
194e046
chainsaw checkpoint
macklin-10x Feb 29, 2024
0d1364a
Remove ALL_BC feature.
macklin-10x Feb 29, 2024
a72852a
Point to enclone_ranger main branch again.
macklin-10x Feb 29, 2024
28e65c5
Update to tip of enclone_ranger feature.
macklin-10x Feb 29, 2024
ee2f9bf
Lots of tweaks to test code.
macklin-10x Feb 29, 2024
fff8d0c
Update test 256 expectation.
macklin-10x Feb 29, 2024
0c8da4c
Trim out fb args from fb test
macklin-10x Feb 29, 2024
f0b5433
Trim out fb args from fb test
macklin-10x Feb 29, 2024
775ea0b
Replace test 269 of fb stuff with test 270.
macklin-10x Feb 29, 2024
398ce24
Rip the NH5 aspect out of the prebuild test.
macklin-10x Feb 29, 2024
b841874
Run build actions to update various tidbits.
macklin-10x Feb 29, 2024
a543e79
Update test comment.
macklin-10x Feb 29, 2024
1cb6668
Remove checks related to now-defunct bin fbc file.
macklin-10x Feb 29, 2024
2d32b5e
Delete peak mem test.
macklin-10x Feb 29, 2024
7a5be77
Delete peak mem test.
macklin-10x Feb 29, 2024
237b6ff
Set tests to panic instead of existing the process.
macklin-10x Feb 29, 2024
d74911c
Update broken link.
macklin-10x Feb 29, 2024
133f347
Pull latest enclone_ranger.
macklin-10x Feb 29, 2024
3f6bea9
Update enclone_ranger.
macklin-10x Mar 1, 2024
9def529
Replace the remaining binary_vec_io uses with bincode.
macklin-10x Mar 1, 2024
b527aea
Update enclone_ranger.
macklin-10x Mar 1, 2024
236093a
Point to latest feature branch.
macklin-10x Mar 1, 2024
7ba7cc4
Fix a lingering bad dep spec.
macklin-10x Mar 1, 2024
a3a6e50
Update enclone_ranger.
macklin-10x Mar 2, 2024
d56c66e
Add a dep on cargo-license and use its types for parsing.
macklin-10x Mar 2, 2024
0949104
Progres on removing custom JSON parsing.
macklin-10x Mar 2, 2024
532cf17
Finish cleaning up filtered_from_json.
macklin-10x Mar 2, 2024
4a3555e
Burn down one more custom JSON reader.
macklin-10x Mar 2, 2024
52e9d2b
More clean-up.
macklin-10x Mar 2, 2024
f24b9b9
Update enclone_ranger; use martian for lazy JSON reading.
macklin-10x Mar 4, 2024
a85aff7
Update enclone_ranger.
macklin-10x Mar 5, 2024
ae70bba
Update enclone_ranger.
macklin-10x Mar 5, 2024
2b2f0c6
Update enclone_ranger.
macklin-10x Mar 5, 2024
82ccf9c
Update enclone_ranger.
macklin-10x Mar 6, 2024
f9ef9d7
Update enclone_ranger.
macklin-10x Mar 6, 2024
1c3efb9
Delete simple uses of pretty_trace and some missed visual args.
macklin-10x Mar 4, 2024
6b8c4a7
Update enclone_ranger.
macklin-10x Mar 6, 2024
14d08e8
Delete client/server code.
macklin-10x Mar 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master

env:
RUST_VERSION: "1.71.0"
RUST_VERSION: "1.74.0"
CARGO_INCREMENTAL: 0

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ target
enclone_exec/test/inputs/version14/85679/outs/raw_feature_bc_matrix/matrix.bin
enclone_exec/testx/outputs
enclone-data
enclone_visual/outputs
enclone_visual/unofficial_images
stamps/data_version_in_use
stamps/last_sweep
stamps/last_linktest
Expand Down
Loading