Tensegritics / Tensegritics/ClojureDart

Dart 3

Open
#190 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dart 3 enhancement
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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.