-
Notifications
You must be signed in to change notification settings - Fork 300
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 isize
(mimic existing usize
)
#1482
Conversation
Wait: shekohex/allo-isolate#53 |
This issue reminds me of |
@dbsxdbsx Ah yes, feel free to PR! (As I have probably said before, just |
This reverts commit f1a4a3295cb09dd3eee57097d9b2f0ddad83d23b.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1482 +/- ##
==========================================
+ Coverage 99.20% 99.22% +0.02%
==========================================
Files 341 341
Lines 13230 13230
==========================================
+ Hits 13125 13128 +3
+ Misses 105 102 -3 ☔ View full report in Codecov by Sentry. |
2e0e4d5
to
408fcfb
Compare
# Conflicts: # frb_example/pure_dart/frb_generated.h # frb_example/pure_dart/rust/src/frb_generated.io.rs
Changes
Please list issues fixed by this PR here, using format "Fixes #the-issue-number".
Checklist
./frb_example/pure_dart
example, more specifically,rust/src/api/whatever.rs
andtest/api/whatever_test.dart
../frb_internal precommit --mode slow
(orfast
) is run (it internal runs code generator, does auto formatting, etc)../website
folder) are updated../frb_internal something
commands shown in CI.)Remark for PR creator
./frb_internal --help
shows utilities for development.