summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-01-28 14:10:48 +0100
committerJason Zaugg <jzaugg@gmail.com>2013-02-02 02:17:35 +0100
commit3af838c55674c0d03e8849d8c756d6ad56c537db (patch)
tree33fe0405a7b52bfd5d08cd809ff6b403d94e3c40 /.gitattributes
parent02963d724c512251ce66502226408091686989ee (diff)
downloadscala-3af838c55674c0d03e8849d8c756d6ad56c537db.tar.gz
scala-3af838c55674c0d03e8849d8c756d6ad56c537db.tar.bz2
scala-3af838c55674c0d03e8849d8c756d6ad56c537db.zip
SI-7033 Be symful when creating factory methods.
Implicit class factory methods were synthesizing the reference to the class as `Ident(classDef.name)`, which was unhygienic in case of `implicit class X[X]`. To use symbols without causing a cycle, I switched from `REF(symbol)` to `Ident(symbol)`. The former calls into: at scala.reflect.internal.TreeGen.mkAttributedSelect(TreeGen.scala:184) at scala.reflect.internal.TreeGen.mkAttributedRef(TreeGen.scala:124) at scala.reflect.internal.TreeGen.mkAttributedRef(TreeGen.scala:130) at scala.tools.nsc.ast.TreeDSL$CODE$.REF(TreeDSL.scala:307) which forces the info of enclosing module and forms a cycle.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions