magnusmanske / magnusmanske/gff_diff
gff_diff apollo flag
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
when running gff_diff with Apollo flag it returns
[src/bin/gff_diff.rs:59] apollo_diff(files[0].clone(), apollo_file) = Object(
Object {
store: [
(
"changes",
Array(
[],
),
0,
0,
),
],
},
)
without the flag it prints both Apollo and original GFF in JSON format
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at src/bin/gff_diff.rs:59 and reproduce the output with and without the Apollo flag using the GFF files from the issue. Trace apollo_diff and determine why the flagged run produces an empty changes object; done means the Apollo path reports the expected JSON diff consistently with the non-flagged output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100