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

Try new bazel #786

Closed
wants to merge 3 commits into from
Closed

Conversation

ianoc-stripe
Copy link
Contributor

See bazel 0.28 works

@@ -39,6 +39,11 @@ class ScalaPBGenerator extends Processor {
val relativePath = root.relativize(fullPath)

relativePath.toFile.getParentFile.mkdirs
// After bazel 0.28 or so, it seems like this shouldn't be required anymore with the virtual imports

if(relativePath.toFile.exists)
Copy link
Member

Choose a reason for hiding this comment

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

are you missing { } or something? seems like this is just printing an error message if the file exists.

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, sorry i wanted to get travis ci to run everything... and have to open a PR to do that. But looks like from the first commit something else blows up for 0.28 before it actually gets to trying out this code.

@johnynek
Copy link
Member

dup of #782 right?

You might want to merge master now that #789 was merged.

@ianoc-stripe ianoc-stripe deleted the ianoc/bazel028 branch July 24, 2019 01: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.

3 participants