Skip to content

Issue/6482#1468

Merged
adriaanm merged 4 commits intoscala:masterfrom
paulp:issue/6482
Oct 22, 2012
Merged

Issue/6482#1468
adriaanm merged 4 commits intoscala:masterfrom
paulp:issue/6482

Conversation

@paulp
Copy link
Contributor

@paulp paulp commented Oct 6, 2012

Review by @odersky if possible, or @adriaanm or @retronym.

paulp added 2 commits October 6, 2012 11:43
I make the case that there is only one.
That was a good one. How to create a new method with type
parameters from multiple sources, herein.
Copy link
Contributor

Choose a reason for hiding this comment

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

why var?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because I inherited it from the previous implementation and didn't notice.

@scala-jenkins
Copy link

Started jenkins job pr-rangepos at https://scala-webapps.epfl.ch/jenkins/job/pr-rangepos/704/

@scala-jenkins
Copy link

Started jenkins job pr-scala-testsuite-linux-opt at https://scala-webapps.epfl.ch/jenkins/job/pr-scala-testsuite-linux-opt/1413/

@scala-jenkins
Copy link

jenkins job pr-scala-testsuite-linux-opt: Success - https://scala-webapps.epfl.ch/jenkins/job/pr-scala-testsuite-linux-opt/1413/

@scala-jenkins
Copy link

jenkins job pr-rangepos: Success - https://scala-webapps.epfl.ch/jenkins/job/pr-rangepos/704/

@paulp
Copy link
Contributor Author

paulp commented Oct 7, 2012

PLS REBUILD ALL

@scala-jenkins
Copy link

Started jenkins job pr-rangepos at https://scala-webapps.epfl.ch/jenkins/job/pr-rangepos/705/

@scala-jenkins
Copy link

Started jenkins job pr-scala-testsuite-linux-opt at https://scala-webapps.epfl.ch/jenkins/job/pr-scala-testsuite-linux-opt/1414/

@scala-jenkins
Copy link

jenkins job pr-scala-testsuite-linux-opt: Success - https://scala-webapps.epfl.ch/jenkins/job/pr-scala-testsuite-linux-opt/1414/

@scala-jenkins
Copy link

jenkins job pr-rangepos: Success - https://scala-webapps.epfl.ch/jenkins/job/pr-rangepos/705/

@adriaanm
Copy link
Contributor

LGTM

adriaanm added a commit that referenced this pull request Oct 22, 2012
SI-6482 preserve bounds on tparams of value class
@adriaanm adriaanm merged commit 53a5d8f into scala:master Oct 22, 2012
smarter added a commit to smarter/dotty that referenced this pull request Apr 6, 2015
Each test needs to have its own package because pos_all will try to
compile the whole valueclasses directory at once.

The remaining tests with "extends AnyVal" in tests/pending/pos are
related to separate compilation, except for:
- t6482.scala and t7022.scala which were fixed by
  scala/scala#1468 in scalac and seem to
  trigger a similar bug in FullParameterization
- strip-tvars-for-lubbasetypes.scala which was fixed by
  scala/scala#1758 in scalac
smarter added a commit to smarter/dotty that referenced this pull request Apr 17, 2015
Each test needs to have its own package because pos_all will try to
compile the whole valueclasses directory at once.

The remaining tests with "extends AnyVal" in tests/pending/pos are
related to separate compilation, except for:
- t6482.scala and t7022.scala which were fixed by
  scala/scala#1468 in scalac and seem to
  trigger a similar bug in FullParameterization
- strip-tvars-for-lubbasetypes.scala which was fixed by
  scala/scala#1758 in scalac
smarter added a commit to smarter/dotty that referenced this pull request Apr 17, 2015
Each test needs to have its own package because pos_all will try to
compile the whole valueclasses directory at once.

The remaining tests with "extends AnyVal" in tests/pending/pos are
related to separate compilation, except for:
- t6482.scala and t7022.scala which were fixed by
  scala/scala#1468 in scalac and seem to
  trigger a similar bug in FullParameterization
- strip-tvars-for-lubbasetypes.scala which was fixed by
  scala/scala#1758 in scalac
smarter added a commit to smarter/dotty that referenced this pull request Apr 20, 2015
Each test needs to have its own package because pos_all will try to
compile the whole valueclasses directory at once.

The remaining tests with "extends AnyVal" in tests/pending/pos are
related to separate compilation, except for:
- t6482.scala and t7022.scala which were fixed by
  scala/scala#1468 in scalac and seem to
  trigger a similar bug in FullParameterization
- strip-tvars-for-lubbasetypes.scala which was fixed by
  scala/scala#1758 in scalac
smarter added a commit to smarter/dotty that referenced this pull request Apr 23, 2015
Each test needs to have its own package because pos_all will try to
compile the whole valueclasses directory at once.

The remaining tests with "extends AnyVal" in tests/pending/pos are
related to separate compilation, except for:
- t6482.scala and t7022.scala which were fixed by
  scala/scala#1468 in scalac and seem to
  trigger a similar bug in FullParameterization
- strip-tvars-for-lubbasetypes.scala which was fixed by
  scala/scala#1758 in scalac
smarter added a commit to smarter/dotty that referenced this pull request Apr 25, 2015
Each test needs to have its own package because pos_all will try to
compile the whole valueclasses directory at once.

The remaining tests with "extends AnyVal" in tests/pending/pos are
related to separate compilation, except for:
- t6482.scala and t7022.scala which were fixed by
  scala/scala#1468 in scalac and seem to
  trigger a similar bug in FullParameterization
- strip-tvars-for-lubbasetypes.scala which was fixed by
  scala/scala#1758 in scalac
smarter added a commit to smarter/dotty that referenced this pull request Apr 26, 2015
Each test needs to have its own package because pos_all will try to
compile the whole valueclasses directory at once.

The remaining tests with "extends AnyVal" in tests/pending/pos are
related to separate compilation, except for:
- t6482.scala and t7022.scala which were fixed by
  scala/scala#1468 in scalac and seem to
  trigger a similar bug in FullParameterization
- strip-tvars-for-lubbasetypes.scala which was fixed by
  scala/scala#1758 in scalac
smarter added a commit to smarter/dotty that referenced this pull request Apr 28, 2015
Each test needs to have its own package because pos_all will try to
compile the whole valueclasses directory at once.

The remaining tests with "extends AnyVal" in tests/pending/pos are
related to separate compilation, except for:
- t6482.scala and t7022.scala which were fixed by
  scala/scala#1468 in scalac and seem to
  trigger a similar bug in FullParameterization
- strip-tvars-for-lubbasetypes.scala which was fixed by
  scala/scala#1758 in scalac
smarter added a commit to smarter/dotty that referenced this pull request May 1, 2015
Each test needs to have its own package because pos_all will try to
compile the whole valueclasses directory at once.

The remaining tests with "extends AnyVal" in tests/pending/pos are
related to separate compilation, except for:
- t6482.scala and t7022.scala which were fixed by
  scala/scala#1468 in scalac and seem to
  trigger a similar bug in FullParameterization
- strip-tvars-for-lubbasetypes.scala which was fixed by
  scala/scala#1758 in scalac
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.

4 participants