-
Notifications
You must be signed in to change notification settings - Fork 115
Implement nested composition of FromLuaMulti #287
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
Closed
Closed
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
69dcece
Implement nested composition of FromLuaMulti
Caellian 16d519b
Make Variadic stop collecting on error
Caellian ce0232e
Allow FromLuaMulti values in Variadic
Caellian b61c703
Support Option<FromLuaMulti> values
Caellian 72b6a0c
Support FromLuaMulti from Vec
Caellian eed277c
Update documentation for FromLuaMulti.
Caellian ec0f177
Fix Vec<T::from_lua_multi> loop
Caellian a160aa9
Fix vector element insertion order
Caellian 68edf35
Add test for MultiValue append
Caellian e8f4190
Make drop_front saturating_sub provided count
Caellian f3cc089
Simplify impl_tuple.
Caellian 928131b
Implement fixes from alternative implementation
Caellian ba5b7d3
Implement as separate method
Caellian d4dc15a
Revert unpack_multi
Caellian fc47ac9
Run format
Caellian 0332b6c
Use &mut MultiValue in to_lua_multi
Caellian ffb0feb
Cleanup comment and unused variable name
Caellian 6ad86b5
Make it more convenient to push values into MultiValue
Caellian 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
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.