Skip to content

Conversation

@BobHanson
Copy link
Collaborator

No description provided.

hansonr and others added 22 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.
…sf.j2s.core.j2sFileName when launching Eclipse
Add ability to set .j2s config filepath/name by setting property …
@BobHanson BobHanson merged commit b744287 into java2script: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