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

fix(builtin): use posix paths in assembler #1636

Merged
merged 1 commit into from
Feb 13, 2020

Conversation

alan-agius4
Copy link
Contributor

Fixes #1635

Copy link
Collaborator

@alexeagle alexeagle left a comment

Choose a reason for hiding this comment

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

Thanks!!

@@ -31,9 +31,6 @@ nodejs_binary(
jasmine_node_test(
name = "assembler_test",
srcs = ["assembler_spec.js"],
Copy link
Collaborator

Choose a reason for hiding this comment

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

wow, we already had the test coverage for this bug too? :(
We ought to take a pass over all the fix-windows tagged targets...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah that’s a good idea. I was also surprised to see that there was coverage.

@alexeagle alexeagle merged commit d635dca into bazel-contrib:master Feb 13, 2020
@alan-agius4 alan-agius4 deleted the assember-windows branch February 13, 2020 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pkg_web creates wrong package in windows
3 participants