Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main' into anna_v2
Browse files Browse the repository at this point in the history
# Conflicts:
#	hydroflow_lang/src/graph/ops/state.rs
  • Loading branch information
rohitkulshreshtha committed Sep 26, 2024
2 parents 789ed17 + d83cb83 commit ba59537
Show file tree
Hide file tree
Showing 80 changed files with 1,037 additions and 936 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ jobs:
run: curl -LsSf https://get.nexte.st/latest/windows-tar | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin

- name: Run cargo nextest on all targets
run: cargo nextest run --no-fail-fast --features python --all-targets
run: cargo nextest run --no-fail-fast --features python --features deploy --all-targets

- name: Run doctests
run: cargo test --no-fail-fast --features python --doc
run: cargo test --no-fail-fast --features python --features deploy --doc

- name: Install Python
uses: actions/setup-python@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
hydroflow hydroflow_lang hydroflow_macro hydroflow_plus
hydroflow_datalog hydroflow_datalog_core
hydro_deploy hydro_cli hydroflow_deploy_integration
hydroflow_plus_deploy
stageleft stageleft_macro stageleft_tool
multiplatform_test
env:
Expand Down
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,4 @@
"files.watcherExclude": {
"**/target": true
},
"rust-analyzer.cargo.features": [
"python"
]
}
31 changes: 16 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ members = [
"hydro_deploy/hydro_cli",
"hydro_deploy/hydro_cli_examples",
"hydro_deploy/hydroflow_deploy_integration",
"hydro_deploy/hydroflow_plus_deploy",
"hydroflow",
"hydroflow_datalog",
"hydroflow_datalog_core",
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/hydroflow_plus/quickstart/clusters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To deploy this application, we must set up the Hydro Deploy configuration as bef
use std::cell::RefCell;

use hydro_deploy::{Deployment, HydroflowCrate};
use hydroflow_plus_deploy::TrybuildHost;
use hydroflow_plus::deploy::TrybuildHost;

#[tokio::main]
async fn main() {
Expand Down
1 change: 0 additions & 1 deletion hydro_deploy/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ tempfile = "3.0.0"
tokio = { version = "1.29.0", features = [ "full" ] }
tokio-stream = { version = "0.1.3", default-features = false }
tokio-util = { version = "0.7.5", features = [ "compat", "io-util" ] }

Loading

0 comments on commit ba59537

Please sign in to comment.