Skip to content
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

Add @temporalio/client to server-external-packages #58573

Open
wants to merge 2 commits into
base: canary
Choose a base branch
from

Conversation

iamnafets
Copy link

@iamnafets iamnafets commented Nov 17, 2023

What?

@temporalio/client uses reflection on constructor names and thus breaks. In temporalio/sdk-typescript#1279 they insist that the package should be configured as external to avoid these types of breakages.

Why?

Without this the package is broken in a very non-obvious way.

How?

By adding @temporalio/client to server-external-packages.json.

@timneutkens timneutkens added the CI approved Approve running CI for fork label Jan 31, 2024
@timneutkens
Copy link
Member

Hey @iamnafets it seems your branch doesn't allow maintainers to push to it, which means I can't update it to ensure the tests can run correctly. Could you:

  • Enable contributor access, it's somewhere in the PR sidebar
  • Click update branch or push an update on the branch with the latest changes from the canary branch.

@kdy1 kdy1 enabled auto-merge (squash) February 7, 2024 03:33
@kdy1 kdy1 self-assigned this Feb 7, 2024
@kdy1 kdy1 disabled auto-merge February 13, 2024 04:08
@kdy1 kdy1 enabled auto-merge (squash) February 13, 2024 05:15
@samcx samcx removed the CI approved Approve running CI for fork label Apr 23, 2024
@samcx
Copy link
Member

samcx commented Apr 23, 2024

@iamnafets It looks like this fell through the cracks. Is this something that still needs to be added?

@iamnafets
Copy link
Author

@iamnafets It looks like this fell through the cracks. Is this something that still needs to be added?

Yes!

@ijjk ijjk disabled auto-merge April 23, 2024 21:48
@@ -11,6 +11,7 @@
"@react-pdf/renderer",
"@sentry/profiling-node",
"@swc/core",
"@temporalio/client",
Copy link
Member

Choose a reason for hiding this comment

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

@kdy1 kdy1 removed their assignment May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Production Build Failure after v14.0.2-canary.19
5 participants