-
-
Notifications
You must be signed in to change notification settings - Fork 271
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
Use latest Binject/debug version to support importmap directives #189
Conversation
I tested this by merging in the code from #186 and uncommenting the |
So #186 should be merged before this and then rebase? |
I think the easiest thing to do is merge this and then change #186 to enable the |
I think the other way around is easier because you are currently online, please rebase and enable the test. |
Sure, no problem. I'll also enable the added line the to |
bca7dc8
to
28a5265
Compare
Forgot to initial test without |
Ok feel free to merge yourself, when tests pass. |
… differently in a package that imported it, due to the mapping of import paths. Also commented out the 'net' import in the goprivate testscript (again) due to cgo compile errors
accbe4d
to
fe4d998
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Updates #146 and #186.