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

refactor!: replaced None with nil in lua-generator #7731

Closed
wants to merge 6 commits into from

Conversation

neerajkumarc
Copy link
Contributor

Fixes #6720

The basics

The details

Resolves

Fixes

Proposed Changes

Reason for Changes

Test Coverage

Documentation

Additional Information

@neerajkumarc neerajkumarc requested a review from a team as a code owner December 19, 2023 23:08
@BeksOmega BeksOmega changed the title refactor: replaced None with nil in lua-generator refactor!: replaced None with nil in lua-generator Dec 19, 2023
@github-actions github-actions bot added breaking change Used to mark a PR or issue that changes our public APIs. PR: refactor and removed PR: refactor labels Dec 19, 2023
Copy link
Collaborator

@BeksOmega BeksOmega left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you for the fix :D

@BeksOmega
Copy link
Collaborator

@neerajkumarc since this is a breaking change, we're going to hold this for a bit so we can release non-breaking changes in mid Februrary. So I'm going to convert this to a draft to make sure it doesn't get merged accidentally!

But it has been approved and will go in once we're set up to accept it =)

@BeksOmega BeksOmega marked this pull request as draft December 19, 2023 23:52
cpcallen and others added 5 commits December 23, 2023 22:47
* test(generators): Add generator TS import/use tests

* fix(generators): Fix generator type declarations

  Add a missing ./ prefix to the imports in the generator wrapper
  .d.ts files.

  Fixes: google#7741
* Revert "Revert "chore(deps): Bump jsdom from 22.1.0 to 23.0.0 (google#7667)" (google#7694)"

This reverts commit f0c3f33.

* chore: add engine
@BeksOmega
Copy link
Collaborator

Heya @neerajkumarc Would you have time to rebase this against the v11-breaks branch? If not I can make a dupe of your branch and rebase it =)

@neerajkumarc
Copy link
Contributor Author

I tried rebasing it, but somehow, I messed up my local Git repo and pushed some weird commits. I rolled back those changes and want to apologize for any inconvenience caused.🙏

@BeksOmega
Copy link
Collaborator

It's all good! Git is really tricky. But it looks like you might have actually dropped your original changes :/ If you're still interested inworking on this, the easiest thing to do is probably to branch from v11-breaks and make your changes again.

@BeksOmega
Copy link
Collaborator

@neerajkumarc Are you still interested in working on this? If not I'll close it next Friday!

@BeksOmega
Copy link
Collaborator

@neerajkumarc I'm going to go ahead and close this! Thank you for your work on it =)

@BeksOmega BeksOmega closed this Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Used to mark a PR or issue that changes our public APIs. PR: refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lua generators use None instead of nil
3 participants