Skip to content

Conversation

eps1lon
Copy link

@eps1lon eps1lon commented Sep 18, 2025

Failing test for vercel/next.js#83925

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

1 similar comment
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link

changeset-bot bot commented Sep 18, 2025

⚠️ No Changeset found

Latest commit: cb7eb18

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@@ -0,0 +1 @@
export const zoom = 15;
Copy link
Author

Choose a reason for hiding this comment

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

SWC outputs export const zoom = range <= 100 ? 15 : 11; instead which triggers a ReferenceError since range is no longer defined.

Copy link
Author

Choose a reason for hiding this comment

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

It started out hook related but ultimately wasn't. I can't get this test to run locally if I put it in another folder so I left it here.

Copy link

codspeed-hq bot commented Sep 18, 2025

CodSpeed Performance Report

Merging #11101 will not alter performance

Comparing eps1lon:sebbie/09-18-failing_test_for_incomplete_inlined_function_calls (cb7eb18) with main (8cfd47b)1

Summary

✅ 140 untouched

Footnotes

  1. No successful run was found on main (337c9b6) during the generation of this report, so 8cfd47b was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@eps1lon eps1lon force-pushed the sebbie/09-18-failing_test_for_incomplete_inlined_function_calls branch from a3201c8 to cb7eb18 Compare September 24, 2025 07:40
@eps1lon
Copy link
Author

eps1lon commented Sep 24, 2025

Now passes after #11106

@eps1lon eps1lon closed this Sep 24, 2025
@eps1lon eps1lon deleted the sebbie/09-18-failing_test_for_incomplete_inlined_function_calls branch September 24, 2025 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants