Keeping plugin and mob in sync
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.
Thanks! Give me few days to think about this idea.
No hurry. :-)
refs https://github.com/remotemobprogramming/mob/issues/247
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.