Łukasz Zieliński

Results 195 comments of Łukasz Zieliński

Do you still get logs with timing in ms or it's just amount of logs now. Logging should not be the root cause - there was deadlock possible that was...

This is perfect - should narrow down root cause accurately

212.9.4 should be up shortly in EAP channel, I think I found the issue causing freezing, but underneath it lies another issue - it looks like inline blame is failing...

Eeh, I'll continue the investigation - there must be some place that switches to UI thread... I created dev build that truncates more logs - so far I don't see...

212.9.5 is out in EAP channel too

Not yet but I don't like to update closed ones. @jaggaer-npasic - question how many Git roots do you have in Preferences > Version Control ? So far the only...

I saw IDE notification about unregistered roots, I'll see what can be done. If I can gain access to unregistered roots I could display a warning as inline blame text,...

com.intellij.openapi.vcs.configurable.VcsDirectoryConfigurationPanel#findUnregisteredRoots ` return ContainerUtil.filter(VcsRootErrorsFinder.getInstance(myProject).getOrFind(), error -> error.getType() == VcsRootError.Type.UNREGISTERED_ROOT); `

It seems this will require some jna magic

Hi, nice catch. `-w` is already there, I need to check if there was some specific reason why I did not include `-M` - depending on outcome I'll add it...