Skip to content

Conversation

@trumully
Copy link
Contributor

@trumully trumully commented Feb 3, 2025

Fixes an issue #7898 where exports were using incorrect relative paths for >=3 namespace levels. This is fixed by making the starting range of the namespace components relative to the number of components.

I have also added tests for this fix.

@google-cla
Copy link

google-cla bot commented Feb 3, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@github-actions github-actions bot added c++ codegen Involving generating code from schema javascript json python typescript labels Feb 3, 2025
@trumully trumully force-pushed the fix-typescript-namespace branch from c533489 to ede7634 Compare February 3, 2025 22:17
@trumully trumully force-pushed the fix-typescript-namespace branch 3 times, most recently from cdc9df3 to df4a042 Compare February 20, 2025 22:18
Fixes an issue where exports were using incorrect relative paths for
>=3 namespace levels. This is fixed by making the starting range of the
namespace components relative to the amount of components.
@trumully trumully force-pushed the fix-typescript-namespace branch from df4a042 to 708a90a Compare May 25, 2025 22:46
@parched
Copy link

parched commented Jul 1, 2025

@dbaileychess @aardappel is there anything we can do to get this PR moving?

@parched
Copy link

parched commented Jul 1, 2025

@bjornharrtell it looks like you're an active contributor to the typescript port, do you have any time to review this? (Thanks, if so)

Copy link
Collaborator

@bjornharrtell bjornharrtell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Active is a stretch. 😅 But this looks sensible to me.

@aardappel
Copy link
Collaborator

@bjornharrtell thanks! CI looks unrelated, merging.

@aardappel aardappel merged commit 00eec24 into google:master Jul 1, 2025
41 of 51 checks passed
@abalmos
Copy link

abalmos commented Jul 26, 2025

@aardappel Do you happen to know when this might be released?

@aardappel
Copy link
Collaborator

I haven't done releases in a looong time.. @dbaileychess is doing those.

@abalmos
Copy link

abalmos commented Jul 29, 2025

Fair enough, I should have looked closer before tagging you! Thank you for your work on this project, I have enjoyed using it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typescript exports for 3 namespace levels uses wrong relative paths

5 participants