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

Bump ffigen from 7.2.11 to 8.0.2 #5

Open
wants to merge 109 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2023

Bumps ffigen from 7.2.11 to 8.0.2.

Changelog

Sourced from ffigen's changelog.

8.0.2

  • Fixed invalid code generated due to zero-length arrays in structs/union.

8.0.1

  • Fixed invalid code generated due to anonymous structs/unions with unsupported types.

8.0.0

  • Stable release for Dart 3.0 with support for class modifers, variadic arguments, and @Natives.

8.0.0-dev.3

  • Added support for variadic functions using config functions -> variadic-arguments.

8.0.0-dev.2

  • Use @Native syntax instead of deprecated @FfiNative syntax.

8.0.0-dev.1

  • Fix invalid struct/enum member references due to multiple anonymous struct/enum in a declaration.

8.0.0-dev.0

  • Adds final class modifier to generated sub types Struct, Union and Opaque. A class modifier is required in Dart 3.0 because the classes dart:ffi as marked base. When migrating a package that uses FFIgen, and exposes the generated code in the public API of the package, to Dart 3.0, that package does not need a major version bump. Sub typing Struct, Union and Opaque sub types is already disallowed by dart:ffi pre 3.0, so adding the final keyword is not a breaking change.
  • Bumps SDK lowerbound to 3.0.
Commits
  • cccc649 Fixed invalid code generated due to zero-length arrays in structs/union. (#575)
  • 7f6ebf2 Set SDK version to 3.0 stable (#573)
  • fcd6138 Fix invalid code generated due to anoymous structs/unions (#572)
  • e585f01 Add the ability to get a pointer to an objective C object (#568)
  • 8e681c8 Bump version to 8.0.0 stable (#566)
  • 5158099 Add topics in pubspec.yaml (#567)
  • 3234bc8 Bump coverallsapp/github-action from 2.0.0 to 2.1.2 (#564)
  • 3296739 Bump actions/checkout from 3.5.0 to 3.5.2 (#563)
  • 4a66b9a Support for generating Variadic functions (#515)
  • aad4638 Use @Native syntax (#562)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels May 16, 2023
@github-actions github-actions bot added Stale and removed Stale labels May 30, 2023
@github-actions github-actions bot added Stale and removed Stale labels Jun 14, 2023
@github-actions github-actions bot added Stale and removed Stale labels Jun 29, 2023
@github-actions github-actions bot added Stale and removed Stale labels Jul 15, 2023
@github-actions github-actions bot added Stale and removed Stale labels Jul 31, 2023
@github-actions github-actions bot added Stale and removed Stale labels Aug 16, 2023
@github-actions github-actions bot added the Stale label Aug 31, 2023
@github-actions github-actions bot removed the Stale label Sep 1, 2023
@github-actions
Copy link

github-actions bot commented Oct 1, 2023

This pull request has been marked as stale because it has no activity recently.
Please remove the 'stale' label, comment or push new commits to unstall the pull request.

@github-actions github-actions bot added the Stale label Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant