-
Notifications
You must be signed in to change notification settings - Fork 9
Comparing changes
Open a pull request
base repository: foomo/gotsrpc
base: v2.12.0
head repository: foomo/gotsrpc
compare: v2.13.0
- 12 commits
- 65 files changed
- 3 contributors
Commits on Oct 28, 2025
-
fix: resolve variable name conflicts in GoRPC client generation
The GoRPC client generator was creating variable name conflicts when service method parameters had the same name as internally generated variables. The generator uses fixed variable names like 'req' for request structs, but if a method parameter was also named 'req', it would create a naming conflict in the generated code. Another change fixes the problem with a function definition having context.Context as one of its arguments, the generated code would have the context argument twice then.
Configuration menu - View commit details
-
Copy full SHA for f682ef1 - Browse repository at this point
Copy the full SHA f682ef1View commit details
Commits on Nov 5, 2025
-
Merge branch 'main' of github.com:foomo/gotsrpc into fix/go-generator…
…-naming-conflicts
Configuration menu - View commit details
-
Copy full SHA for e66e488 - Browse repository at this point
Copy the full SHA e66e488View commit details -
chore(deps): bump actions/setup-node from 5 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 507c608 - Browse repository at this point
Copy the full SHA 507c608View commit details -
Merge pull request #77 from foomo/dependabot/github_actions/actions/s…
…etup-node-6 chore(deps): bump actions/setup-node from 5 to 6
Configuration menu - View commit details
-
Copy full SHA for 49be3bc - Browse repository at this point
Copy the full SHA 49be3bcView commit details
Commits on Nov 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 939e09c - Browse repository at this point
Copy the full SHA 939e09cView commit details -
Merge branch 'fix/go-generator-naming-conflicts' of github.com:foomo/…
…gotsrpc into fix/go-generator-naming-conflicts
Configuration menu - View commit details
-
Copy full SHA for 22fd72c - Browse repository at this point
Copy the full SHA 22fd72cView commit details
Commits on Nov 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7968438 - Browse repository at this point
Copy the full SHA 7968438View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef45cf3 - Browse repository at this point
Copy the full SHA ef45cf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c7c56b - Browse repository at this point
Copy the full SHA 3c7c56bView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa5638f - Browse repository at this point
Copy the full SHA aa5638fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9535198 - Browse repository at this point
Copy the full SHA 9535198View commit details -
Merge pull request #80 from foomo/fix/go-generator-naming-conflicts
fix: resolve variable name conflicts in GoRPC client generation
Configuration menu - View commit details
-
Copy full SHA for 31d2c58 - Browse repository at this point
Copy the full SHA 31d2c58View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.12.0...v2.13.0