intellij-mob icon indicating copy to clipboard operation
intellij-mob copied to clipboard

Keeping plugin and mob in sync

Open simonharrer opened this issue 5 years ago • 4 comments

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.

simonharrer avatar Jun 21 '20 05:06 simonharrer

Thanks! Give me few days to think about this idea.

nowsprinting avatar Jun 22 '20 00:06 nowsprinting

No hurry. :-)

simonharrer avatar Jun 22 '20 06:06 simonharrer

refs https://github.com/remotemobprogramming/mob/issues/247

nowsprinting avatar Mar 30 '22 23:03 nowsprinting

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.

JThoennes avatar Feb 24 '23 12:02 JThoennes