Tensegritics / Tensegritics/ClojureDart
Dart 3
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 1.6k
- Forks
- 119
- PR merge metrics
- No merged PRs in 30d
Description
https://medium.com/dartlang/dart-3-alpha-f1458fb9d232
We need support to create records, and have it participate in core protocols. #dart (...) for syntax ?
We don't need to support pattern matching.
Class modifiers:
No modifier: Mostly as today where the class or mixin has no restrictions, except that we no longer allow a class to be used as a mixin by default.
So we have to make sure our mixins are declared as pure mixins and not classes.
We should ensure that we don't use any of the things removed https://github.com/dart-lang/sdk/issues/49529
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 with the linked Dart 3 announcement and SDK issue, then inspect the project for mixins and APIs removed in Dart 3. Done means records participate in core protocols, mixins use the required declarations, and the project avoids removed features without adding pattern matching.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure, dart
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100