Skip to content
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

Migrate JSSC to sampottinger/jssc #75

Merged
merged 16 commits into from
Apr 27, 2020

Conversation

sampottinger
Copy link
Collaborator

@sampottinger sampottinger commented Mar 8, 2020

In response to #71, migrate to https://github.com/sampottinger/jssc. This uses the more recent https://github.com/java-native/jssc as the original JSSC is abandoned (?) and there are unresolved issues including failed execution on 64bit Windows as described in #71. Note that processing was not using a clean version of JSSC so @gohai's https://github.com/gohai/java-simple-serial-connector changes are also included. https://github.com/sampottinger/jssc also includes minor bug fixes, especially in the build for mac.

Dependent on / blocked by #74

Resolves #71.

Started migration of JSSC in response to #71, introducing mac os in this commit.
Looks like constructor in Editor called from from JavaEditor is calling an overloaded method back in JavaEditor that expects debugger to have been initialized which is not possible since the parent constructor has not returned. This switches to loading debugger on demand (upon calling getDebugger) which allows for the Editor to use overloaded methods that expect debugger to be initialized.
@sampottinger sampottinger requested a review from benfry March 8, 2020 19:38
@sampottinger
Copy link
Collaborator Author

Hey there! There's a few PRs outstanding (with inter-dependencies) and the build on master has been broken on Mac for some time. So, I have an integration branch over at https://github.com/sampottinger/processing4 master. That branch includes this PR. This allows one to use Processing 4 again on a Mac along with all of the recent bug fixes. For your convenience, I have made builds available at https://www.datadrivenempathy.com/processing.

benfry added a commit that referenced this pull request Apr 27, 2020
@sampottinger
Copy link
Collaborator Author

sampottinger commented Apr 27, 2020

Hey @benfry! I think the commit message on cc39c94 is wrong. It is based on #76. This (#75) still needs review and merge.

@benfry
Copy link
Owner

benfry commented Apr 27, 2020

Sorry about 75/76. Too many things going on today.

Ok, merging this one w/ binaries since we're building them ourselves.

@benfry benfry merged commit d8614ba into master Apr 27, 2020
@benfry benfry deleted the jssc_migrate_sampottinger_dep_on_demand branch April 27, 2020 21:58
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accessing Serial Port on Windows Causes JRE Crash
2 participants