Summary: No need for our own patched version now that it's available in opam. You should `opam pin remove --no-action javalib && ./build-infer.sh` to get rid of the previous version. Reviewed By: mbouaziz Differential Revision: D6063730 fbshipit-source-id: 8efd598master
parent
3a8cc49887
commit
0e70845801
@ -1,15 +0,0 @@
|
|||||||
--- jLow2High.ml 2016-11-01 08:10:40.000000000 -0700
|
|
||||||
+++ jLow2High.ml 2017-08-30 14:54:09.000000000 -0700
|
|
||||||
@@ -630,9 +630,9 @@
|
|
||||||
Java (lazy (low2high_code consts bootstrap_methods (Lazy.force c)))
|
|
||||||
| [] when is_native -> Native
|
|
||||||
| [] ->
|
|
||||||
- raise
|
|
||||||
- (Class_structure_error
|
|
||||||
- "A method not declared as Native, nor Abstract has been found without code.")
|
|
||||||
+ (* although this will never happen in bytecode generated by Javac, some bytecode generators
|
|
||||||
+ create empty method bodies without bothering to mark them native *)
|
|
||||||
+ Native
|
|
||||||
| [_] ->
|
|
||||||
raise
|
|
||||||
(Class_structure_error)
|
|
Binary file not shown.
Loading…
Reference in new issue