Skip to content
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

🚀 Use dart_output when possible for the dart fix #2340

Merged
merged 5 commits into from
Oct 8, 2024

Conversation

AlexV525
Copy link
Contributor

@AlexV525 AlexV525 commented Oct 7, 2024

Changes

Fixes #2316
Fixes #2328

Checklist

  • An issue to be fixed by this PR is listed above.
  • New tests are added to ensure new features are working. Please refer to this page to see how to add a test.
  • ./frb_internal precommit --mode slow (or fast) is run (it internal runs code generator, does auto formatting, etc).
  • If this PR adds/changes features, documentations (in the ./website folder) are updated.
  • CI is passing. Please refer to this page to see how to solve a failed CI.

@AlexV525 AlexV525 changed the title Fix/dart command path 🚀 Use dart_output when possible for the dart fix Oct 7, 2024
Copy link
Owner

@fzyzcjy fzyzcjy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Only a nit

frb_codegen/src/library/codegen/polisher/mod.rs Outdated Show resolved Hide resolved
@AlexV525 AlexV525 marked this pull request as ready for review October 8, 2024 02:39
@AlexV525 AlexV525 requested a review from fzyzcjy October 8, 2024 02:39
Copy link
Owner

@fzyzcjy fzyzcjy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@fzyzcjy fzyzcjy merged commit 02916db into fzyzcjy:master Oct 8, 2024
135 checks passed
@AlexV525 AlexV525 deleted the fix/dart-command-path branch October 8, 2024 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v2.4.0 runs dart fix thus modifies codes not generated by frb
2 participants