summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | fix for SI-4935Miguel Garcia2012-06-261-1/+25
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #770 from odersky/pullreq/statisticsAdriaan Moors2012-06-267-80/+149
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | Statistics improvements and bug fixes.
| * | | | | Statistics improvements and bug fixes.Martin Odersky2012-06-257-80/+149
| | | | | | | | | | | | | | | | | | | | | | | | Added compile-time option hotEnabled to Statistics that can be used to count very high frequency methods with 0 overhead for the disabled case. Fixed problem with weak maps that caused some timers to be discarded prematurely before they could be printed. Fixed problem with accouning for stacked timers.
* | | | | | Merge pull request #769 from hubertp/topic/t4842-followupAdriaan Moors2012-06-261-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Minor followup on SI-4842: remove awkward condition. Review by @retronym
| * | | | | Minor followup on SI-4842: remove awkward condition. Review by @retronym.Hubert Plociniczak2012-06-251-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #760 from retronym/ticket/5966-3Adriaan Moors2012-06-251-3/+5
|\ \ \ \ \ | | | | | | | | | | | | SI-5966 Fix eta expansion for repeated parameters with zero arguments.
| * | | | | SI-5966 Fix eta expansion for repeated parameters with zero arguments.Jason Zaugg2012-06-231-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reworks part of e33901 / SI-5610, which was inserting an <empty> tree as an argument in this case, which turns into a null in icode.
* | | | | | Merge pull request #767 from retronym/ticket/5968Adriaan Moors2012-06-251-0/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | SI-5968 Eliminate spurious exhaustiveness warning with singleton types.
| * | | | | SI-5968 Eliminate spurious exhaustiveness warning with singleton types.Jason Zaugg2012-06-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | A singleton type is a type ripe for enumeration.
* | | | | | Merge pull request #766 from soc/patch-8Adriaan Moors2012-06-241-157/+161
|\ \ \ \ \ \ | | | | | | | | | | | | | | remove semi-colons and extraneous whitespace
| * | | | | | LongMap: Made life a bit less scary for those doing source archaeology.soc2012-06-241-157/+161
| |/ / / / /
* | | | | | Merge pull request #764 from soc/patch-5Adriaan Moors2012-06-241-142/+147
|\ \ \ \ \ \ | | | | | | | | | | | | | | remove semi-colons and extraneous whitespace
| * | | | | | IntMap: Made life a bit less scary for those doing source archaeology.soc2012-06-241-142/+147
| |/ / / / /
* | | | | | Merge pull request #762 from soc/patch-3Adriaan Moors2012-06-241-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adds missing closing curly brace to ScalaDoc code example.
| * | | | | | Adds missing closing curly brace to ScalaDoc code example.soc2012-06-241-2/+3
| |/ / / / /
* | | | | | Merge pull request #751 from scalamacros/topic/narrowAdriaan Moors2012-06-241-2/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | SI-5951 add `narrow` to the reflection API
| * | | | | | adds `narrow` to the reflection APIEugene Burmako2012-06-191-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | as per https://issues.scala-lang.org/browse/SI-5951
* | | | | | | Merge pull request #761 from paulp/topic/parser-commentAdriaan Moors2012-06-241-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added a key comment.
| * | | | | | | Added a key comment.Paul Phillips2012-06-231-1/+3
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | The commit message from f4d2678c42 works a lot better up close and personal with the change.
* | | | | | | Merge pull request #733 from retronym/ticket/4989-3Adriaan Moors2012-06-241-0/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | SI-4989 Reject super.x if an intermediate class declares x abstract.
| * | | | | | SI-4989 Reject super.x if an intermediate class declares x abstract.Jason Zaugg2012-06-171-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is in line with Java's treatment. Without this, an AbstractMethodError is thrown at runtime.
* | | | | | | Merge pull request #756 from axel22/issue/4809Josh Suereth2012-06-221-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix SI-4809.
| * | | | | | | Fix SI-4809.Aleksandar Prokopec2012-06-211-4/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #755 from axel22/issue/5284-cherry-pickedAdriaan Moors2012-06-223-25/+93
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Fix SI-5284.
| * | | | | | Fix SI-5284.Aleksandar Prokopec2012-06-213-25/+93
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem was the false assumption that methods specialized on their type parameter, such as this one: class Foo[@spec(Int) T](val x: T) { def bar[@spec(Int) S >: T](f: S => S) = f(x) } have their normalized versions (`bar$mIc$sp`) never called from the base specialization class `Foo`. This meant that the implementation of `bar$mIc$sp` in `Foo` simply threw an exception. This assumption is not true, however. See this: object Baz { def apply[T]() = new Foo[T] } Calling `Baz.apply[Int]()` will create an instance of the base specialization class `Foo` at `Int`. Calling `bar` on this instance will be rewritten by specialization to calling `bar$mIc$sp`, hence the error. So, we have to emit a valid implementation for `bar`, obviously. Problem is, such an implementation would have conflicting type bounds in the base specialization class `Foo`, since we don't know if `T` is a subtype of `S = Int`. In other words, we cannot emit: def bar$mIc$sp(f: Int => Int) = f(x) // x: T without typechecking errors. However, notice that the bounds are valid if and only if `T = Int`. In the same time, invocations of `bar$mIc$sp` will only be emitted in callsites where the type bounds hold. This means we can cast the expressions in method applications to the required specialized type bound. The following changes have been made: 1) The decision of whether or not to create a normalized version of the specialized method is not done on the `conflicting` relation anymore. Instead, it's done based on the `satisfiable` relation, which is true if there is possibly an instantiation of the type parameters where the bounds hold. 2) The `satisfiable` method has a new variant called `satisfiableConstraints`, which does unification to figure out how the type parameters should be instantiated in order to satisfy the bounds. 3) The `Duplicators` are changed to transform a tree using the `castType` method which just returns the tree by default. In specialization, the `castType` in `Duplicators` is overridden, and uses a map from type parameters to types. This map is obtained by `satisfiableConstraints` from 2). If the type of the expression is not equal to the expected type, and this map contains a mapping to the expected type, then the tree is cast, as discussed above. Additional tests added. Review by @dragos Review by @VladUreche Conflicts: src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala src/compiler/scala/tools/nsc/typechecker/Duplicators.scala
* | | | | | Merge pull request #752 from retronym/topic/warn-catch-all-4Adriaan Moors2012-06-221-0/+10
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | SI-2807 Resurrect and refine the promiscuous catch warning.
| * | | | | SI-2807 Resurrect and refine the promiscuous catch warning.Jason Zaugg2012-06-191-0/+10
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous incarnation didn't survive 4fb3473. This version can be cleared by using a typed pattern: `catch { case _: Throwable => }`. This is motivated by the recent appearance of such a catch in `util.Try`, and by battle scars left by one too many processes bravely but stupidly catching and logging OutOfMemoryErrors. -Y status has been skipped: this warning is enabled by default and can only be silenced with use of a typed pattern.
* | | | | Merge pull request #712 from dragos/issue/hardening-compiling-with-newer-sourcesPaul Phillips2012-06-213-7/+17
|\ \ \ \ \ | | | | | | | | | | | | Issue/hardening compiling with newer sources
| * | | | | Remove NPE when `compileLate` sees sources during initialization.Iulian Dragos2012-06-131-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a symbol needed in Definitions is loaded, it may be that the corresponding source is newer than the classfile. That will send it to `compileLate`, but no phase is yet set. We simply add it to the compilation pipeline and continue gracefully.
| * | | | | Don't require symbols to be loaded in the parser.Iulian Dragos2012-06-131-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The parser special-cases primitive types. For comparing the name, it relied on having the symbols for primitive types already loaded, which is not always the case. The presentation compiler may parse sources for, say, scala.Int, and therefore the symbol for Int may not be yet available.
| * | | | | Don't use the BrowsingLoader for Java sources. Iulian Dragos2012-06-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the presentation compiler needs a SourceLoader, instead of immediately adding the file to the compilation round it uses a fast parser to create symbols for all top-level class definitions. The fast parser assumes Scala sources, which is not always the case.
* | | | | | Merge pull request #748 from jsuereth/update-scalacheck-sourceAdriaan Moors2012-06-2114-246/+144
|\ \ \ \ \ \ | | | | | | | | | | | | | | Updated scalacheck sources.
| * | | | | | Updated scalacheck sources.Paul Phillips2012-06-1914-246/+144
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To current scalacheck head 7ffda752d8 except for this diff: diff -rw src/scalacheck/org/scalacheck/Arbitrary.scala /s/scalacheck/src/main/scala/org/scalacheck/Arbitrary.scala 13d12 < import scala.reflect.ClassTag 281c280 < implicit def arbArray[T](implicit a: Arbitrary[T], c: ClassTag[T] --- > implicit def arbArray[T](implicit a: Arbitrary[T], c: ClassManifest[T] diff -rw src/scalacheck/org/scalacheck/Prop.scala /s/scalacheck/src/main/scala/org/scalacheck/Prop.scala 63c63 < def mainCallsExit = false --- > def mainCallsExit = true Only in /s/scalacheck/src/main/scala/org/scalacheck: ScalaCheckFramework.scala diff -rw src/scalacheck/org/scalacheck/util/Buildable.scala /s/scalacheck/src/main/scala/org/scalacheck/util/Buildable.scala 13d12 < import scala.reflect.ClassTag 34c33 < implicit def buildableArray[T](implicit cm: ClassTag[T]) = --- > implicit def buildableArray[T](implicit cm: ClassManifest[T]) =
* | | | | | Merge pull request #735 from retronym/ticket/4842-2Adriaan Moors2012-06-212-16/+54
|\ \ \ \ \ \ | | | | | | | | | | | | | | SI-4842 Forbid access to in-construction this in self-constructor args
| * | | | | | SI-4842 Forbid access to in-construction this in self-constructor argsJason Zaugg2012-06-172-16/+54
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The check was already in place for direct calls to the super constructor. Without this additional check, ExplicitOuter crashes, as it doesn't create an $outer pointer for the constructor-arg scoped inner object, but expects one to exist when transforming the Outer.this reference.
* | | | | | Merge pull request #731 from retronym/ticket/5617Adriaan Moors2012-06-211-1/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | SI-5617 Better error message for "x overrides nothing".
| * | | | | | SI-5617 Better error message for "x overrides nothing".Jason Zaugg2012-06-171-1/+10
| |/ / / / / | | | | | | | | | | | | | | | | | | "It looks like you're trying to override a method", notes Clippy.
* | | | | | Merge pull request #711 from dragos/issue/no-crash-missing-cpsParamAdriaan Moors2012-06-211-1/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Don't crash if cpsParam is not on the classpath.
| * | | | | Don't crash if cpsParam is not on the classpath.Iulian Dragos2012-06-131-1/+3
| | |_|/ / | |/| | | | | | | | When checking if a piece of code needs the continuations plugin, the cpsParam classes may not be on the class path. Assume it does not need it in that case.
* | | | | Fix for SI-5953, extension methods crasher.Paul Phillips2012-06-191-2/+2
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As usual, .tpe -> .tpeHK. As a side note following an old theme, if symbols of type parameters knew that they were symbols of type parameters, they could call tpeHK themselves rather than every call site having to do it. It's the operation which injects dummies which should require explicit programmer action, not the operation which faithfully reproduces the unapplied type. Were it that way, errors could be caught much more quickly via ill-kindedness. Seems like an improvement over lurking compiler crashes at every call to tparam.tpe.
* | | | Merge pull request #743 from axel22/issue/4541Adriaan Moors2012-06-192-5/+16
|\ \ \ \ | | | | | | | | | | Fix SI-4541.
| * | | | Fix SI-4541.Aleksandar Prokopec2012-06-182-5/+16
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Catch type errors when duplicating trees. In this case, to access a protected member from a specialized class is an error, so we would have to make the member public anyway. Better it is then to report an error and have the user make the field public explicitly. Review by @dragos.
* | | | Merge pull request #723 from paulp/topic/5910Adriaan Moors2012-06-191-1/+2
|\ \ \ \ | | | | | | | | | | Fix for java parser edge case.
| * | | | Fix for java parser edge case.Paul Phillips2012-06-141-1/+2
| | | | | | | | | | | | | | | | | | | | Empty statements are A-OK. Closes SI-5910. Review by @dragos.
* | | | | Merge pull request #746 from adriaanm/pullreq/740-rebasedAdriaan Moors2012-06-1916-497/+546
|\ \ \ \ \ | | | | | | | | | | | | Statistics reorganization
| * | | | | Statistics reorganizationMartin Odersky2012-06-1916-497/+546
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Statistics were broken since the move to reflect.internal. They are now re-organized, made more robost and modular.
* | | | | | Merge pull request #737 from scalamacros/topic/reifyanonymousAdriaan Moors2012-06-192-19/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | enables reification of anonymous classes
| * | | | | | enables reification of anonymous classesEugene Burmako2012-06-182-19/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #729 from scalamacros/topic/showrawAdriaan Moors2012-06-1915-161/+297
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | improve showRaw
| * | | | | improves showRawEugene Burmako2012-06-1915-161/+297
| | | | | | | | | | | | | | | | | | | | | | | | addresses concerns raised in http://groups.google.com/group/scala-user/browse_thread/thread/de5a5be2e083cf8e