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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support converting chrono::NativeDate to Dart #1833

Open
TrackerSB opened this issue Mar 24, 2024 · 3 comments 路 May be fixed by #1950
Open

Support converting chrono::NativeDate to Dart #1833

TrackerSB opened this issue Mar 24, 2024 · 3 comments 路 May be fixed by #1950
Labels
enhancement New feature or request

Comments

@TrackerSB
Copy link
Contributor

Recent updates of the dependency to allo-isolate introduced support chrono::NativeDate in FRB. However, when converting a Rust struct containing a field of type chrono::NativeDate a (working 馃憤馃徎) Dart class which extends from RustOpaque is generated.

Despite the fact that this should be enough to technically utilize the Dart class it would be much nicer if it generated a field of type DateTime instead of depending on RustOpaque. This enables quite more capabilities on the Dart side. In my case especially reflection.

@TrackerSB TrackerSB added the enhancement New feature or request label Mar 24, 2024
@fzyzcjy
Copy link
Owner

fzyzcjy commented Mar 24, 2024

Sure! Looking forward to reviewing and merging #1834 :)

@TrackerSB TrackerSB linked a pull request May 18, 2024 that will close this issue
5 tasks
Copy link

stale bot commented May 25, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label May 25, 2024
@TrackerSB
Copy link
Contributor Author

It is still currently worked on trying to keep up with resolving conflicts with origin/master and adapting to CI requirements.

@stale stale bot removed the wontfix This will not be worked on label May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants