dfinity / dfinity/icskills

migrating-motoko: moc >= 1.2.0 floor is inconsistent with the features its examples use

Open Beginner friendly
#292 1 comment 0 reactions 0 assignees View on GitHub

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:5compatibility: "moc >= 1.2.0, core >= 2.5.0".
  • Its examples use contextual dot notation on core types (:54 old.state.toFloat(), :111 old.tasks.map<...>), a feature set skills/motoko/SKILL.md:5 ties to moc >= 1.7.0.

The declared floor should match what the example code actually requires.

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.