Skip to content

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