Skip to content

Rename isDependent #4039

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

Merged
merged 1 commit into from
Feb 26, 2018
Merged

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Feb 26, 2018

isDependent -> isResultDependent

so that isDependent now is implemented as

isResultDependent || isParamDependent

We got bitten by this when trying to fix #4031.

    isDependent -> isResultDependent

so that `isDependent` now is implemented as

    isResultDependent || isParamDependent

We got bitten by this when trying to fix scala#4031.
@Blaisorblade
Copy link
Contributor

Anything against also adding the new isDependent you described? I also wanted to rename isStable to isApproxStable and write down what you explained, can I go ahead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Good old unsoundness, CCE
2 participants