-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
fork with binary files #86
base: main
Are you sure you want to change the base?
Conversation
If you confirmed it working as expected, I'd say update the tests and let's merge it? |
Hmm at first sight the error with The |
It may just be that the test output is confusing... It seems that we have the arguments backwards in the "expect" call! In such case, the failure makes sense. We are trying to work on the fork side of things instead of the parent repo. IMO, the test need updating... but I'm not a git wizard nor plan to become one. Would be good to get more eyes on this. |
Could you help resolving the conflicts? I'd be happy to review and merge then |
This fix uses the fork head commit instead of the upstream commit when creating the PR tree. A number of tests fail as a result but I'm unsure whether that's expected or something broke.
Tested here:
microsoft/jacdac#932