Skip to content

Commit b189749

Browse files
hansonrhansonr
authored andcommitted
pre-long
This directory holds 3.2.9 transpiler and runtime tagged previous to the transpiler fix for boxed number direct manipulation: Long L = Long.valueOf(3); L++; L /= 2; L += 10; L = L / 5; etc. These assignments are not made properly and fail. In addition, this runtime does not handle Long properly and also had an issue with Short.equals(Object) just saving this and will probably delete it.
1 parent 722911f commit b189749

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
This directory holds 3.2.9 transpiler and runtime tagged previous
2+
to the transpiler fix for boxed number direct manipulation:
3+
4+
Long L = Long.valueOf(3);
5+
L++;
6+
L /= 2;
7+
L += 10;
8+
L = L / 5;
9+
10+
etc.
11+
12+
These assignments are not made properly and fail.
13+
14+
In addition, this runtime does not handle Long properly and also had an issue with Short.equals(Object)
15+
16+
just saving this and will probably delete it.
17+

0 commit comments

Comments
 (0)