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

refactor: rust query engine #193

Conversation

JabobKrauskopf
Copy link
Member

@JabobKrauskopf JabobKrauskopf commented Sep 4, 2024

reimplemented the rust part of the query engine

Every single action (and therefore also tests) is supposed to fail as building the python package cannot work before the bindings issue is completed in #172

Linting and formatting of the rust part succeeds and can be checked by running cargo clippy --workspace --all-targets --all-features --exclude py-medmodels -- -D warnings and cargo fmt -- --check locally

Tests can be checked using cargo test --workspace --exclude py-medmodels

@JabobKrauskopf JabobKrauskopf force-pushed the 171-rewrite-query-engine-in-rust branch 2 times, most recently from b220f55 to 6bf734c Compare September 10, 2024 14:09
@JabobKrauskopf JabobKrauskopf changed the title refactor: query engine refactor: rust query engine Sep 10, 2024
@JabobKrauskopf JabobKrauskopf force-pushed the 171-rewrite-query-engine-in-rust branch 13 times, most recently from f6e23da to 5df1278 Compare September 17, 2024 07:52
@JabobKrauskopf JabobKrauskopf force-pushed the 171-rewrite-query-engine-in-rust branch 14 times, most recently from 257d69a to 41413df Compare September 19, 2024 21:43
@JabobKrauskopf JabobKrauskopf force-pushed the 171-rewrite-query-engine-in-rust branch 2 times, most recently from 4a20f2d to c4995f5 Compare October 9, 2024 11:15
@JabobKrauskopf JabobKrauskopf marked this pull request as ready for review October 9, 2024 11:15
@JabobKrauskopf JabobKrauskopf force-pushed the 171-rewrite-query-engine-in-rust branch from c4995f5 to ec2070a Compare October 9, 2024 11:17
@JabobKrauskopf
Copy link
Member Author

There are still some TODO comments in the code. Those are supposed to be there and will be fixed after my vacation. See #165

MarIniOnz
MarIniOnz previously approved these changes Oct 9, 2024
Copy link
Contributor

@MarIniOnz MarIniOnz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could not be of much help, but did not find any clear typo (did not do much more than skimming to be honest).

Copy link
Contributor

@LauraBoenchenLB LauraBoenchenLB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few comments, more questions than anything else :)

Copy link
Contributor

@LauraBoenchenLB LauraBoenchenLB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job!! SO EXCITED TO TRY THIS OUT 🦭

Copy link
Contributor

@MarIniOnz MarIniOnz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rusty seal for you!
DALLE2024-10-1010 45 57-Acutesealworkingonanenginegivingathumbs-uptoacamerabuttheentirescenelooksrustyandwornout Thesealandtheengineappearrusty-ezgif com-webp-to-jpg-converter

@JabobKrauskopf JabobKrauskopf merged commit ef09e2e into epic/165-query-engine-refactor-1 Oct 10, 2024
0 of 6 checks passed
@JabobKrauskopf JabobKrauskopf deleted the 171-rewrite-query-engine-in-rust branch October 10, 2024 09:12
JabobKrauskopf added a commit that referenced this pull request Oct 11, 2024
JabobKrauskopf added a commit that referenced this pull request Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rewrite Query Engine in Rust
3 participants