-
Notifications
You must be signed in to change notification settings - Fork 303
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
Support inserting arbitrary Dart code; Support disabling default Hash/Eq generation #1860
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1860 +/- ##
==========================================
- Coverage 99.26% 93.23% -6.04%
==========================================
Files 366 366
Lines 15321 15230 -91
==========================================
- Hits 15208 14199 -1009
- Misses 113 1031 +918 ☔ View full report in Codecov by Sentry. |
# Conflicts: # frb_example/pure_dart_pde/lib/src/rust/frb_generated.dart # frb_example/pure_dart_pde/rust/src/frb_generated.rs
# Conflicts: # frb_codegen/src/library/codegen/ir/pack.rs # frb_codegen/src/library/codegen/parser/mod.rs
Changes
fix (partially) #1850
Checklist
./frb_internal precommit --mode slow
(orfast
) is run (it internal runs code generator, does auto formatting, etc)../website
folder) are updated.Remark for PR creator
./frb_internal --help
shows utilities for development.