Sync with upstream MatsDK/TauRPC#10
Merged
johncarmack1984 merged 20 commits intomainfrom Mar 12, 2026
Merged
Conversation
…tibility Fix compatibility issue and other minor improvements
Fix the issue ( MatsDK#60 ) where, due to the inability to close the exported code, errors occur when debugging Android applications because of lack of permissions.
…issues fix: Android export during dev error
Brings in upstream changes since v0.5.2: - Version bump to 0.7.1 - EXPORT_PATH as Option (None = don't export) - Removed default_export_path fallback - export_types takes impl AsRef<Path> - Doc fixes and typo corrections - Android debugging fixes - Cross-platform path handling - Relaxed dependency constraints - Clippy cleanups Preserves fork improvements: - @fltsci/taurpc import in generated bindings - Named TS exports - Edition 2024 - Graceful error handling (no unwrap on export) - preserve_order on serde_json
The lockfile sync step ran git commit unconditionally, which fails with exit code 1 when there's nothing to commit. Use git diff --cached --quiet to skip the commit+push when the lockfile is already in sync.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Upstream changes incorporated
EXPORT_PATHis nowOption<&str>—Nonemeans skip export instead of falling back to../bindings.tsexport_types()acceptsimpl AsRef<Path>instead ofOption<&str>default_export_path()/get_export_path()dead coderust,ignore, typoresolveres→resolvers)Fork improvements preserved
@fltsci/taurpcimport in generated bindingsexport { createTauRPCProxy }).unwrap()on type export)preserve_orderfeature on serde_jsonTest plan
cargo checkpasses for taurpc workspacecargo checkpasses for example apppnpm buildsucceedspnpm lintpasses (format, types, eslint)