-
Notifications
You must be signed in to change notification settings - Fork 5
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
Integrate the OPI #1
Conversation
This compilation and execution can be run through view.run_command("oz_run") in Sublime Text Shell
This commit does not allow to retrieve correctly the socket number from the output. Indeed, it contains undefined behavior.
This commit merges the two created thread. It removes many unused features from socket_pipe. It also uses the module select to poll both the outputs from ozengine and those from the socket.
Clear panels on restart
@layus @azarzadavila Thanks, this is a big contribution! I was meaning to get build/run support added. After I merge this, I'll tag another release. And yes, we can move this to the mozart org. I will have to open a PR against package_control_channel to update packagecontrol.io once we do. |
@rkoeninger Thanks ! I have invited you to the mozart organisation. After that you can move the repository on your own. That way you keep full control over the repo. |
Hi @rkoeninger,
This PR is a huge feature that was developed at UCLouvain (where
mozart/oz is maintained) by @azarzadavila durung an internship.
We would really love to see this merged as it provides tons of
convenience to novice users.
Also, would you consider moving your repo to the https://github.com/mozart project ?
You would keep management rights on it and gain a bit more visibility.