Skip to content

Commit

Permalink
Merge pull request #1 from mannprerak2/mannprerak2-patch-1
Browse files Browse the repository at this point in the history
Update data.dart
  • Loading branch information
mannprerak2 authored Nov 20, 2023
2 parents f04c464 + 9151aac commit 15fa9ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/ffigen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 10.1.0
## 11.0.0

- Any compiler errors/warnings in source header files will now result in
bindings to **not** be generated by default, since it may result in invalid
Expand Down
2 changes: 1 addition & 1 deletion pkgs/ffigen/lib/src/header_parser/data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ObjCBuiltInFunctions get objCBuiltInFunctions => _objCBuiltInFunctions;
late ObjCBuiltInFunctions _objCBuiltInFunctions;

/// Tracks if any source error/warning has occured which can potentially cause
/// invalid generated bindings.
/// invalid generated bindings.
bool hasSourceErrors = false;

void initializeGlobals({required Config config}) {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/ffigen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# BSD-style license that can be found in the LICENSE file.

name: ffigen
version: 10.1.0
version: 11.0.0
description: >
Generator for FFI bindings, using LibClang to parse C, Objective-C, and Swift
files.
Expand Down

0 comments on commit 15fa9ec

Please sign in to comment.