Alexandr Evstigneev
Alexandr Evstigneev
It is expected that plugin will pass through options to the perl_install, not override them silently. It is not possible to pass `-j` option. See also: asdf-vm/asdf#1097
See https://youtrack.jetbrains.com/issue/IJI-992 for more details
It's a pretty common practice to use `Starts with:` from some rule quick-doc for recovery rule. And atm it's too verbose and hard to maintain. Would be really nice if...
Grammar-Kit context help shows section "Followed by" with list of tokens and rules that can be after particular rule according to the grammar. You could use these tokens for auto-generating...
E.g. ``` expr ::= .... | terminal_expr terminal_expr ::= lazy_string {extends=expr} lazy_string ::= some_content_collapsed_by_lexer {elementType=string hooks=[collapse]} string ::= quote content quote {extraRoot=true extends=expr} ``` Instead of producing nice collapsed `string`,...
We can restart lexing from some non-zero states, and should be able to do so.
Here is the partial output from the bundle install: ``` Installing ffi 1.17.0 (java) 0: ffi (1.17.0) from /home/user/.rvm/gems/jruby-9.3.13.0/specifications/ffi-1.17.0-java.gemspec 2024-06-10T03:45:37.531+03:00 [main] INFO TraceType : Exception raised: Errno::ENOENT : No such...
Could you please open discussions for the project so community could exchange ideas and stuff?
https://camelcade.myjetbrains.com/youtrack/issue/CAMELCADE-19947 ``` com.intellij.openapi.project.IndexNotReadyException: Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation. Dumb mode start trace is in the cause. at com.intellij.openapi.project.IndexNotReadyException.create(IndexNotReadyException.java:68) at com.intellij.util.indexing.FileBasedIndexImpl.handleDumbMode(FileBasedIndexImpl.java:879) at com.intellij.util.indexing.FileBasedIndexImpl.ensureUpToDate(FileBasedIndexImpl.java:827) at com.intellij.util.indexing.FileBasedIndexEx.ensureUpToDate(FileBasedIndexEx.java:486) at com.intellij.psi.stubs.StubIndexEx.processElements(StubIndexEx.java:162) at com.intellij.psi.stubs.StubIndex.processElements(StubIndex.java:58)...
https://camelcade.myjetbrains.com/youtrack/issue/CAMELCADE-19872 ``` java.lang.Throwable: com.perl5.lang.perl.idea.formatter.settings.PerlLanguageCodeStyleSettingsProvider requests com.intellij.util.LocaleSensitiveApplicationCacheService instance. Class initialization must not depend on services. Consider using instance of the service on-demand instead. at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376) at com.intellij.serviceContainer.ComponentManagerImplKt.checkOutsideClassInitializer(ComponentManagerImpl.kt:1588) at com.intellij.serviceContainer.ComponentManagerImplKt.getOrCreateInstanceBlocking(ComponentManagerImpl.kt:1557) at com.intellij.serviceContainer.ComponentManagerImpl.doGetService(ComponentManagerImpl.kt:746)...