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

Keeping plugin and mob in sync #10

Open
simonharrer opened this issue Jun 21, 2020 · 4 comments
Open

Keeping plugin and mob in sync #10

simonharrer opened this issue Jun 21, 2020 · 4 comments

Comments

@simonharrer
Copy link
Member

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.

@nowsprinting
Copy link
Collaborator

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

@simonharrer
Copy link
Member Author

No hurry. :-)

@nowsprinting nowsprinting mentioned this issue Mar 30, 2022
@nowsprinting
Copy link
Collaborator

refs remotemobprogramming/mob#247

@JThoennes
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants