Search Criteria
Package Details: ruby-dry-core 1.1.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/ruby-dry-core.git (read-only, click to copy) |
---|---|
Package Base: | ruby-dry-core |
Description: | A toolset of small support modules used throughout the dry-rb ecosystem |
Upstream URL: | https://github.com/dry-rb/dry-core |
Licenses: | MIT |
Submitter: | gromit |
Maintainer: | Auerhuhn |
Last Packager: | Auerhuhn |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2025-04-18 09:53 (UTC) |
Last Updated: | 2025-05-09 12:53 (UTC) |
Dependencies (11)
- ruby
- ruby-concurrent
- ruby-zeitwerk
- ruby-rdoc (make)
- ruby-activesupport (check)
- ruby-bundler (check)
- ruby-dry-inflectorAUR (check)
- ruby-rake (ruby-rake-12AUR) (check)
- ruby-rspec (check)
- ruby-activesupport (optional) – inflection backend (preferred)
- ruby-dry-inflectorAUR (optional) – inflection backend
Latest Comments
Auerhuhn commented on 2025-05-09 19:29 (UTC)
@blackthorne: Alright, thanks for clarifying!
blackthorne commented on 2025-05-09 19:08 (UTC) (edited on 2025-05-09 19:09 (UTC) by blackthorne)
@Auerhuhn
I marked the package as out of date because blau had reported that this PKGBUILD was broken on 4/24, with no update since then, and I emailed you at the email in your profile from the email listed in my profile (Subject: "Broken AUR PKGBUILD: ruby-dry-core") on 5/1 with no response. Thank you for fixing it!
Auerhuhn commented on 2025-05-09 13:11 (UTC) (edited on 2025-05-09 13:12 (UTC) by Auerhuhn)
@blau @blackthorne Fixed, thanks.
ruby-dry-struct
andruby-dry-monads
are no longer required for buildingruby-dry-types
orruby-dry-core
. Removed the circular dependency toruby-dry-types
, too. Theruby-super_diff
error is still present; it’s inruby-dry-monads
, thus unrelated to this package. Will try fixing it there. tl;dr-core
and-types
works now;-monads
not yet.@blackthorne If you want to report an issue, please use the comment section or email in the future. The Flag package out-of-date action is only for reporting upstream releases, not for reporting issues with the PKGBUILD.
blau commented on 2025-04-24 10:39 (UTC)
[BUG] Circular dependency & missing ruby-super_diff
Affected PKGBUILDs
- ruby-dry-core (latest: pkgver 1.1.0-1)
- ruby-dry-types (latest: pkgver 1.8.2-2)
Steps to reproduce
1.
yay -S ruby-dry-types
2. See “circular dependencies not allowed” errors for ruby-dry-core, dry-monads, dry-struct.
3.
yay -S ruby-dry-core
also errors out the opposite way.4. Additionally, both fail on missing
ruby-super_diff
.Actual result