summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2015-07-02 11:53:14 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2015-07-02 11:54:56 -0700
commit8ec12f60264fcd4f1203d778866220834e818e34 (patch)
treed3da8e1a7caa4c5937e5eb86f043d0010e5fd855 /Gemfile
parent4fe9fdc4cfde60e02805f4079cf74682c4550de6 (diff)
downloadscala-8ec12f60264fcd4f1203d778866220834e818e34.tar.gz
scala-8ec12f60264fcd4f1203d778866220834e818e34.tar.bz2
scala-8ec12f60264fcd4f1203d778866220834e818e34.zip
Correct init order between Pasted and ILoop#pasted
`testBoth` cannot be a val in `Pasted`, as `Pasted` is inherited by `object paste` in ILoop, which would cause `val testBoth` to be initialized before `val PromptString` was: ``` object paste extends Pasted { val PromptString = prompt.lines.toList.last ``` See https://scala-webapps.epfl.ch/jenkins/job/scala-nightly-checkinit-2.11.x/417. Introduced by #4564.
Diffstat (limited to 'Gemfile')
0 files changed, 0 insertions, 0 deletions