Skip to content

Conversation

0xdevalias
Copy link

This is a hacky GitHub Copilot Agent based Proof-of-Concept that:

It's currently overly verbose and re-implements a lot of logic that I don't think it needs to.. but it does make the test case pass, so wanted to push this for now, and then see if we can narrow down the minimal fix from there.

Copy link

vercel bot commented May 21, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wakaru ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2025 9:13am

@0xdevalias 0xdevalias force-pushed the 0xdevalias/poc-fix-complex-un-optional-chaining-bug branch from 5b89734 to 4a7438a Compare May 21, 2025 09:13
@pionxzh
Copy link
Owner

pionxzh commented May 22, 2025

Wow. It adds a lot of logic. 😂

@0xdevalias
Copy link
Author

0xdevalias commented May 22, 2025

Wow. It adds a lot of logic. 😂

@pionxzh I think it may not have had the existing utils in context when it was first trying to solve it; and this way like the only version I ended up with that fully worked still; so figured I'd share it.

There was a version that did better at making updates to the existing utils when I explicitly put them in scope; but then it never fully figured it out without breaking stuff.

And then I gave up :p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

un-optional-chaining bug
2 participants