-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Dart] Feature tracking #2877
Comments
@dbrattli You may want to create a similar issue to track Python progress. This way users can easily see what's currently supported as we started publishing alpha releases of Snake Island. I also created a project here but maybe for now this kind of issue trackers are more convenient. We can go back to the project when users start reporting issues 👍 |
@alfonsogarciacaro Fixed a typo. |
Howdy! Cool project! Is this still being actively developed? |
@phrmoy I haven't used the dart target, but I think we are at a stage where it is for people to use it and report what is missing for their use cases, or making their life difficult with the target. Missing pieces in the list above don't preclude leveraging what is already shipping, AFAIU. |
Indeed, the project is in Beta
I didn't write the documentation for this target, because I don't know Dart and didn't have the time to learn it at the time. If someone want to steps in to help on it it would be of great help. Doing the documentation, also allows to raise strange behaviour like I did for Python. And can help, improving the consistency and stability of the target when maintainers steps in to fix them :) |
How does async not being ready really work? will async code just be sync, will it not work at all or something totally different? |
@marenovakovic In order to have We currently don't have an active maintainer for the If someone with Dart knowledge want to give it a try, we will welcome the PR and try to help where we can. Looking at how others target like JavaScript, Python or Rust implements would be a good starting point. |
I see. Thank you. I'll take a look at it soon and maybe even create MR, who knows 😀 |
Feature tracking issue for
Dart
language support:(see #2703 for Rust)
Fable2Dart
:fable-library-dart
The text was updated successfully, but these errors were encountered: