-
-
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
Keeping plugin and mob in sync #10
Comments
Thanks! Give me few days to think about this idea. |
No hurry. :-) |
Closed
At the moment, the mob IDE plugin only works on a fixed master branch while the mob.sh use the so-called base branch, normally a feature branch. Instead, it should detect the current branch and use that or even better, always use CLI mob.sh. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current situation
intellij-mob reimplements features of mob in Kotlin. There’s danger that both tools might get incompatible with each other.
Idea
One could compile mob to a c-library that can be called from Java. This way, the plugin could reuse mob.
The text was updated successfully, but these errors were encountered: