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

EKO Rust reader v2 #400

Merged
merged 46 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
7a10625
rust: Restart dekoder
felixhekhorn Aug 12, 2024
e2e5e9f
rust: Start reading ops in output
felixhekhorn Aug 15, 2024
5a8b7ef
rust: Start reading files
felixhekhorn Aug 16, 2024
b3c3682
rust: Start reading operators
felixhekhorn Aug 16, 2024
19dcd27
rust: Read ops as ref
felixhekhorn Aug 19, 2024
2b96396
rust: Introduce thiserror
felixhekhorn Aug 19, 2024
fd85059
rust: Remove 2 more unwraps
felixhekhorn Aug 19, 2024
a297b9e
rust: Improve op loading
felixhekhorn Aug 19, 2024
9b0e1df
rust: Remove all unwraps
felixhekhorn Aug 19, 2024
edd0915
rust: Trade Box for Sized
felixhekhorn Aug 19, 2024
335115f
rust: Drop pyproject.toml for dekoder
felixhekhorn Aug 19, 2024
44fc971
rust: Introduce assert_fs crate
felixhekhorn Aug 20, 2024
ea6fd0d
rust: Adjust EKO::close
felixhekhorn Aug 20, 2024
4d37d72
rust: Improve Operator handling
felixhekhorn Aug 20, 2024
bf9781a
rust: Drop temporary test dir
felixhekhorn Aug 20, 2024
36dbf7c
rust: Add EKO::close test
felixhekhorn Aug 20, 2024
a45801e
rust: Add more EKO::check
felixhekhorn Aug 20, 2024
814e256
rust: Fix many clippy warnings
felixhekhorn Aug 20, 2024
d9fe346
rust: Raise MSRV to 1.70.0
felixhekhorn Aug 20, 2024
bb9edd1
Add cargo clippy to pre-commit
felixhekhorn Aug 20, 2024
d888c33
rust: Use std instead of hashbrown
felixhekhorn Aug 20, 2024
f0d6a27
rust: Incomplete attempt to use TryFrom
felixhekhorn Aug 20, 2024
599fb85
rust: Specify error in TryFrom
felixhekhorn Aug 20, 2024
1a696a1
rust: Allow only Operator as value in Inventory
felixhekhorn Aug 20, 2024
8d0d759
rust: Remove file properties from EKO
felixhekhorn Aug 20, 2024
6c7c470
rust: Simplify Inventory::keys()
felixhekhorn Aug 21, 2024
5ca8848
rust: Chain key finding calls
felixhekhorn Aug 21, 2024
dff7581
rust: Chain operator loading calls
felixhekhorn Aug 21, 2024
787ca42
rust: Remove BufReader from operator loading
felixhekhorn Aug 21, 2024
1656cfc
rust: Drop Operator::new()
felixhekhorn Aug 21, 2024
feca19a
rust: Inline path_exists
felixhekhorn Aug 21, 2024
410dcfa
rust: Rename EKO::check to assert_working_dir
felixhekhorn Aug 21, 2024
8eb8775
rust: Simplify some returns
felixhekhorn Aug 21, 2024
229670a
rust: Make tar writer capacity a const
felixhekhorn Aug 21, 2024
c6784d9
rust: Drop glob for read_dir
felixhekhorn Aug 21, 2024
5be3f18
rust: Use Path::exists
felixhekhorn Aug 21, 2024
e283553
rust: Load operator via return and not reference
felixhekhorn Aug 21, 2024
c81bb08
rust: Drop float_cmp for manual check
felixhekhorn Aug 21, 2024
a93c14c
rust: Split EKO to separate module
felixhekhorn Aug 21, 2024
d2b7ea4
rust: Attempt to move test data to server
felixhekhorn Aug 21, 2024
77e6d15
rust: Fix doc abbrev
felixhekhorn Jul 18, 2024
5fe868c
Fix poe rdocs
felixhekhorn Aug 21, 2024
234a5e5
rust: Improve docs
felixhekhorn Aug 21, 2024
1177a57
rust: Load errors
felixhekhorn Aug 21, 2024
d394978
rust: Swap eq for ==
felixhekhorn Aug 22, 2024
bf132ea
rust: Make Inventory more autonomous
felixhekhorn Aug 22, 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
Loading
Loading