migrating-motoko: moc >= 1.2.0 floor is inconsistent with the features its examples use
Open
Beginner friendly
Nobody has claimed this yet.
generated
- Dominant language
- Python
- Stars
- 35
- Forks
- 13
- Avg merge
- 19h 10m
- Merged PRs (30d)
- 22
Description
skills/migrating-motoko/SKILL.md:5—compatibility: "moc >= 1.2.0, core >= 2.5.0".- Its examples use contextual dot notation on core types (
:54old.state.toFloat(),:111old.tasks.map<...>), a feature setskills/motoko/SKILL.md:5ties to moc >= 1.7.0.
The declared floor should match what the example code actually requires.
Contributor guide
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 with skills/migrating-motoko/SKILL.md:5 and compare its declared moc floor with the feature guidance in skills/motoko/SKILL.md:5. Check the examples at lines 54 and 111, then update the compatibility floor so it matches their contextual dot notation requirements. Done means the declaration no longer permits a moc version below the version required by the examples.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100