Mickael Istria

Results 372 comments of Mickael Istria

I hope this improves when omnisharp 1.32.9 or 1.33.0 is released and we can switch to it.

m2e-apt's code is now included in https://github.com/eclipse-m2e/m2e-core , please consider reporting issue to https://github.com/eclipse-m2e/m2e-core/issues if it's still relevant.

+1 -- Mickael Istria Eclipse IDE developer, for Red Hat Developers

@rbioteau what behavior would you expect when being offline? A failure seems the most correct as mojo cannot perform anyway. If you just want to ignore it, then we could...

Feel free to submit a PR to add `requiresOnline`, as it seems good to add it anyway/

For .csproj files, aCute is going to use a language server. It would actually make sense to have this same language server also supporting edition of .sln files. It seems...

I see org.eclipse.tycho:tycho-compiler-plugin:2.7.5 being used. This uses an older version of ECJ. A first thing is to try with latest Tycho snapshots as the issue may just be already fixed.

Hooking such checks in the compiler has some drawbacks: it's relatively difficult, not portable to other compilers... The main responsibility of the compiler is to create .class files (of course,...

> and for some reason was decided to baked into batch compiler or is there any way to call it standalone? As far as I know, those "access rules" are...

@laeubi is there an issue open to JGit about the root bug?