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 for inline arrays in structs #542

Closed
mannprerak2 opened this issue Jun 18, 2020 · 6 comments · Fixed by dart-archive/ffigen#206
Closed

Support for inline arrays in structs #542

mannprerak2 opened this issue Jun 18, 2020 · 6 comments · Fixed by dart-archive/ffigen#206
Labels
package:ffigen type-enhancement A request for a change that isn't a bug

Comments

@mannprerak2
Copy link
Contributor

mannprerak2 commented Jun 18, 2020

Waiting on support for inline arrays in Structs in dart:ffi.
Currently, we generate Array helpers as a workaround (Use array-workaround: true to enable), this will be replaced when proper inline
array support arrives.

@dcharkes dcharkes added the waiting-on-dart-ffi Issues which are blocked by lacking suppport in dart:ffi label Aug 11, 2020
@Sunbreak
Copy link
Contributor

inline arrays in Structs is done. Cheers!

@dcharkes
Copy link
Collaborator

We'll need to wait till the first dev-release (currently 2.13.0-59.0.dev) after Version 2.13.0-73.0.dev.

@dcharkes
Copy link
Collaborator

This feature is available in beta now 2.13.0-211.6.beta.

@dcharkes dcharkes added type-enhancement A request for a change that isn't a bug and removed waiting-on-dart-ffi Issues which are blocked by lacking suppport in dart:ffi labels Apr 16, 2021
@dcharkes
Copy link
Collaborator

We can remove our array workaround now 👌

@mannprerak2
Copy link
Contributor Author

I'll try to make a PR soon.

@dcharkes
Copy link
Collaborator

No rush, Dart 2.13 is still in beta.

@liamappelbe liamappelbe transferred this issue from dart-archive/ffigen Nov 15, 2023
parlough pushed a commit to parlough/native that referenced this issue Apr 8, 2024
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@ac59398...8f4b7f8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:ffigen type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants