Raku / Raku/whateverable

Releaseable using wrong URLs in "status" message

Open
#400 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue releasable
Dominant language
Raku
Stars
19
Forks
16
PR merge metrics
No merged PRs in 30d

Description

https://github.com/Raku/whateverable/blob/main/xbin/Releasable.p6#L223

Generates gists like https://gist.github.com/Whateverable/0e6ddedaa715a2cb0eebf0c5278016ec

Which have URLS like

https://github.com/rakudo/rakudo.git/commit.git/d6dda7eb4c5744cecaa10aefac81bd5eb1f44293

Which are incorrect - the '.git' doesn't resolve here - it only redirects to rakudo/rakudo if you end at rakudo/rakudo.git - if you add the commit after it, that no longer redirects and instead 404s.

Should be https://github.com/rakudo/rakudo/commit/d6dda7eb4c5744cecaa10aefac81bd5eb1f44293

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Inspect xbin/Releasable.p6 around line 223, then review the generated gist linked in the issue to trace how repository URLs are assembled. Update the status links so commit URLs omit the repository's .git suffix, and verify they resolve to the expected GitHub commit page.

Written by the indexing model from the issue text.

Assessment

Tech stack
git, github
Domain
backend, tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.