Skip to content

Conversation

@BobHanson
Copy link
Owner

Long, j2s.config.altfileproperty

hansonr and others added 15 commits December 19, 2020 07:38
Conflicts:
	sources/net.sf.j2s.core/dist/swingjs/SwingJS-site.zip
	sources/net.sf.j2s.core/dist/swingjs/net.sf.j2s.core.jar
	sources/net.sf.j2s.core/dist/swingjs/timestamp
	sources/net.sf.j2s.core/dist/swingjs/ver/3.2.9/SwingJS-site.zip
	sources/net.sf.j2s.core/dist/swingjs/ver/3.2.9/net.sf.j2s.core.jar
	sources/net.sf.j2s.core/dist/swingjs/ver/3.2.9/timestamp
	sources/net.sf.j2s.java.core/dist/SwingJS-site.zip
preliminary better long transpilation
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.
@BobHanson BobHanson merged commit 0a8d444 into master Dec 22, 2020
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.

2 participants