Raku / Raku/whateverable

The world before --git-reference

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

Nobody has claimed this yet.

testneeded whateverable
Dominant language
Raku
Stars
19
Forks
16
PR merge metrics
No merged PRs in 30d

Description

See this rakudo commit: https://github.com/rakudo/rakudo/commit/75476dae5d28cfe87222852a1f0fff1fc454eb4e

In other words, if you want to build any version before 75476dae you will have to omit --git-reference argument.

I have added this to the build script:

if run ‘grep’, ‘-m1’, ‘-q’, ‘--’, ‘--git-reference’, ‘Configure.pl’ {
    @args.push: “--git-reference={GIT-REFERENCE}”
}

Hey, it's not stupid if it works.

But we still need to test it.

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

Start with the build script and inspect how it invokes Configure.pl, then compare behavior around Rakudo commit 75476dae. Test building a version before that commit without --git-reference and verify that newer versions still receive the argument.

Written by the indexing model from the issue text.

Assessment

Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.