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

Support map and set #1565

Merged
merged 90 commits into from
Jan 3, 2024
Merged

Support map and set #1565

merged 90 commits into from
Jan 3, 2024

Conversation

fzyzcjy
Copy link
Owner

@fzyzcjy fzyzcjy commented Dec 31, 2023

Changes

Close #1564

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.

Remark for PR creator

  • ./frb_internal --help shows utilities for development.
  • If fzyzcjy does not reply for a few days, maybe he just did not see it, so please ping him.

@fzyzcjy
Copy link
Owner Author

fzyzcjy commented Dec 31, 2023

Depend on: shekohex/allo-isolate#54

Copy link

codecov bot commented Dec 31, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (10e7229) 99.21% compared to head (3bd6c57) 99.21%.
Report is 19 commits behind head on master.

Files Patch % Lines
..._codegen/src/library/codegen/ir/ty/general_list.rs 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1565      +/-   ##
==========================================
- Coverage   99.21%   99.21%   -0.01%     
==========================================
  Files         343      342       -1     
  Lines       13338    13423      +85     
==========================================
+ Hits        13233    13317      +84     
- Misses        105      106       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fzyzcjy fzyzcjy mentioned this pull request Jan 1, 2024
5 tasks
@fzyzcjy fzyzcjy marked this pull request as ready for review January 1, 2024 13:52
@fzyzcjy
Copy link
Owner Author

fzyzcjy commented Jan 1, 2024

Will merge after shekohex/allo-isolate#54 and upstream release is done

(the failed CI is because of temporary change of allo-isolate dependency)

fzyzcjy and others added 9 commits January 2, 2024 21:36
# Conflicts:
#	frb_rust/src/misc/into_into_dart.rs
# Conflicts:
#	frb_example/pure_dart/lib/src/rust/frb_generated.dart
#	frb_example/pure_dart/lib/src/rust/frb_generated.io.dart
#	frb_example/pure_dart/lib/src/rust/frb_generated.web.dart
#	frb_example/pure_dart/rust/src/frb_generated.io.rs
#	frb_example/pure_dart/rust/src/frb_generated.rs
#	frb_example/pure_dart/rust/src/frb_generated.web.rs
@fzyzcjy fzyzcjy merged commit 2e198ec into master Jan 3, 2024
1 check passed
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.

Support maps and sets
1 participant