Paweł Lipski
Paweł Lipski
Lemme move to v3.0.1; let's keep v3.0.0 as is, to be released right after the weekend (~Sep 5)
Huh indeed... I can only think of autodiscover 🤔 actually... can you add some extra logging in autodiscover code, such that will be visible in UI test logs in the...
Okay... and out of curiosity, since autodiscover happens... I suppose that the value of `isMacheteFilePresent` in `com.virtuslab.gitmachete.frontend.ui.impl.table.EnhancedGraphTable#refreshModel(git4idea.repo.GitRepository, com.virtuslab.gitmachete.backend.api.IGitMacheteRepositorySnapshot, java.lang.Runnable)` is `true`, so we fall into `gitMacheteRepositorySnapshot.getSkippedBranchNames().isEmpty()` case right?
> I think I found the place Pls share the knowledge! so as to increase this particular issue's _bus factor_ 😅
Whoops indeed they can hmm 🤔 would it make sense to pack this `forEach` into `doRefreshModel` callback? Although the callback is to be executed on UI thread... not sure if...
> What is VfsUtil.markDirtyAndRefresh? What it does? Hmm this is coming from https://github.com/VirtusLab/git-machete-intellij-plugin/pull/586, which is a fix for https://github.com/VirtusLab/git-machete-intellij-plugin/issues/568 🤔 > Can we do it sync? Does it matter if...
Okay... @mkondratek could you post all the results that you've collected so far (in case the task is to be handed over)?
Thanks for posting... lemme rephrase a bit to make sure I understand the issue: would you like to see the branch restored not only in git repository, but also in...
Okay! that's a sound idea in general, definitely worth considering for UX improvement. Will probably remain queued for a bit since noone is working full-time on the plugin anymore since...
Note the following, from my usage of CLI: ``` $ history | grep -E 'g(it)? m(achete)? squash' | wc -l 68 $ history | grep -E 'g(it)? m(achete)? reapply' |...