Xiangrui Meng created SPARK-12000:
-------------------------------------

             Summary: `sbt publishLocal` hits a Scala compiler bug caused by 
`Since` annotation
                 Key: SPARK-12000
                 URL: https://issues.apache.org/jira/browse/SPARK-12000
             Project: Spark
          Issue Type: Bug
          Components: Build, Documentation, MLlib
    Affects Versions: 1.6.0
            Reporter: Xiangrui Meng
            Assignee: Xiangrui Meng


Reported by [~josephkb]. Not sure what is the root cause, but this is the error 
message when I ran "sbt publishLocal":

{code}
[error]
[error]   last tree to typer: Literal(Constant(1.4.0))
[error]               symbol: null
[error]    symbol definition: null
[error]                  tpe: String("1.4.0")
[error]        symbol owners:
[error]       context owners: value <local clustering> -> package clustering
[error]
[error] == Enclosing template or block ==
[error]
[error] Apply(
[error]   new Since."<init>"
[error]   "1.4.0"
[error] )
[error]
[error] == Expanded type of tree ==
[error]
[error] ConstantType(value = Constant(1.4.0))
[error]
[error] no-symbol does not have an owner
[error] Total time: 64 s, completed Nov 25, 2015 2:12:09 PM
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to