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

Use latest Binject/debug version to support importmap directives #189

Merged
merged 3 commits into from
Nov 8, 2020

Conversation

capnspacehook
Copy link
Contributor

Updates #146 and #186.

@capnspacehook
Copy link
Contributor Author

capnspacehook commented Nov 8, 2020

I tested this by merging in the code from #186 and uncommenting the net import in the goprivate.txt test script, and it passed.

@lu4p
Copy link
Member

lu4p commented Nov 8, 2020

So #186 should be merged before this and then rebase?

@capnspacehook
Copy link
Contributor Author

I think the easiest thing to do is merge this and then change #186 to enable the importmap test, and merge that, but either way should work

@lu4p
Copy link
Member

lu4p commented Nov 8, 2020

I think the other way around is easier because you are currently online, please rebase and enable the test.

@capnspacehook
Copy link
Contributor Author

Sure, no problem. I'll also enable the added line the to goprivate test as well

@capnspacehook
Copy link
Contributor Author

Forgot to initial test without -short... oops. goprivate test fails, but not due to ImportMap it seems.

@lu4p
Copy link
Member

lu4p commented Nov 8, 2020

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
Copy link
Member

@mvdan mvdan left a comment

Choose a reason for hiding this comment

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

LGTM

@capnspacehook capnspacehook merged commit 8c03afe into burrowers:master Nov 8, 2020
@capnspacehook capnspacehook deleted the fix/importmap branch November 8, 2020 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants