Mingwei Samuel
Mingwei Samuel
https://lucumr.pocoo.org/2025/3/27/any-upcast/ https://github.com/rust-lang/rust/issues/65991 Release 1.86: https://github.com/rust-lang/rust/issues/138795
refactor(dfir_lang)!: combine `persist` with `persist_mut`, `persist_keyed` with `persist_mut_keyed`
What is supported and how can we support more? - lattice properties: associativity, commutativity, idempotence - group properties: inverse, identity - distributivity (semirings, operator pairwise) What properties can be tracked...
> It might be nice to have a slightly different syntax to distinguish windowing / un-windowing operators, but this is fine for now. _Originally posted by @shadaj in https://github.com/hydro-project/hydro/pull/1725#discussion_r1972583489_
#1500
https://github.com/hydro-project/hydro/actions/workflows/build-cli.yml linux-cross (aarch64-unknown-linux-gnu, aarch64) ```sql warning: [email protected]: In file included from /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/pregenerated/chacha-armv8-linux64.S:4:0: warning: [email protected]: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/include/ring-core/asm_base.h:73:2: error: #error "ARM assembler must define __ARM_ARCH" warning: [email protected]: #error "ARM assembler must define __ARM_ARCH"...
Un-windowing operator which takes only items produced on the final iteration of the loop block
Would be faster than doing them in sequence from #1800 Perhaps should be part of VM setup config instead of `TracingOptions`