From d94f0b8d7b2bc06c0f0642a714f7940d2f2a9348 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sat, 25 Apr 2015 10:08:51 +0200 Subject: Change name of TASTY attribute to TASTY It does not matter whether it comes from Dotty or elsewhere. We can record the name of the producer in a section of the format itself. --- src/dotty/tools/dotc/core/StdNames.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dotty/tools/dotc/core/StdNames.scala') diff --git a/src/dotty/tools/dotc/core/StdNames.scala b/src/dotty/tools/dotc/core/StdNames.scala index 1ecc78eb9..7f66b5a9e 100644 --- a/src/dotty/tools/dotc/core/StdNames.scala +++ b/src/dotty/tools/dotc/core/StdNames.scala @@ -215,7 +215,7 @@ object StdNames { final val RuntimeParamAnnotationATTR: N = "RuntimeVisibleParameterAnnotations" // RetentionPolicy.RUNTIME (annotations on parameters) final val ScalaATTR: N = "Scala" final val ScalaSignatureATTR: N = "ScalaSig" - final val DottyTASTYATTR: N = "DottyTASTY" + final val TASTYATTR: N = "TASTY" final val SignatureATTR: N = "Signature" final val SourceFileATTR: N = "SourceFile" final val SyntheticATTR: N = "Synthetic" -- cgit v1.2.3