-
Notifications
You must be signed in to change notification settings - Fork 411
Bindings Updates for #649 #721
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
Merged
TheBlueMatt
merged 25 commits into
lightningdevkit:main
from
TheBlueMatt:2020-09-649-bindings
Nov 12, 2020
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
8b8a97c
Add README note about key validity assertions at the FFI boundary
TheBlueMatt 16b9309
Support `use ident;` in bindings
TheBlueMatt b7f7aba
[bindings] Push generic resolution into maybe_resolve_path
TheBlueMatt 8a2513f
[bindings] Push generic resolution into resolve_path
TheBlueMatt fe279c4
[bindings] Include a GenericTypes context in more places
TheBlueMatt a1d0dde
[bindings] Use == null() instead of is_null() to avoid ambiguity
TheBlueMatt 36e7328
Ignore cbindgen version in latest-bindings-in-git check.
TheBlueMatt 0719f9a
[bindings] Add support for `Option<T>` where T is a mapped trait
TheBlueMatt d9a38d1
[bindings] Give Transaction objects a buffer-is-owned flag.
TheBlueMatt a14e63e
[bindings] Support mapping slices which contain tuples (with refs)
TheBlueMatt bb4115e
[bindings] Avoid guessing whether resolved type is a ref in blocks
TheBlueMatt eb7faa8
[bindings] Remove some uneccessary no-multi-ident path restrictions
TheBlueMatt 00fb152
[bindings] Handle ::-prefixed paths in a few places
TheBlueMatt 4d0cf68
[bindings] Handle type X = Y aliasing in type resolution
TheBlueMatt 6df3aa7
[bindings] Drop one static-lifetime restriction and check success
TheBlueMatt 2342550
Move a struct in bindings up to define it before it is used
TheBlueMatt a5e7671
Update bindings demo apps for new code upstream
TheBlueMatt 353e29a
Drop the now-unused usizeslice bindings struct
TheBlueMatt d773151
Update bindings to latest upstream code
TheBlueMatt 35e48cf
[bindings] Use enum to describe deref'ing needed for Option<> inners
TheBlueMatt e12215c
[bindings] Use the same SipHash keys to make C++ header stable
TheBlueMatt 65884ff
[bindings] Fix typo in opaque struct docs found by Val
TheBlueMatt 2d0cdbd
[bindings] Un-Box Tuple mapping
TheBlueMatt 7e18104
Update demo.cpp for new tuple code
TheBlueMatt 5988789
[bindings] update generated code
TheBlueMatt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.