Skip to content

Binary resolution limited. #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 9, 2011

Conversation

jsuereth
Copy link
Contributor

@jsuereth jsuereth commented Dec 8, 2011

Binary library pull/push is limited to:

  • test/files
  • lib

Part #2 of fixing resolution for general purpose usage.

Review by @lrytz

Binary library pull/push is limited to:
- test/files
- lib
@paulp paulp merged commit f71d245 into scala:master Dec 9, 2011
retronym referenced this pull request in retronym/scala Oct 9, 2016
…lining

```
⚡ qscalac -opt:l:classpath -d /tmp sandbox/test.scala && javap -v -cp /tmp Test | cat -b | grep -i --color  '$anonfun$test$1'
    26	  #17 = Utf8               $anonfun$test$1
    27	  #18 = NameAndType        #17:#13        // $anonfun$test$1:()V
    28	  #19 = InterfaceMethodref #2.#18         // Test.$anonfun$test$1:()V
    59	  #50 = MethodHandle       #6:#19         // invokestatic Test.$anonfun$test$1:()V
    96	         0: invokestatic  #19                 // InterfaceMethod $anonfun$test$1:()V
   140	  public static void $anonfun$test$1();
   169	      #50 invokestatic Test.$anonfun$test$1:()V
```
sjrd pushed a commit to sjrd/scala that referenced this pull request Mar 24, 2020
add more sbt tasks: code runner and dotty decompiler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants