Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Allow `clippy::{nursery, pedantic}` for generated bindings Signed-off-by: Andrej Orsula <[email protected]> * Add support for tuples with ellipsis Signed-off-by: Andrej Orsula <[email protected]> * Fix bindings for `__init__()` and `__call__()` Signed-off-by: Andrej Orsula <[email protected]> * Fix return type for `__init__()` bindings Signed-off-by: Andrej Orsula <[email protected]> * Improve semantics of positional `*args` parameters Signed-off-by: Andrej Orsula <[email protected]> * Update test case Signed-off-by: Andrej Orsula <[email protected]> * Apply clippy suggestions Signed-off-by: Andrej Orsula <[email protected]> * Refactoring: Add parsing [skip ci] Signed-off-by: Andrej Orsula <[email protected]> * Refactoring: Add generators for imports & prelude [skip ci] Signed-off-by: Andrej Orsula <[email protected]> * Refactoring: Add remaining generators Signed-off-by: Andrej Orsula <[email protected]> * Refactoring: Add type mapping Signed-off-by: Andrej Orsula <[email protected]> * CI: Format dependabot workflow Signed-off-by: Andrej Orsula <[email protected]> * Improve ergonomics of generated bindings Signed-off-by: Andrej Orsula <[email protected]> --------- Signed-off-by: Andrej Orsula <[email protected]>
- Loading branch information