| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
|
Again commits do not point to your github profile or email |
Sorry, something went wrong.
The commits point to Kevin Uehara <kevin.uehara@ifood.com.br>, whereas your github profile's commits point to Gayathri <gayathriraj.vlr@gmail.com> |
Sorry, something went wrong.
|
@marco-ippolito @redyetidev I update the author of commits... the ifood account is my work author :) |
Sorry, something went wrong.
|
@marco-ippolito how does this fixture compare to the other ones? Just want to make sure they are all similar |
Sorry, something went wrong.
|
To be honest I dont think there is much value in testing TypeScript features such as Unions and Generics, since we rely on swc and swc tests that the output they produce is correct. Im ok with asserting that parameter properties throw in striptypes mode |
Sorry, something went wrong.
|
@marco-ippolito @redyetidev Do you think we can approve and merge this PR? |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
What's the issue you are having? git reset --soft HEAD~<n> # where <n> represents the number of commits, in this case, 9
git commitMay also work. (See https://stackoverflow.com/questions/5189560/how-do-i-squash-my-last-n-commits-together) |
Sorry, something went wrong.
When I use the git rebase -i HEAD~2 all these commits appear due to the update with main: |
Sorry, something went wrong.
|
Oh okay. IIRC what you'll want to do is get the latest commit from main, and run git reset --hard <commit> # Right now it's c237eabf4c8f1d5ff6dfa95ae30930d6fc959d4eCaution This is a dangerous command. It'll remove all uncommitted changes, and revert your local workspace to look identical to <commit> (c237eab) After this, re-add the changes from this PR. This can be done manually, or via git apply path/to/file.diff with the PR's diff file. Once this is done, you can git add . and git commit |
Sorry, something went wrong.
|
@redyetidev I achieved! Thank you so much |
Sorry, something went wrong.
|
@redyetidev Is there anyone who can validate and merge the PR? |
Sorry, something went wrong.
Sorry, something went wrong.
|
@redyetidev @marco-ippolito I saw that an error was occurring in the tests, but it was not one that I created or changed. Can you help? |
Sorry, something went wrong.
Its just flaky tests Ill re run the CI |
Sorry, something went wrong.
Sorry, something went wrong.
|
Thank you @marco-ippolito !!! |
Sorry, something went wrong.
PR-URL: #54929 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
PR-URL: #54929 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
| Back | FazBrowse Home | New Git URL |
In this MR I'm adding more tests created in this PR, testing generics and Utility Types.
This PR makes part of typescript iniciative on Node.
cc: @redyetidev @marco-ippolito @ErickWendel