Mingwei Samuel
Mingwei Samuel
they will eventually be removed and replaced with https://github.com/rust-lang/rust/issues/87121 (which doesn't work yet)
For now, to compile in release mode you must manually provide the appropriate rustc flags. I'm going to leave supporting Cargo profiles to a later PR, that requires much more...
Are they equivalent?
Like stageleft, particularly topolotree and maybe the datalog engine, should be cut out into their own repositories and should consume pinned versions of hydro (updating on release, perhaps, to prevent...
Driven by hydroflow+ / flo-semantics requirements - [x] #1585 Add flo syntax/syntax checks (#1507 #1513) - [x] #1580 - [x] #1692 - [x] #1612 / #1725 - [x] #1731 /...
Right now you can specify `'static` on the input, which allows for replay. Replay is suspicious.
- [ ] bounded vs unbounded (easy) - [ ] owned/ref - do we want to use actual `&` refs within loop DAGs - [ ] iterated/materialized (tbd) - [...