Closed haberdashPI closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
1447160
) 95.97% compared to head (fa25548
) 96.01%.:exclamation: Current head fa25548 differs from pull request most recent head fa980fd. Consider uploading reports for the commit fa980fd to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
A bug in detecting anonymous types meant that Pluto workspace defined structs generated a different hash id each time the cell was updated. This ensures a stable ID for pluto-defined structs, and improves type-name validation.
For details see #41