degrees ring not being cached appropriately
Open
Nobody has claimed this yet.
Core
- Dominant language
- Macaulay2
- Stars
- 435
- Forks
- 297
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 11
Description
The following assertion fails. These should be the same rings.
R = ZZ/101[a]
degreesRing R
degreesRing 1
assert(degreesRing R === degreesRing 1) -- fails
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 degreesRing assertion in the Macaulay2 environment and trace the degreesRing entry point and its caching behavior. The fix is complete when degreesRing R and degreesRing 1 return the same ring for the example, with a regression test covering the assertion.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100