Skip to content
This repository was archived by the owner on Feb 23, 2018. It is now read-only.

Conversation

soc
Copy link

@soc soc commented Apr 14, 2011

No description provided.

soc added 5 commits April 14, 2011 20:11
Adds version information to the ~320 usages of @deprecated.
Fixes #4477.
Conflicts:
	src/build/genprod.scala
	src/library/scala/Application.scala
	src/library/scala/Cell.scala
	src/library/scala/Double.scala
	src/library/scala/Float.scala
	src/library/scala/Predef.scala
	src/library/scala/annotation/serializable.scala
	src/library/scala/collection/JavaConversions.scala
	src/library/scala/collection/JavaConverters.scala
	src/library/scala/collection/immutable/Queue.scala
	src/library/scala/deprecated.scala
	src/library/scala/package.scala
	src/library/scala/util/parsing/syntax/package.scala
@soc
Copy link
Author

soc commented Apr 19, 2011

I give up. I can't convince GitHub to do the thing I imagine. It keeps including unrelated stuff in my pull requests.

@soc soc closed this Apr 19, 2011
pedrofurla pushed a commit to pedrofurla/scala that referenced this pull request Apr 23, 2011
…ection

so those hypothetical people who use non-sun jvms won't be thrown off kilter.
You can give it a file argument or a class name, including classes you just
defined in the repl, and it will clean up the repl mangling on the way out.

  scala> class Bippy { def hackenkraks(x: Float, y: Double) = 5 }
  defined class Bippy

  scala> :javap Bippy
  Compiled from "<console>"
  public class Bippy extends java.lang.Object implements scala.ScalaObject
  [...]
  public int hackenkraks(float, double);
    Signature: (FD)I
    Code:
     Stack=1, Locals=4, Args_size=3
     0:	iconst_5
     1:	ireturn

  scala> :javap scala.collection.Map
  public interface scala.collection.Map extends scala.collection.Iterable,scala.collection.MapLike,scala.ScalaObject
  [...]
  const scala#7 = Asciz	ScalaSig;
  const scala#8 = Asciz	<A:Ljava/lang/Object;B:Ljava/lang/Object;>Ljava/lang/Object;Lscala/collection/Iterable<Lscala/Tuple2<TA;TB;>;>;Lscala/collection/MapLike<TA;TB;Lscala/collection/Map<TA;TB;>;>;Lscala/ScalaObject;;
  const scala#9 = Asciz	Lscala/reflect/ScalaSignature;;
  const scala#10 = Asciz	bytes;
  const scala#11 = Asciz	[line elided for control chars: possibly a scala signature]

  scala> :javap java.util.Enumeration
  Compiled from "Enumeration.java"
  public interface java.util.Enumeration
  [...]

  scala> :javap /scala/trunk/build/quick/classes/compiler/scala/tools/util/Javap.class
  Compiled from "Javap.scala"
  public class scala.tools.util.Javap extends java.lang.Object implements scala.ScalaObject
  [...]

No review.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@24167 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant