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

Omnibus tweaks #36

Merged
merged 4 commits into from
Nov 28, 2018
Merged

Omnibus tweaks #36

merged 4 commits into from
Nov 28, 2018

Conversation

mkeskells
Copy link

No description provided.

private val runThisPhaseForJava: Boolean = {
this.id > (if (pickleJava) currentRun.picklerPhase.id
else if (createJavadoc) currentRun.typerPhase.id
else currentRun.namerPhase.id)
Copy link
Owner

Choose a reason for hiding this comment

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

We don't want to run typer and refchecks on .java files (as this could emit warnings and errors that aren't our business to report, like reference to deprecated members), we just want to run pickler.

Copy link
Author

Choose a reason for hiding this comment

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

makes sense - updated to only run pickle

@retronym retronym merged commit db2dc1d into retronym:topic/pipeline-trace-macro-omnibus Nov 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants