-
Notifications
You must be signed in to change notification settings - Fork 30
Rebase 2020/01/25 #33
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
Rebase 2020/01/25 #33
Conversation
Not sure why CI wasn't triggered here 🤔 |
Hmm, I can't figure out the reason too 🤔 |
@MaxDesiatov BTW I'm thinking to change the strategy of tracking upstream changes because rebasing branch is very hard and likely causes big conflict. This strategy makes conflict as small as possible and more safely because we don't have to use force-push to What do you think about this? |
@kateinoigakukun this makes sense, fine by me 🙂 |
Why GitHub Actions does not run for PRs made from this branch is still a mystery to me 🤨 |
One thing that might be worthwhile is to squash many of the earlier changes. There used to be lots of hacks that have since been removed, etc. In fact, the total diff required to get this port working isn't very big or hard to maintain (mostly new files or adding a few lines for wasi here and there). |
I agree, I'm also trying to upstream as much of it as possible in small PRs in the next few weeks, which should make the total diff even smaller after those are merged. |
Now, I'm tracking I'll clone this pr and could you force-push this? @MaxDesiatov I hope this is final force-push. |
43b1366
to
9eec63b
Compare
cool, that's done now ✅ |
@MaxDesiatov Thanks! |
Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.