JuliaDiff / JuliaDiff/ChainRules.jl
`allequal` Compat issue with recent commit?
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 475
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
At least for me, ChainRules failed to build on Julia v1.7.1 after pulling the latest changes from #597 last night. The error messages (sorry I didn't copy) mentioned that the recently added Base.allequal (julia #43354) is unrecognized. Possibly an issue with Compat controls, related to this comment in the PR? @mcabbott @niklasschmitz @mzgubic
Maybe it's just me, sorry to bother if so. I took this as a sign I should build v1.7.2
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 by reproducing the ChainRules build failure on Julia v1.7.1 after the changes from issue #597, focusing on the missing Base.allequal error and Compat controls. The original report does not name affected files or tests; done means identifying whether the compatibility configuration causes the build failure and confirming a successful build on the affected Julia version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100