ruby-ast 2.4.2-1 source package in Ubuntu
Changelog
ruby-ast (2.4.2-1) unstable; urgency=medium
* New upstream release.
* Set field Upstream-Contact in debian/copyright.
* Remove obsolete field Contact from debian/upstream/metadata (already present
in machine-readable debian/copyright).
* Apply multi-arch hints.
+ ruby-ast: Add Multi-Arch: foreign.
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on gem2deb.
* Update standards version to 4.6.2, no changes needed.
* Update copyright dates.
* Drop obsolete fields XS-Ruby-Versions and XB-Ruby-Versions.
* Indicate that d/p/01-disable-bacon-colored-output-in-tests.diff patch
doesn't require to be forwarded upstream.
* Update d/watch file.
-- Miguel Landaeta <email address hidden> Tue, 05 Dec 2023 21:45:32 +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 | |
|---|---|---|---|---|
| Plucky | release | universe | misc | |
| Oracular | release | universe | misc | |
| Noble | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| ruby-ast_2.4.2-1.dsc | 2.0 KiB | 24a8654b0dc662cd94e811cbb3fdb1a9164d6c1aac9cac129519a7d4a9f7ac9a |
| ruby-ast_2.4.2.orig.tar.gz | 11.3 KiB | e3fbf580fb2139b0c0751594ba660ecb222de3786486355d59254b8ff424036f |
| ruby-ast_2.4.2-1.debian.tar.xz | 3.1 KiB | 1ddd8ab956e336b7c06e2ee857b3a072b3114ae1a52b5070175a2fe1aaba7791 |
Available diffs
- diff from 2.4.1-1 to 2.4.2-1 (2.9 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.
