You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should remove the [ and ] from around these links to make them clickable.
INF-25.md:Other than that the page contains a lot of outdated information. For instance, I don't think it makes sense to continue to refer to the old "stable" plugin, and the link to the 22nd May new plugin snapshot isn't really all that advisable either (the Eclipse update site at the end of that URL dates from 6th May in any case). Eclipse 3.4 should be probably be the recommended version now. I'd also like to see a link to the plugin hacking documentation [http://lampsvn.epfl.ch/trac/scala/wiki/EclipsePlugin here].
INF-27.md:Quoting [http://trac.edgewall.org/wiki/CamelCase]
INF-40.md:For example, I'd like to close #2978 as invalid because [http://old.nabble.com/-scala---Forward-references-in-template-initialization%3A-harmful!-td19109777.html this thread] says it is an open research problem and I haven't heard anything since then. However, I'd hate to close something as invalid that isn't.
SI-1.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1280 bug 1280], [http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=752 contrib 752]**
SI-10.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1289 bug 1289]**
SI-11.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1288 bug 1288], [http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=756 contrib 756]**
SI-1104.md:Since actors are being used for highly performance-sensitive applications, I conclude that putting the additional bookkeeping directly into [https://lampsvn.epfl.ch/trac/scala/browser/scala/branches/2.7.1/src/actors/scala/actors/Reaction.scala scala.actors.Reaction] is a bad idea. Instead, it would be better to define subclasses of `scala.actors.Actor` that have this additional functionality. Currently, this is difficult to do; therefore, we should have a more modular architecture that let's you customize actor executions in ways such as what you are proposing.
SI-1145.md:- [https://github.com/jrudolph/scala-enhanced-strings github repo][[BR]]
SI-1145.md:- [http://jrudolph.github.com/scala-enhanced-strings/Overview.scala.html documentation]
SI-1167.md:You may want to look into the [http://old.nabble.com/Re%3A-Scala-Interpreter-Oddity----General-Class-Name-Curio-p25869373.html mailing-list post] which contains more information.
SI-12.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1283 bug 1283]**
SI-121.md:I expected silent compilation. ([http://article.gmane.org/gmane.comp.lang.scala/7251 Reported] by Mark Harrah)
SI-1238.md:[http://www.nabble.com/Objects-not-visible-in-mixed-Eclipse-Project-to18820801.html#a18851824]
SI-1249.md:So the example included here is more or less arbitrary. (These sources are from [http://isabelle.in.tum.de/repos/isabelle/src/Pure])
SI-1280.md:Tickets [http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=500 SI-500] and [http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=501 SI-501] seem like they might be the ones intended, but if they're directly related to this case, I'm probably a bit slow since I can't see it.
SI-129.md:I've uploaded screenshot [http://docs.google.com/Doc?id=dgsc2rjm_1gpwzdc there].
SI-133.md:I connected there with [http://java.sun.com/javase/6/docs/technotes/tools/share/jconsole.html jconsole] and here is what i see:
SI-14.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1273 bug 1273], [http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=741 contrib 741]**
SI-145.md:From [http://www.nabble.com/Sbaz-Scala-update-tf4448802.html#a12693431 scala-lounge]
SI-1489.md:[http://en.wikipedia.org/wiki/Document_Type_Declaration#Syntax][[BR]]
SI-15.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1298 bug 1298], [http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=754 contrib 754]**
SI-16.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1299 bug 1299], [http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=773 contrib 773]**
SI-1782.md:I use Guice for dependency injection. However, I'm not able to use [http://google-guice.googlecode.com/svn/trunk/javadoc/com/google/inject/ImplementedBy.html @ImplementedBy(...)] annotation, which refers to the class implementing my trait. While this is acceptable in java:
SI-1806.md:To put that into context: I ran into the problem when I tried to write some Android code. When implementing [http://developer.android.com/reference/android/widget/Filter.html android.widget.Filter] you'll have to return an instance of [http://developer.android.com/reference/android/widget/Filter.FilterResults.html Filter.FilterResults]. This class is a static protected inner class which cannot be accessed from Scala. I've spotted no other protected inner classes in Android yet.
SI-187.md:see [http://www.nabble.com/-scala--scaladoc--protected-tf4629671.html Bill's message] in the [http://www.nabble.com/Scala-f14147.html scala] mailing list
SI-1887.md:The first error in the file is at [https://projectfortress.sun.com/Projects/Community/browser/trunk/ProjectFortress/src/com/sun/fortress/scala_src/typechecker/ExportChecker.scala?rev=3633#L379 line 379 of ExportChecker.scala]
SI-1887.md:I have spent quite a few hours trying to narrow this bug down; our project ([https://projectfortress.sun.com/Projects/Community Project Fortress]) previously was pretty easy to work on in Eclipse, and now it isn't. Because of this apparent bug in the plugin (and if it is not a bug in the plugin, it is a bug in the documentation, or something, because I cannot figure out what the heck is wrong) we no longer recommend Eclipse to Fortress users, though we do provide instructions, including instructions for filtering out the bogus and distracting "errors" reported by the Scala plugin.
SI-1887.md:[http://homepage.mac.com/dr2chase/images/ScalaBug1.png]
SI-1887.md:[http://homepage.mac.com/dr2chase/images/ScalaBug3.png]
SI-1887.md:I checked build.xml (also available at [https://projectfortress.sun.com/Projects/Community/browser/trunk/ProjectFortress/build.xml build.xml] ) , and it looks very ordinary to me, too:
SI-1887.md:[https://projectfortress.sun.com/Projects/Community/downloads/8 About 35 megabytes]
SI-1897.md:or you can download a [https://projectfortress.sun.com/Projects/Community/downloads/8 35 MB prebuilt zip file]
SI-1911.md:(see [http://commons.apache.org/collections/api-release/org/apache/commons/collections/map/LRUMap.html#removeLRU(org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry) removeLRU])
SI-1919.md:Could you follow the trouble-shooting instructions [http://www.scala-lang.org/node/94 here] and let me know how you get on. I suspect that heap configuration is the issue in comment #3.
SI-2.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1159 bug 1159]**
SI-20.md:Aladdin: *[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1271 bug 1271], [http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=724 contrib 724]_
SI-20.md:For a patch, see the discussion at: [http://www.nabble.com/-scala--Better-matching-with-unapplySeq-tf4064610.html#a11548771]
SI-2014.md:For now, [http://wiki.eclipse.org/JDT_weaving_features this] workaround allows the Scala IDE to be installed in a read-only Eclipse instance (see the section "Installing JDT Weaving in a non-default location").
SI-2193.md:See the [http://www.scala-lang.org/archives/downloads/distrib/files/nightly/docs/library/index.html nightly Scala library docs].
SI-22.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1238 bug 1238]**
SI-2239.md:I would guess this applies to other methods of Stream as well, rendering it a little bit dangerous to use - compare [http://stackoverflow.com/questions/4132924/functional-processing-of-scala-streams-without-outofmemory-errors/4134541SI-4134541 this comment]. 8-}
SI-23.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1219 bug 1219]**
SI-2318.md:[http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4071957]
SI-2337.md:Another failing example ([http://stackoverflow.com/questions/3915866/number-number-matches-float-int-but-does-not-match-int-float])
SI-2380.md:Independently of that, could you run through the troubleshooting section [http://www.scala-lang.org/node/94 here] and let me know how you get on.
SI-24.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1203 bug 1203]**
SI-243.md:change [https://lampsvn.epfl.ch/trac/scala/changeset/13246 13246] does break method `Symbol.isAnonymousClass`.
SI-2433.md:requried [http://gdata-java-client.googlecode.com/files/gdata-samples.java-1.38.0.zip libs]
SI-245.md:The method [https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/compiler/scala/tools/nsc/symtab/Symbols.scala#L904 superSymbol] in the abstract class scala.tools.nsc.symtab.Symbols.Symbol should check the filtered baseClasses list for emptiness before tail is called on it. It currently may result in a
SI-2464.md:The Scala compiler gives an erroneous 'class file broken' error when trying to use classes that inherit from static Java inner classes. This is particularly a problem when integrating with Java code generated by the [http://incubator.apache.org/thrift/ Apache Thrift] compiler. Below are the files and steps needed to reproduce the problem.
SI-25.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=739 bug 739]**
SI-25.md:e.g. [http://scala.epfl.ch/docu/files/api/scala/BigInt.html], method &
SI-2565.md:As seen in [http://msmvps.com/blogs/jon_skeet/archive/2009/11/02/omg-ponies-aka-humanity-epic-fail.aspx OMG Ponies]:
SI-2565.md:If a method is called `RichString.reverse`, the natural thing is to expect it to produce something that is the reverse of the string. You have to either swap combiners with their corresponding base characters before or after the reverse, or normalize the string before reversing ([http://java.sun.com/javase/6/docs/api/java/text/Normalizer.html java.text.Normalizer], but see http://diveintomark.org/archives/2004/07/06/nfc).
SI-2579.md:When compiling scala code using the -optimise flag that calls static java methods with enums as one of the parameters the compiler crashes with: java.lang.Error: Unknown type: <notype>. This does not occur if the optimise flag is not on. This affects both 2.7.x and 2.8. Code to reproduce and full stack traces can be found below. The hadoop dependency can be downloaded from: [http://cs.berkeley.edu/~marmbrus/files/hadoop-core-w-deps-0.20.0.jar hadoop jar]
SI-26.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=736 bug 736]**
SI-261.md:(From [http://www.nabble.com/private-vals-in-traits--t4780372.html this mailing list thread])
SI-2685.md:The Groovy plugin reuses the [http://svn.codehaus.org/groovy/eclipse/trunk/ide/org.codehaus.groovy.eclipse.ui/src/org/codehaus/groovy/eclipse/wizards/ JDT wizards] and could possibly be used as a starting point for implementing this enhancement.
SI-2689.md:I found this bug while investigating the bug outlined in [http://old.nabble.com/Re%3A--scala-tools--Error-highlights-in-Eclipse-Scala-p26480821.html this] message and I suspect that they might be related.
SI-2692.md:This is an (arguably not very nice) side-effect of Scala's notion of weak conformance between numeric value types (see �3.5.3 of the [http://www.scala-lang.org/archives/downloads/distrib/files/nightly/pdfs/ScalaReference.pdf Scala reference 2.8]). Weak conformance allows (amongst other things) to pass a lesser numeric value to a method that expects a bigger one:
SI-2692.md:Weak conformance is very useful in many cases, and won't go away. The current implementation of autoboxing is elegant (reuses the existing implicit infrastructure) and works in most cases. Now, Martin and I agree that the example given in this ticket is unpleasant. Unfortunately, we fear that there is not much that can be done about it. If you think this is not true, we would be very interested in hearing about your idea in the form of a [http://www.scala-lang.org/sids SID].
SI-2710.md:This bug is probably related to #2689 and to the bug described [http://old.nabble.com/Re%3A--scala-tools--Error-highlights-in-Eclipse-Scala-p26480821.html here].
SI-2741.md:I found what looks to be a workaround, using [http://groups.google.com/group/scalaz/browse_thread/thread/862543e872b09f3c type lambdas] instead of the ComposeT trait. The working file looks like:
SI-2749.md: * The !InnerClass attribute for anonymous classes is handled differently than done here. From [http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.htmlSI-79996 JVM Spec �4.7.5]:
SI-2749.md: * Since the EnclosingMethod (see [http://java.sun.com/docs/books/jvms/second_edition/ClassFileFormat-Java5.pdf �4.8.6 of the Java 5 class-file spec]) attribute is missing `Class.getEnclosingMethod/Constructor` are not working.
SI-2749.md:See this [http://old.nabble.com/Re%3A-Scala-Interpreter-Oddity----General-Class-Name-Curio-p25869373.html mailing-list post], as well, for more information.
SI-2776.md:This issue described in this ticked was found while I was trying to answer a [http://stackoverflow.com/questions/1848694/default-value-for-generic-data-structure/1853024SI-1853024 Stack Overflow question] about creating a sparse vector with default values for its components (also see the [http://stackoverflow.com/questions/1853397/unexpected-scala-default-values-behavior discussion that followed] about the problem described in this ticket).
SI-2781.md:the example on github compiles in the [http://github.com/adriaanm/scala/tree/topic/embeddings experimental embeddings branch], with one modification: Pure must be invariant in P:
SI-286.md:[http://java.sun.com/javase/6/docs/api/java/lang/Class.html#getSimpleName() getSimpleName()] yields an "java.lang.!InternalError: Malformed class name" for Scala classes, which are defined inside Scala objects.
SI-287.md:[http://java.sun.com/javase/6/docs/api/java/lang/Class.html#getSimpleName() getSimpleName()] yields an "java.lang.!InternalError: Malformed class name" for Scala classes, which are defined inside Scala objects.
SI-2889.md:This might be related to #2767. The behavior you described appears and in pure Scala projects and might be related to [http://old.nabble.com/Re%3A--scala-tools--Error-highlights-in-Eclipse-Scala-p26480821.html this].
SI-2893.md:See this [http://old.nabble.com/Scala-and-YourKit-profiler-bytecode-issues-tp26970054p27111435.html thread].
SI-29.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1287 bug 1287]**
SI-2910.md:> Iulian, could you refine [http://github.com/adriaanm/scala/commit/5b330ca8b01cdb6e33f272a299cceeb892d2517d my patch] so that test/files/run/lazy-locals.scala passes (intra-lazy val forward references are allowed), while the case in this ticket is ruled out (forward reference outside of rhs of "co-defined lazy val" is not ok)
SI-294.md:Here is a related [http://article.gmane.org/gmane.comp.lang.scala/8768 mailing list thread]. This feature is very important for interoperating with Java libraries, and I don't know of any current workaround.
SI-3.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1297 bug 1297]**
SI-300.md:According to the [http://www.scala-lang.org/docu/files/api/scala/Array.html documentation] Array[String] must be a Java array.
SI-301.md:The code below (reduced from Nathalie and Alexandre's project, [http://lampwww.epfl.ch/teaching/foundations_of_software/ FoS course])
SI-3047.md:Related ticket: [https://lampsvn.epfl.ch/trac/scala/ticket/1510 SI-1510] ?
SI-3048.md:I [http://github.com/adriaanm/scala/commit/952245ef4a6385443564fccb5aaf25f012d05908#L2R796 changed] this to result in simply `B[T]', but that does not fix much.
SI-3048.md:Then, I figure `typedTypeConstructor' might be at fault for using normalize instead of dealias, which would turn the type constructor `B` into `[T<:A]B[T]`, so I [http://github.com/adriaanm/scala/commit/952245ef4a6385443564fccb5aaf25f012d05908#L2R4161 changed that to use dealias]
SI-3086.md:[http://old.nabble.com/Scala-null-and-implicit-conversion-%28bug-%29-td27546874.html#a27546874]
SI-3086.md:[http://old.nabble.com/nulls-and-WrappedArray-td27637395.html]
SI-3115.md: * Use [[https://index.scala-lang.org/ The Scala Library Index]] to find alternative JSON parsing libraries.
SI-3131.md:The recommended heap configuration can be found [http://www.scala-lang.org/node/94 here]. If you don't have sufficient physical memory to follow that to the letter, allocate as much as you're able, and in particular specify -Xss1M.
SI-3152.md:should typedThis be made more resilient? should these `This(pkg)` trees never be generated in the first place? ([http://github.com/adriaanm/scala/commit/4d2432b48caaa41217fb46f11b6f90663ac146c7 I tried that], but a locker that does that fails in quick.lib in mysterious ways that probably have something to do with stepping on the toes of bootstrapping and Predef)
SI-3152.md:should typedThis be made more resilient? should these `This(pkg)` trees never be generated in the first place? ([http://github.com/adriaanm/scala/commit/4d2432b48caaa41217fb46f11b6f90663ac146c7 I tried that], but a locker that does that fails in quick.lib in mysterious ways that probably have something to do with stepping on the toes of bootstrapping and Predef)
SI-3166.md:[http://homepage.mac.com/dr2chase/NewScalaClassBug.png URL showing failure, as well as input details to the failure, and package browser too.]
SI-3212.md:I posted this to scala-user and Martin Odersky responded here - [http://thread.gmane.org/gmane.comp.lang.scala.user/24426/focus=24510] and asked to file a ticket.
SI-322.md:Yes, it seems to work fine on Eclipse 3.2.2; thanks for the hint. But the plugin should still work with Eclipse 3.3, right? Especially given that [http://www.scala-lang.org/downloads/eclipse/ the website] even says that the plugin *requires* 3.3.
SI-3260.md:The complete list of javadoc tags can be found [http://java.sun.com/javase/6/docs/technotes/tools/windows/javadoc.html#javadoctags here].
SI-3261.md:Scaladoc should be able to generate links to external scaladoc and javadoc sites for types that appear in method signatures and are not defined in the user's project. The user should be able to provide the locations of those sites via a command line argument (see the [http://java.sun.com/javase/6/docs/technotes/tools/windows/javadoc.html#standard -link] javadoc option).
SI-3265.md:I have some ideas about #2634 and I post it here: [http://old.nabble.com/Some-ideas-of-lazy-version-takeWhile-method-in-TraversableLike.-td28189940.html]
SI-3273.md:However, I don't satisfied with this way to fix #2634 since it is not perfect at all(as I mentioned in [http://old.nabble.com/Some-ideas-of-lazy-version-takeWhile-method-in-TraversableLike.-td28189940.html]).
SI-3278.md:More discussion on the scala-user's mailing list [http://comments.gmane.org/gmane.comp.lang.scala.user/25484]
SI-33.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=767 contrib 767]**
SI-3349.md:- Download prefuse from [http://sourceforge.net/projects/prefuse/files/prefuse/beta-20071021/prefuse-beta-20071021.zip/download here][[BR]]
SI-3368.md:1. XML 1.0 [http://www.w3.org/TR/REC-xml/#sec-cdata-sect] says: "Within a CDATA section, only the CDEnd string is recognized as markup, so that left angle brackets and ampersands may occur in their literal form; they need not (and cannot) be escaped using "<" and "&". CDATA sections cannot nest."
SI-3368.md:2. DOM Level 3 Core [http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#DOMConfiguration] defines DOMConfiguration parameter "cdata-sections" which determines whether CDATA must be converted to text nodes on serialization or not. There's also an entry in DOM FAQ for how this conversion must be done: [http://www.w3.org/DOM/faq.html#CDTA-text]
SI-3385.md:[https://lampsvn.epfl.ch/trac/scala/changeset/21219 Changeset 21219]
SI-3413.md:This is a reduced example from Daniel Ramage's Scalala [http://github.com/dramage/Scalala/tree/0456d5f99721fc96ae5aa418cacb5676049230ac]. I would recommend to test the fix for this bug against this codebase.
SI-3452.md:See this [http://scala-programming-language.1934581.n4.nabble.com/valid-code-throws-NoSuchMethodError-at-runtime-td2222685.html#a2222685 thread]
SI-3477.md:I have a [http://github.com/adriaanm/scala/commit/3937d0b4c5fda27d3c2f44dd36b01ae0c7f72c20 tentative fix] for this, but need to investigate the relation to #3152, which was fixed in r21128
SI-3507.md:I [http://github.com/adriaanm/scala/commit/f1997169a504f877dcef1827a56001ce79865410 tried] to add some "deskolemization" logic to `solve` in Types so that we get `Test.this.mani[object _1.b.c forSome { val _1: A }](Test.this.c)`
SI-3507.md:FWIW, I thought about it some more and figured we just shouldn't generate manifests that require referring to an existentially bound value -- please re-assign to me if [http://github.com/adriaanm/scala/commit/f85c259fe686dfd84e10c7aae4432bdf1c6d818d#diff-1 this] is what we should do:
SI-3539.md:I've [http://pastebin.com/61zDNtZF written a similar method] for Numeric[Option[T]] but have had to copy the implementation of Ordering#compare. Making this change would allow me to subclass to reuse the existing implementation (similar to Numeric.LongIsIntegral, etc).
SI-3541.md:The indentation in the bug is the style recommended by the Scaladoc wiki for authors [https://lampsvn.epfl.ch/trac/scala/wiki/Scaladoc/AuthorDocs]
SI-3555.md:I fixed the [http://github.com/retronym/scala-starrless/commit/4131457c499ecf4f1c7438acc7d288776fbac246 test framework for scalap], and thought I had [http://github.com/retronym/scala-starrless/commit/17dc393f909f6ff8f76cccb7cd65a4f93896bedb fixed this bug], too.
SI-3555.md:But I realised that my [http://github.com/retronym/scala-starrless/commit/547515930a14616fe50687eb808096ee80b6e9c4 test case was wrong.]
SI-3600.md:See also: [http://java.sun.com/docs/books/jls/third_edition/html/packages.htmlSI-7.4.1.1 JLS 3rd Ed. � 7.4.1.1]
SI-3618.md:in linear super types documentation for [http://www.scala-lang.org/archives/downloads/distrib/files/nightly/docs/library/scala/collection/SortedSet.html collection.SortedSet]
SI-3624.md:I suspect this is actually a bug in the eclipse compiler rather than scala, because the behaviour seems very similar to [https://lampsvn.epfl.ch/trac/scala/ticket/1879 issue 1879] , but don't understand the javap output well enough to be confident of this. Apologies if this is the wrong place; if it is an eclipse compiler problem, assistance in describing the fundamental issue would be greatly appreciated.
SI-3629.md:(In r22542) Updated LinkedBlockingQueue to latest jsr166 version. Verified bug fix using test case in [http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6806875 JDK bug report 6806875]. Closes #3629.
SI-363.md:It has, at least if you consider [http://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/compiler/scala/tools/nsc/ObjectRunner.scala ObjectRunner] to be a script :). It could be modified to run the main object of the given singleton object. Jamie, why do you think that's a bad idea? (I don't see how issue #50 is related).
SI-3631.md:**Note**: xhtml1-strict.scala was generated from the schema of XHTML using my private build of [http://scalaxb.org/ scalaxb], so it's a little big. There may be some issue with the generated code, but I can't tell from the error message.
SI-3634.md:[http://java.sun.com/javase/6/docs/api/javax/swing/JList.html java 6 JList]
SI-3634.md:[http://download.java.net/jdk7/docs/api/javax/swing/JList.html java 7 JList<E>]
SI-3681.md:When browsing the Scala API docs, there's a broken link on the [http://www.scala-lang.org/docu/files/api/scala/Product.html page about Product]:
SI-3695.md:We will have a complete scaladoc tutorial on [http://docs.scala-lang.org] shortly. Until then, citing the scaladoc tool:
SI-3695.md:Another crash course on links: [http://www.slideshare.net/VladUreche/scaladoc-reflection/17]
SI-37.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=745 contrib 745]**
SI-3734.md:As I reported [http://code.google.com/p/collaborative-scaladoc/issues/detail?id=15 here], comments merged from CollaDoc use slightly different comment formatting:
SI-3745.md:> I've just looked into ASM and how they are doing things. They have quite a sophisticated method doing all this relocation stuff in [http://websvn.ow2.org/filedetails.php?repname=asm&path=%2Ftrunk%2Fasm%2Fsrc%2Forg%2Fobjectweb%2Fasm%2FMethodWriter.java MethodWriter.resizeInstructions].
SI-375.md:There should absolutely be some documentation about that, and the examples at [http://www.scala-lang.org/node/140] and [http://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/docs/examples/plugintemplate] should be updated.
SI-3755.md:2.8.0 stacktrace here: [http://pastebin.com/JT8kbBrX]
SI-3755.md:2.9.0 stacktrace here: [http://pastebin.com/Z31Xqw9e]
SI-3757.md:from the [http://java.sun.com/docs/books/jls/third_edition/html/names.htmlSI-6.6.5 JLS]:
SI-3768.md:Jason Zaugg helped find and then minimize the test case that's currently crashing the compiler on building [http://github.com/retronym/Scalala/commit/456a29c28c8e1a7d27ba8340ef6ca9759125aa1d scalala]. The code below crashes 2.8.0 and the latest nightly scala-2.8.0.r22767-b20100816020123.
SI-3791.md:The description is on the doc comment of [https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_0_final/src/library/scala/Math.scala#L76 scala.Math.EPS_DOUBLE], which is deprecated with a pointer to `Double.Epsilon`. `Double.Epsilon` itself is not part of the API documentation.
SI-3796.md:I have [http://github.com/dcsobral/scala/commit/3fd85f6f52e5f5685ce22cb5cbbfd5d406a107f4 committed] a simple fix on github that relies on `dropWhile`, `takeWhile`, `foldLeft` and `update` to produce a new range.
SI-38.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/contribs/load.do?id=479 contrib 479]**
SI-38.md:I've optimized Comparator a bit. Result is: [http://mx1.ru/~yozh/scala-comparator/Comparator.java] (diff: [http://mx1.ru/~yozh/scala-comparator/Comparator.java.diff]).
SI-38.md:I've tested with [http://mx1.ru/~yozh/scala-comparator/Test.java] and got results:
SI-3834.md:in [http://www.scala-lang.org/api/current/scala/collection/Map.html], `def map` has a usecase
SI-386.md:Available Debian package is version [http://packages.debian.org/unstable/devel/scala 2.5.0-1] while current version is [http://www.scala-lang.org/downloads/ 2.6.1-final]
SI-3869.md:This looks like [https://lampsvn.epfl.ch/trac/scala/ticket/1789]
SI-3883.md:Something simpler that would help make directly using HLists more user-friendly would be printing binary type constructors with symbolic names as infix types. I have a [http://github.com/harrah/scala-starrless/tree/print_infix_types branch] that does this, but the part that detects when the simple name is ambiguous is an ugly hack.
SI-3883.md:One of the things I was trying out in the HList part [http://apocalisp.wordpress.com/2010/06/08/type-level-programming-in-scala/ here] was seeing what could be the minimal HList representation that you could standardize on in the standard library and what could be left to outside libraries. The HList in that casehlist branch I linked to before is a decent base for replacing TupleN and if you add a few more members, you can do a bunch more operations in outside type classes.
SI-3883.md:to prevent the diverging implicit. The [http://github.com/harrah/scala-starrless/blob/49eefb44f45f3/test/files/pos/casehlist.scala test case] compiles and runs successfully.
SI-3884.md:This idea for enhancement comes from the [http://www.adobe.com/livedocs/flex/2/langref/ Flex 2 API] for Flash development. Here they include both language specification and additional documentation with the standard libary api, browsable from the "package" section. Maybe something similar could be done for Scala by including pointers to Scala's numerous external documentation like [http://www.scala-lang.org/docu/files/collections-api/collections.html The Scala 2.8 Collections API] and language specification?
SI-3911.md:[https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/compiler/scala/tools/nsc/transform/CleanUp.scala CleanUp.scala]
SI-3938.md:This stems from the report on the mailing lists / [http://youtrack.jetbrains.net/issue/SCL-2444 bug] lodged against the IntelliJ plugin from Alec Zorab.
SI-3982.md:You can see this in the standard library API documentation in several places. For example, in the ++, copyTo*, grouped, and other methods of [http://www.scala-lang.org/api/current/scala/xml/pull/ProducerConsumerIterator.html ProducerConsumerIterator], there is a type variable 'A' as the lower bound of a new type parameter. This 'A' is probably the unreplaced type parameter of the 'Iterator' ancestor. It should be 'T'. Or, there is [http://www.scala-lang.org/api/current/scala/collection/BitSet.html BitSet], which should have Int substituted for 'A' for those methods.
SI-3990.md:[http://scala-programming-language.1934581.n4.nabble.com/Extremely-high-CPU-usage-no-Autocomplete-with-scala-2-8-0-final-Core2Duo-2-26GHz-2GB-MacBookPro-Mac--td3030894.html]
SI-4.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1296 bug 1296], [http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=772 contrib 772]**
SI-40.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=744 contrib 744]**
SI-40.md:More code examples available in [http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=744 contrib 744]
SI-4056.md: 1. Open [http://www.scala-lang.org/docu/files/collections-api/collections_5.html The sequence traits Seq, IndexedSeq, and LinearSeq]
SI-4058.md: 1. Open [http://www.scala-lang.org/docu/files/collections-api/collections_7.html Sets].
SI-4077.md:See discussion [http://scala-programming-language.1934581.n4.nabble.com/slow-iteration-over-scala-collection-JavaConversions-asJavaList-result-td3065051.html Slow iteration over Scala collection]
SI-4079.md:I found what looks to be a workaround, using [http://groups.google.com/group/scalaz/browse_thread/thread/862543e872b09f3c type lambdas] instead of the ComposeT trait. The working file looks like:
SI-4082.md:[http://matt.might.net/articles/red-black-delete/]
SI-4097.md:The workaround [https://github.com/scalaz/scalaz/blob/master/core/src/main/scala/scalaz/Equal.scala#L171 isn't pretty].
SI-41.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=230 contrib 230]**
SI-410.md:As [http://www.nabble.com/-scala--Hitting-on-a-bug-in-json-parser-td15115462.html#a15115462 reported] on the list, something is off handling 0 in the parser:
SI-4108.md:1. Open [http://www.scala-lang.org/docu/files/collections-api/collections-impl_3.html Integrating new collections].
SI-4108.md:The RNA bases used in the example should be adenine (A), cytosine (C), guanine (G) and uracil (U). See [http://en.wikipedia.org/wiki/RNA RNA].
SI-4130.md:As discussed in the thread [http://www.scala-lang.org/node/8472 sc.isLetter], the REPL will change the way commands are interpreted depending on the names of files that may happen to be present in the file system.
SI-4183.md:A problem [http://thread.gmane.org/gmane.comp.lang.scala.user/34969 discussed] on the scala user mailing list, details a problem when an actor links to a function object. The function object will be wrapped in an actor **B**, which then get linked to the actor **A** that initiated the linking.
SI-4183.md:[http://thread.gmane.org/gmane.comp.lang.scala.user/34969]
SI-4184.md:Note however that the previous behaviour was according to the [http://lampsvn.epfl.ch/trac/scala/wiki/Scaladoc/AuthorDocs?version=16 then-current specification] (see section on HTML element tags in `pre` code blocks).
SI-4184.md:The [http://lampsvn.epfl.ch/trac/scala/wiki/Scaladoc/AuthorDocs specification] has been updated to describe the new behaviour.
SI-4242.md:[http://www.scala-lang.org/api/current/scala/annotation/target/package.html the target package] and its classes (so called meta annotations). They are introduced just as a hint to which element of a definition compiler shall apply annotation. However, compiler makes now checks is this appliance valid or not.
SI-4293.md:[http://blogs.sun.com/ahe/entry/javac_default_class_file_version]
SI-43.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=755 contrib 755]**
SI-4320.md:One example is object Char, [http://www.scala-lang.org/archives/downloads/distrib/files/nightly/docs/library/scala/Char$$.html].
SI-4334.md:(declared [https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_1_final/src//library/scala/Enumeration.scala#L131 here])
SI-4354.md:[http://download.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html#matches(java.lang.String,%20java.lang.CharSequence)]
SI-4359.md:The default implementations of this method is an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation]: * It is reflexive: for any instance x of type Any, x.equals(x) should return true. * It is symmetric: for any instances x and y of type Any, x.equals(y) should return true if and only if y.equals(x) returns true. * It is transitive: for any instances x, y, and z of type AnyRef if x.equals(y) returns true and y.equals(z) returns true, then x.equals(z) should return true.
SI-4365.md:`-Yno-generic-signatures` can be used as a workaround since [https://github.com/scala/scala/commit/93751072ef9ce684a5a8282bbf619f62736c30f4]
SI-4445.md:6) Prefixes seem to be discarded in almost all cases. So everything which uses any enum is of type "Value", and even the link goes straight to Enumeration.Value. [[http://www.scala-lang.org/api/rc/scala/swing/Oriented.html Example]]. You're down to reading the source code at that point. (On the plus side, there is a link to the source code.)
SI-4472.md:Java solution exists [http://jira.codehaus.org/browse/MPLUGIN-181 here] but HTML escape strings do not work with scaladoc
SI-4498.md:Method [https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/library/scala/io/Position.scala?rev=24717#L48 encode] does not use column parameter.
SI-4513.md:[http://stackoverflow.com/questions/5764049/most-elegant-repeat-loop-in-scala]
SI-4537.md:Given this [https://gist.github.com/953217 code]:
SI-4555.md:The current scaladoc 2 guidelines posted here [[https://lampsvn.epfl.ch/trac/scala/wiki/Scaladoc/AuthorDocs]] recommend format like this:
SI-4555.md:The source code of Scala, even the very latest changes which include scaladoc 2 specific tags (e.g. [[http://www.scala-lang.org/api/rc/index.html#scala.collection.parallel.ParIterable]]) use the long-standing Java convention of:
SI-4555.md:This long standing convention has (until recently) been enabled by the standard IDEs. (This patch to the Scala IntelliJ plugin changed this [[http://git.jetbrains.org/?p=idea/scala-plugin.git;a=commit;h=35656665c79c6fb43a46048e3bd16370f33286b0]]).
SI-4555.md:The very helpful Scala Style Guide [[http://davetron5000.github.com/scala-style/scaladoc/index.html]] also recommends this long standing convention.
SI-4555.md:You appear to be saying that you think the recommended here [https://lampsvn.epfl.ch/trac/scala/wiki/Scaladoc/AuthorDocs] style should stay as it is even though it is in conflict with the source of the scala library and in conflict with the scala style guide and Java coding conventions for the last n years.
SI-4560.md:In another [http://groups.google.com/group/spray-user/msg/59eb57b6cb2ce512 case] for some reason the cache was looked for in a class declared as the self-type.
SI-4560.md:Doing the changes ([https://github.com/scala/scala/pull/970]) some tests start failing with `NoSuchMethodErrors`:
SI-4566.md:[https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/library/scala/collection/immutable/Range.scala]:
SI-4585.md:see for example [http://www.scala-lang.org/api/current/index.html#scala.collection.SetLike] where the type parameters **A** and **This** are missing. At my site scaladoc processes only the first of two @tparam tags. This was o.k. with 2.8.1
SI-4599.md:I have now submitted a possible fix on[https://github.com/scala/scala/pull/18 github].
SI-4607.md:The attached file contains a small sbt project that compiles fine, but if I edit the source with ensime activated in emacs, the annotation argument is highlighted as "`annotation argument needs to be a constant; found: AnEnum.BAR`" The source for the two class files in lib/annot.jar is in the archive, too, but outside of the project so as not to trigger #2764. This is probably the problem discussed in comments [http://lampsvn.epfl.ch/trac/scala/ticket/2764#comment:28 28] to [http://lampsvn.epfl.ch/trac/scala/ticket/2764#comment:31 31] there.
SI-4812.md:fixed in [https://github.com/scala/scala/commit/57967c9d1e93aa3a4d26fc02f13172f4622ed9e3]
SI-4837.md:A live example is the method `map`, defined throughout the standard library. In looking at the scaladoc index page for M, [http://www.scala-lang.org/api/current/index.html#index.index-m], one can see a list of all entities where `map` is implemented.
SI-489.md:I originally got this error when accessing [http://mina.apache.org/report/trunk/xref/org/apache/mina/transport/socket/nio/NioSocketConnector.html MINA's `NioSocketConnector`] from Scala code, but I've also created a smaller test class.
SI-4952.md:[https://bugs.eclipse.org/bugs/show_bug.cgi?id=345926#c14]
SI-4967.md:According to [http://www.w3.org/TR/2000/WD-xml-2e-20000814#AVNormalize] (section 3.3.3), leading and trailing space in non-CDATA attribute values should be discarded before passing the value to the application.
SI-5.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1295 bug 1295], [http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=770 contrib 770]**
SI-5044.md:However the error message is not very explicit about what to do. This is done in [https://github.com/scala/scala/commit/4669ac180e58daf97ac7f73af4622434b439631d]
SI-5044.md:related discussion: [https://github.com/lrytz/scala/commit/2ab4733e381f2e5df376b785bba9b759476e9706]
SI-518.md:See [http://www.nabble.com/Converting-a-Java-wildcard-to-a-Scala-existential-td15047532.html#a15047532 this thread] for details.
SI-519.md:See [http://www.nabble.com/Newbie-question-about-existentials-td15083731.html#a15083731 this thread] for details.
SI-5202.md:(a) Intervals (ie regions of the number line). Interval/Affine arithmetic defines arithmetic operations over intervals, but not a total ordering [http://en.wikipedia.org/wiki/Interval_arithmetic].
SI-5209.md:This was already confirmed ([http://groups.google.com/group/scala-language/msg/1bd28a7d3a39bf9c]) but still not fixed.
SI-5209.md:- [http://stackoverflow.com/questions/7022207/why-scala-changed-relative-precedence-of-relational-vs-equality-operators-compa]
SI-5209.md:- [http://groups.google.com/group/scala-language/browse_thread/thread/51bde08394afb578]
SI-5209.md:- [http://stackoverflow.com/questions/7618923/actual-precedence-for-infix-operators-in-scala]
SI-5212.md:While #4473 provides a way of linking to a scaladoc page such that you get the navigation bar plus the desired page, these links are not what you find when you google for Scala APIs. Instead you get links to individual pages (e.g. [http://www.scala-lang.org/archives/downloads/distrib/files/nightly/docs/library/scala/collection/immutable/Vector$.html] when searching for "scala immutable vector") which provide no obvious way of getting to the full scaladoc page with the navigation bar. There should at least be a link on the page, or possibly an automatic redirection with JavaScript.
SI-5349.md:{noformat}@see [[http://days2011.scala-lang.org/node/138/283]]{noformat}
SI-5349.md:{noformat}@see [[http://days2011.scala-lang.org/node/138/283 OMGZZZ]]{noformat}
SI-5462.md:On OpenJDK, it prints "x" instead of "IDLE" because the name of the var is accidentally picked up instead of the intended field name. This is implementation-dependent: "The elements in the array returned are not sorted and are not in any particular order" ([http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html#getMethods()]).
SI-5523.md:Doug Lea's announcement email can be found here: [http://markmail.org/message/323vxzn6irkk5yrg], advertised significant performance increase in throughput.
SI-5575.md:[http://www.scala-lang.org/archives/downloads/distrib/files/nightly/docs/library/index.html#scala.collection.immutable.List]
SI-5575.md:Sure, your correction sounds reasonable. Feel free to submit a pull-request (guidelines are here: [https://docs.google.com/document/d/1vBHur7dd4UlTiL7dUd8RjzjQNKrz-KU38i2QYpyzL7w/edit]), and make sure to make the following spelling correction: indexes => indices
SI-5610.md:Fix pending in [https://github.com/lrytz/scala/tree/t5610].
SI-5654.md:Story about fixing this one ([https://github.com/scala/scala/commit/23afe3c9b9ff6f1c9d31cea678909003ca8f943b])
SI-5698.md:You will see that nothing is printed to either stdout or stderr. What is happening is that the serialized form of the `case object` message which is being sent by the client has a different `serialVersionUID` as that on the server (see [https://issues.scala-lang.org/browse/SI-5697]). This exception should not be swallowed.
SI-5788.md:Unfortunately it's not in M4 but it'll be there in 2.10. I fixed the main issue, but there's a widening transformation happening and I haven't been able to prevent it so far. In case you want to take a look, my last progress is at [https://github.com/VladUreche/scala/tree/issue/5788]. The main commit that explains what I do is [https://github.com/VladUreche/scala/commit/101c4385568b3c762306277d8a2bd14171b4451f].
SI-5806.md:cannot reproduce using latest build [http://scalabuilds.herokuapp.com/rev/5b9bf3d7124e8ba6e27953fa5cc00367614ecf5b]
SI-5807.md:can't reproduce with latest build [http://scalabuilds.herokuapp.com/rev/5b9bf3d7124e8ba6e27953fa5cc00367614ecf5b]
SI-6.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1294 bug 1294], [http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=766 contrib 766]**
SI-6019.md:(The `t2mapper` is from Stack Overflow: [http://stackoverflow.com/a/4022510/319931].)
SI-6019.md:I described the issue at [http://stackoverflow.com/questions/11302291/why-does-this-scala-code-throw-illegalaccesserror-at-runtime]; reported here too since it seemed to be a compiler bug.
SI-6109.md:The symbol loader will create a symbol for every classfile that it finds. See also [https://github.com/scala/scala/blob/21f14e371c0baa9d59678fe5645cea80586ef116/src/compiler/scala/tools/nsc/symtab/classfile/ClassfileParser.scala#L648]
SI-620.md:FYI, I found an example of lazy values being used inside the function body [http://scala.sygneca.com/faqs/language#what-s-the-difference-between-a-lazy-argument-a-no-arg-function-argument-and-a-lazy-value in the Wiki]:
SI-624.md:I got caught with this when I was writing some [http://trac-hg.assembla.com/scala-mina/browser/integration-scala/src/main/scala/org/apache/mina/integration/scala/util/ActorUtils.scala exit-handling code], and I saw [http://www.nabble.com/Does-Actor.link-work--td15968585.html a similar mistake] on the mailing lists today. If the current behaviour isn't changed, then mentioning it in `trapExit`'s documentation would probably be a helpful alternative.
SI-629.md:[http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Matcher.html#replaceAll(java.lang.String) Matcher.replaceAll]
SI-647.md:I'm trying to open an FTP file using [http://www.eclipse.org/dsdp/tm/ Target Management (RSE)] and I get the following exception:
SI-6580.md:[http://andreimikhailov.com/scaladoc/index.html#com.andreimikhailov.brst.TLMTLT$]
SI-66.md:Using Scala from Java, or from another language (like [http://velocity.apache.org/ Velocity] or [https://scripting.dev.java.net/ other scripting language]) is currently very troublesome: one have to forfeit Scala-aware types in favor of java.util.* Collections.
SI-660.md:The proposal for scala.Either (#251) has functions mapN and mapLeftN where N is 2,3,4 or 5. I have recently noticed that object [http://www.scala-lang.org/docu/files/api/scala/List$$object.html#map2%28List%5BA%5D%2CList%5BB%5D%29 scala.List also has functions of these names], however, although they have the same signature (except that they are on the object and not the class (why?)), they have very different semantics to the functions written on scala.Either. The fact that the functions have the same signature (except for the List/Either type constructor) with existing library functions, but have different properties about those functions, is alarming.
SI-664.md:Workaround (inspired by [http://scala.sygneca.com/faqs/language#what-s-the-difference-between-a-lazy-argument-a-no-arg-function-argument-and-a-lazy-value wiki]), which uses "lazy val" as well, produces no errors:
SI-67.md:Hmm, I would like [http://lampsvn.epfl.ch/trac/scala/ticket/66 my ticket 66] to be removed. I've gathered it doesn't make sense. (If I returh a JCL-based type, I already have access to "underlying"; what I wanted is Collections-aware Seq's and Iterable's, but it's hardly possible). [[BR]]
SI-6781.md:See: [http://stackoverflow.com/questions/4599153/iframes-and-the-safari-on-the-ipad-how-can-the-user-scroll-the-content]
SI-695.md:This error was found in the wild in the constructor of [http://mina.apache.org MINA's] !AbstractPollingIoConnector.!ConnectionRequest class. Another error parsing a MINA classfile was reported in #489.
SI-7.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1293 bug 1293], [http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=775 contrib 775]**
SI-7003.md:You can find the WIP fix including the changes needed to *.check files: [https://github.com/khernyo/scala/commits/unstable/issue/7003]. This is mixed up with a WIP fix for #6289 which I will clean up later.
SI-7417.md:Paul suggests that "The boxed-type accepting methods should unbox and dispatch to the unboxed-type ones, and they should all be in the same place." \[[https://groups.google.com/d/msg/scala-language/P6LyQVK6iLA/WZwTMgFJ26gJ]\].
SI-744.md:[https://mylamp.epfl.ch/wiki/scala/2008-04-08]
SI-7835.md:{noformat}@define MYPROJECT ''[[http://myproject.org/ My Project]]''{noformat}
SI-8.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1292 bug 1292], [http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=764 contrib 764]**
SI-8113.md:{noformat}Here's [[http://my.example.com/SomeInterestingStuff
SI-8197.md:[https://code.google.com/p/scalafx/downloads/detail?name=scalafx-1.0.0-M7-sources.jar]
SI-828.md:[http://www.davidflanagan.com/blog/000047.html]
SI-83.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=771 contrib 771]**
SI-838.md:scalac [http://www.scala-lang.org/docu/files/tools/scalac.html man page] says:
SI-84.md:Aladdin: **[http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=768 contrib 768]**
SI-8413.md:[http://www.scala-lang.org/api/current/index.html#scala.collection.Map]
SI-8537.md:As shown in [https://gist.github.com/ijuma/11222642], the fix to [SI-8157](https://issues.scala-lang.org/browse/SI-8157) introduced a source-incompatible progression. This should be put under a source flag to allow the previous version to run under `-Xsource:2.10`.
SI-86.md:You can find more information about this in section 12.4.2 of the [http://java.sun.com/docs/books/jls/third_edition/html/execution.html JLS].
SI-866.md:[https://lampsvn.epfl.ch/trac/scala/ticket/828#comment:3]
SI-8690.md:The README.md file is in the Github scala/scala repo([https://github.com/scala/scala/blob/2.12.x/README.md])
SI-8799.md:[1] Section 4.1 of [http://www.scala-lang.org/files/archive/spec/2.11/04-basic-declarations-and-definitions.html].
SI-8834.md:I think I just did [https://github.com/scala/scala-xml/pull/29](https://github.com/scala/scala-xml/pull/29)
SI-8841.md:The project [https://github.com/yanns/scalatest-compile-error] produces the following error:
SI-8841.md:when I removed the last test with {code}val payer = invoice.payment.value.payer {code} ([https://github.com/yanns/scalatest-compile-error/blob/master/src/test/scala/payment/InvoiceSpec.scala#L28]), it works as expected:
SI-8841.md:If I let the last test with {code}val payer = invoice.payment.value.payer {code} but remove the {code}id: Option[String] = None{code} [https://github.com/yanns/scalatest-compile-error/blob/master/src/main/scala/payment/Invoice.scala#L6] from Invoice, it compiles also fine.
SI-8978.md:Available at [https://github.com/RichardBradley/scala-compiler-crash]
SI-9.md:Aladdin: *[http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1290 bug 1290], [http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=765 contrib 765]_
SI-9064.md:[http://stackoverflow.com/questions/15975384/scala-reducebykey-function-use-any-type-that-has-method]
SI-9064.md:[http://ideone.com/dyrkYM]
SI-9069.md:PS. Corresponding scala-internals discussion: [https://groups.google.com/d/msg/scala-internals/r1WnP5DfuNM/kyFtKG-sLfYJ]
SI-9247.md:- [https://issues.scala-lang.org/browse/SI-6680]
SI-9247.md:- [https://issues.scala-lang.org/browse/SI-8128]
SI-9434.md:I guess this problem is somehow related to [https://github.com/scala/scala/pull/4563], so I addded `-Ydebug` to `scalacOptions`. The output seems to confirm that the REPL cannot find the embedded JLine interpreter.
SI-9495.md:All that's needed then is a note in [http://scala-lang.org/contribute/hacker-guide.html#build].
SI-9501.md:[http://scala-lang.org/contribute/hacker-guide.html#ide] would benefit from a reference to [the README](https://github.com/scala/scala/blob/2.11.x/src/eclipse/README.md). See also [https://issues.scala-lang.org/browse/SI-8804?focusedCommentId=70414&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-70414].
SI-9529.md:Repeating annotations: [https://docs.oracle.com/javase/tutorial/java/annotations/repeating.html]
SI-9628.md:Renaming {code}foo{code} into something else, changes the problem into issue [https://issues.scala-lang.org/browse/SI-5091]. Renaming {code}bar{code} into something else compiles fine.
SI-9638.md:You can find and example of that ad-hoc wrapper [https://github.com/Stratio/Crossdata/pull/356/files]. Definition from line 34 to 60 and use from lines 225 to 237. (Note the at the linked code, the new *flatMap* method is called `withTrackerFlatMap`
SI-966.md:For the plugin the SVN revision is what I really need. See [http://lampsvn.epfl.ch/trac/scala/wiki/EclipsePlugin here] for details on how to find it.
SI-9721.md:Search in new doc tool output at [http://www.scala-lang.org/files/archive/nightly/2.12.x/api/2.12.x/] fails to find symbolic identifiers that start with a hash-symbol (#).
SI-9735.md:[https://github.com/melezov/scala/commit/c2fdafc55eeb129ac778e54007ac54cdf88357c3]
SI-9769.md:some discussion has been started over here: [http://stackoverflow.com/questions/36982684/auto-mix-api-when-self-typing-in-scala]
SI-9823.md: // [https://github.com/scala/scala/blob/2.12.x/src/library/scala/collection/mutable/Builder.scala#L77]
SI-9823.md:// [http://hg.openjdk.java.net/jdk8/jdk8/hotspot/file/87ee5ee27509/src/share/vm/oops/klass.hpp]
SI-9887.md:Hmm, I modified your test and got different results than my much larger program. There are problems with -Ywarn-unused-imports and -Ywarn-unused, but not as I originally reported. I made a github project [https://github.com/mslinn/warnUnusedFlags] with this code example.
The text was updated successfully, but these errors were encountered:
We should remove the
[
and]
from around these links to make them clickable.The text was updated successfully, but these errors were encountered: