deps(deps): bump Swatinem/rust-cache from 42dc69e1aa15d09112580998cf2ef0119e2e91ae to e18b497796c12c097a38f9edb9d0641fb99eee32#3
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
8491a9b to
1a9f739
Compare
1e17411 to
afa5796
Compare
DrunkOnJava
added a commit
that referenced
this pull request
Apr 21, 2026
Hex-dumped all 32 filtered ArcWall (tag 0x0191) records on Einhoven Partitions/5. Wire format is fully deterministic. Standard ArcWall record (292 B singleton, 568 B pair): +0x00 u16 tag = 0x0191 +0x02 u16 filter_pad = 0x0000 +0x04 u32 fixed_header_0 = 0x00088004 (class-family marker) +0x08 u32 count_version = 1 for standard, 3 for compound +0x0c u32 type_code = 0x00000003 +0x10 u16 variant = 0x07fa standard, 0x0821 compound +0x12 f64 x 6 = 6 doubles of wall geometry +0x42 f64 x 6 = 6 doubles duplicate (diff coord system?) +0x72 u8 trailer = 0x03 Record-count breakdown of the 32 occurrences: - 1 index record (#0) : list of u32 IDs (manifest) - 3 metadata records (#1-#3): contain schema constants 0x576, 0x1d94 (same constants RE-14.1 found in HostObjAttr — cross-corpus coherence) - 2 compound walls (#12, #13): variant 0x0821, embedded openings - ~26 standard walls : variant 0x07fa, clean geometry Net: 28 architectural wall elements decodable on Einhoven directly. New hypotheses: H14 (0.95) — records are self-describing by tag + variant, fixed body per variant H15 (0.9) — constants 0x88004, 0x576, 0x1d94 are schema-family IDs stable across record types in the HostObj/ArcWall family H16 (0.75) — coord pairs = two 3D points (line-segment endpoints of wall centerline) Decisions: D19 — Build elements::decoders::arc_wall as first concrete decoder D20 — Build walker::iter_arc_walls() as RE-15 stand-in D21 — Wire ArcWallRecord to IFCWALL in exporter D22 — DEC-05 (IfcWall count > 0) is now unblocked Synthesis: reports/element-framing/RE-14.3-synthesis.md with full byte-level record layout, 10+ sample decodings, decoder sketch in Rust, hypothesis set, open questions (coord semantics, variant enum, wall-type lookup path). Next concrete step: implement arc_wall.rs decoder + test on 28 records + emit 28 IFCWALL entities via exporter.
756e98b to
183c57d
Compare
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 42dc69e1aa15d09112580998cf2ef0119e2e91ae to e18b497796c12c097a38f9edb9d0641fb99eee32. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@42dc69e...e18b497) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: e18b497796c12c097a38f9edb9d0641fb99eee32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
183c57d to
c515f77
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps Swatinem/rust-cache from 42dc69e1aa15d09112580998cf2ef0119e2e91ae to e18b497796c12c097a38f9edb9d0641fb99eee32.
Changelog
Sourced from Swatinem/rust-cache's changelog.
... (truncated)
Commits