ruby-ast 2.4.3-1 source package in Ubuntu
Changelog
ruby-ast (2.4.3-1) unstable; urgency=medium * Team upload * New upstream release * Drop patch replace-bacon, merged upstream * Update d/ruby-tests.rake -- Blair Noctis <email address hidden> Wed, 19 Mar 2025 18:54:15 +0000
Upload details
- Uploaded by:
- Debian Ruby Extras Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Ruby Extras Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Resolute | release | universe | misc | |
| Questing | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| ruby-ast_2.4.3-1.dsc | 1.4 KiB | 88d30b646fe7a41ad135be8a171cc8f21776815090c0e4c6744ced94ac0ab145 |
| ruby-ast_2.4.3.orig.tar.gz | 11.3 KiB | 8919d4ea03c0f16b30fdd6474f8afd7a4c71267ae54730376d27063d93d6cba5 |
| ruby-ast_2.4.3-1.debian.tar.xz | 3.0 KiB | e0a3337a3dd5963db54fcbb900b95a18c7f1ad89dd1b0a76d4b49ddf5e49fe7b |
Available diffs
- diff from 2.4.2-1 to 2.4.3-1 (5.8 KiB)
No changes file available.
Binary packages built by this source
- ruby-ast: Ruby library for working with abstract syntax trees
ast embraces immutability; each AST node is inherently frozen at
creation, and updating a child node requires recreating that node
and its every parent, recursively.
.
This is a design choice. It does create some pressure on
garbage collector, but completely eliminates all concurrency
and aliasing problems.
.
See also AST::Node, AST::Processor::Mixin and AST::Sexp classes for
additional recommendations and design patterns.
