Skip to content

draft: anna v2 #1039

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

Draft
wants to merge 1,101 commits into
base: main
Choose a base branch
from
Draft

draft: anna v2 #1039

wants to merge 1,101 commits into from

Conversation

zzlk
Copy link
Contributor

@zzlk zzlk commented Jan 23, 2024

No description provided.

MingweiSamuel and others added 30 commits June 6, 2023 09:31
…ydro-project#755)

* Adds `tokio` for `#[tokio::test]`.
* Adds `async_std` for `#[async_std::test]`.
* Adds `hydroflow` for `#[hydroflow::test]`.
* Adds `env_logging` for `env_logger` registering.
* Adds `env_tracing` for `EnvFilter` `FmtSubscriber` `tracing`.

BREAKING CHANGE: `default` is renamed to `test` (for `#[test]`)
…t#761)

BREAKING CHANGE: Renames `Immut` to `Point`.
…, constructors now take `Option`s 2/4 (hydro-project#763)

BREAKING CHANGE: `Bottom` renamed to `WithBot`, `Top` renamed to
`WithTop`, `new()` constructors now takes `Option<T>` instead of `T`.
…t#763)

Is confusing, probably not what users want.

BREAKING CHANGE: Removed `Default` impl from `WithTop`, use `WithTop::new(None)` instead.
…ice_from` (hydro-project#765)

BREAKING CHANGE: `ConvertFrom::from` renamed to `LatticeFrom::lattice_from` to better reflect its usage.
…o-project#766)

Also adds `test::check_lattice_bot` (inlcluded in `test::check_all`) and `test::check_lattice_top` (NOT in `check_all`)

BREAKING CHANGE: `test::check_all` has new `T: IsBot` trait bound.
…dro-project#772)

- Use `()` provenance for `kvs_bench` example.

BREAKING CHANGE: `Point` added `Provenance` generic param.
* docs: fix quickstart code and get mermaid to match
* docs: minor cleanup to syntax section
Use a lighter shade of blue and yellow, and dark text.

Fixes: hydro-project#737
…ro-project#775)

* feat: add persist_mut and persist_mut_keyed

* update: change 'mut to 'mutable

* update: address comments

* update: fix snapshot tests

* update: remove unused snapshot files
MingweiSamuel and others added 17 commits January 9, 2024 12:28
…oject#1026)

* fix: lattice ops are monotone and return stream of lattices

* fix: remove trailing whitespace

* fix: remove warnings from unused tees in topolotree

* fix: avoid error message in test

* fix: set `flow_prop_fn` properly in `_lattice_fold_batch.rs`

* fix: test_lattice_join_fused_join_map_union now checks assertions
…#1035)

I'll follow this up with a unit test for this, but want to get this fixed ASAP first.
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.

5 participants