You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix pre-existing CI failures on the snowflake branch lineage
These checks were already red on the base branch (lav-379-2-for-over-cursor),
inherited from the cursor/scripting/ACCOUNT commits — unrelated to ALTER STAGE,
but required for green CI on this PR:
- codestyle: run cargo fmt --all across the crate
- lint: collapse a match-in-match (parser scripting list), replace a forbidden
unreachable! in DESCRIBE object-type parsing with a parse error, and collapse
nested match arms in the warehouse/account tests
- docs: drop unresolved intra-doc link brackets in scripting-list doc comments
- compile-no-std: gate 'use alloc::vec' behind not(feature = std) in spans.rs
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments