This release fixes issues for SREs watching stability and regressions.
Published 6d
Developer Productivity
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai-coding-assistant
archetype
ast-analysis
claude-code
claude-plugin
code-conventions
+12 more
code-review
code-style
developer-tools
javascript
linter
mcp
mcp-server
prompt-engineering
python
ruby
rails
typescript
Summary
AI summaryFixed constant path extraction to work across Ruby prism versions, preventing ambiguous references in CI.
Full changelog
Fixed
- Constant paths are extracted portably across prism versions. Ruby 3.3's bundled prism
(0.19) drops the root anchor fromConstantPathNode#full_name, so a::Auditreference read
back as bareAuditand the lexical resolver treated an absolute reference as ambiguous — a
CI-only failure the local prism 1.9 never showed. The dump now walks the path segments itself
(keeping the::anchor on every version) and returns nil for dynamic parents (self::FOO)
instead of stringifying them.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Chameleon
All releases →Beta — feedback welcome: [email protected]