extendr / rextendr

An R package that helps scaffolding extendr-enabled packages or compiling Rust code dynamically
https://extendr.github.io/rextendr/
Other
174 stars 25 forks source link

Snapshot tests embed unpinned package versions #330

Closed Ilia-Kosenkov closed 5 months ago

Ilia-Kosenkov commented 6 months ago

Check this output of failed CIs. Snapshot functions have transform parameter, which is a function applied to snapshot text. You can use regex to match versions and replace them with placeholders to make snapshots deterministic.

image

https://github.com/extendr/rextendr/actions/runs/7359908400

Ilia-Kosenkov commented 6 months ago

@JosiahParry , cannot assign you directly yet, so just pinging.