Skip to content

Datetime::Math:ver<0.6.2> typo in source-url #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
hythm7 opened this issue Oct 7, 2022 · 4 comments
Open

Datetime::Math:ver<0.6.2> typo in source-url #8

hythm7 opened this issue Oct 7, 2022 · 4 comments

Comments

@hythm7
Copy link

hythm7 commented Oct 7, 2022

wget source-url gives 404 error because it contains Datetime instead of DateTime.

@hythm7 hythm7 closed this as completed Oct 8, 2022
@hythm7 hythm7 reopened this Oct 8, 2022
@hythm7
Copy link
Author

hythm7 commented Oct 8, 2022

Sorry. Closed by mistake. Reopened.

@hythm7
Copy link
Author

hythm7 commented Oct 8, 2022

same issue with sortuk.

@hythm7
Copy link
Author

hythm7 commented Oct 8, 2022

Universal::Errno as well.

@lizmat
Copy link
Collaborator

lizmat commented Feb 10, 2025

I finally got bitten by this myself with Ecosystem::Cache. This affects 7 distributions at the moment:

  • CSV-Autoclass:ver<0.2.0>:authzef:tbrowder:api<2>
  • Config::Ini:ver<1.1>:authzef:raku-community-modules
  • Datetime::Math:ver<0.6.2>:authzef:raku-community-modules
  • Net::Ftp:ver<0.1.0>:authgithub:araraloren
  • Net::OSC:ver<0.2.2>:authgithub:samgwise
  • Universal::Errno:ver<1.0.0>:authzef:Garlandg
  • Webservice::Lastfm:ver<0.0.1>:authgithub:avuserow

The problem is that there were modules "before" these with the same basename, but with different casing. And since the REA is fed by code running on MacOS with a case insensitive file system, it could not create directories with different casing.

I've been thinking about fixes, but all of them would adversely affect workflows (at least temporarily), so I think I will be fixing these "manually". And make sure that the harvester adapts any download paths to the casing of the directory name, so we won't have this issue in the future anymore.

lizmat added a commit that referenced this issue Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants