Skip to content

deps(deps): bump Swatinem/rust-cache from 42dc69e1aa15d09112580998cf2ef0119e2e91ae to e18b497796c12c097a38f9edb9d0641fb99eee32#3

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/Swatinem/rust-cache-e18b497796c12c097a38f9edb9d0641fb99eee32
Open

deps(deps): bump Swatinem/rust-cache from 42dc69e1aa15d09112580998cf2ef0119e2e91ae to e18b497796c12c097a38f9edb9d0641fb99eee32#3
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/Swatinem/rust-cache-e18b497796c12c097a38f9edb9d0641fb99eee32

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps Swatinem/rust-cache from 42dc69e1aa15d09112580998cf2ef0119e2e91ae to e18b497796c12c097a38f9edb9d0641fb99eee32.

Changelog

Sourced from Swatinem/rust-cache's changelog.

Changelog

2.9.1

  • Fix regression in hash calculation

2.9.0

  • Update to node24
  • Support running from within a nix shell
  • Consider all installed toolchains for cache key
  • Use case-insensitive comparison to determine exact cache hit

2.8.2

  • Don't overwrite env for cargo-metadata call

2.8.1

  • Set empty CARGO_ENCODED_RUSTFLAGS when retrieving metadata
  • Various dependency updates

2.8.0

  • Add support for warpbuild cache provider
  • Add new cache-workspace-crates feature

2.7.8

  • Include CPU arch in the cache key

2.7.7

  • Also cache cargo install metadata

2.7.6

  • Allow opting out of caching $CARGO_HOME/bin
  • Add runner OS in cache key
  • Adds an option to do lookup-only of the cache

2.7.5

  • Support Cargo.lock format cargo-lock v4
  • Only run macOsWorkaround() on macOS

2.7.3

  • Work around upstream problem that causes cache saving to hang for minutes.

... (truncated)

Commits

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 20, 2026

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot changed the title chore(ci)(deps): bump Swatinem/rust-cache from 42dc69e1aa15d09112580998cf2ef0119e2e91ae to e18b497796c12c097a38f9edb9d0641fb99eee32 deps(deps): bump Swatinem/rust-cache from 42dc69e1aa15d09112580998cf2ef0119e2e91ae to e18b497796c12c097a38f9edb9d0641fb99eee32 Apr 20, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/Swatinem/rust-cache-e18b497796c12c097a38f9edb9d0641fb99eee32 branch from 8491a9b to 1a9f739 Compare April 20, 2026 15:15
@dependabot dependabot Bot requested a review from DrunkOnJava as a code owner April 20, 2026 15:15
@dependabot dependabot Bot force-pushed the dependabot/github_actions/Swatinem/rust-cache-e18b497796c12c097a38f9edb9d0641fb99eee32 branch 15 times, most recently from 1e17411 to afa5796 Compare April 21, 2026 12:47
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.
@dependabot dependabot Bot force-pushed the dependabot/github_actions/Swatinem/rust-cache-e18b497796c12c097a38f9edb9d0641fb99eee32 branch 6 times, most recently from 756e98b to 183c57d Compare April 25, 2026 12:13
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>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/Swatinem/rust-cache-e18b497796c12c097a38f9edb9d0641fb99eee32 branch from 183c57d to c515f77 Compare April 25, 2026 12:36
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.

0 participants