Skip to content

[TableGen] Implement basic parser (#47) #121

[TableGen] Implement basic parser (#47)

[TableGen] Implement basic parser (#47) #121

Triggered via push February 3, 2025 08:42
Status Success
Total duration 14m 5s
Artifacts 2

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

41 warnings and 1 notice
Unstable API Usage: src/main/kotlin/com/github/zero9178/mlirods/lsp/TableGenLspServerDescriptor.kt#L116
Overridden method 'getLspCodeActionsSupport()' is declared in unstable 'com.intellij.platform.lsp.api.LspServerDescriptor' marked with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/zero9178/mlirods/lsp/TableGenLspServerDescriptor.kt#L115
'com.intellij.platform.lsp.api.customization.LspCodeActionsSupport' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/zero9178/mlirods/lsp/TableGenLspServerSupportProvider.kt#L13
'com.intellij.platform.lsp.api.LspServerSupportProvider.LspServerStarter' is declared in unstable 'com.intellij.platform.lsp.api.LspServerSupportProvider' marked with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/zero9178/mlirods/lsp/TableGenLspServerSupportProvider.kt#L8
'com.intellij.platform.lsp.api.LspServerSupportProvider' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/zero9178/mlirods/lsp/TableGenLspServerSupportProvider.kt#L13
'com.intellij.platform.lsp.api.LspServerSupportProvider' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/zero9178/mlirods/lsp/TableGenLspServerSupportProvider.kt#L10
Overridden method 'fileOpened(com.intellij.openapi.project.Project, com.intellij.openapi.vfs.VirtualFile, com.intellij.platform.lsp.api.LspServerSupportProvider.LspServerStarter)' is declared in unstable 'com.intellij.platform.lsp.api.LspServerSupportProvider' marked with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/zero9178/mlirods/clion/CMakeTableGenLspServerSupportProvider.kt#L19
'com.intellij.platform.lsp.api.LspServerSupportProvider.LspServerStarter' is declared in unstable 'com.intellij.platform.lsp.api.LspServerSupportProvider' marked with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/zero9178/mlirods/lsp/TableGenLspServerDescriptor.kt#L71
Overridden method 'startServerProcess()' is declared in unstable 'com.intellij.platform.lsp.api.LspServerDescriptor' marked with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/zero9178/mlirods/clion/CMakeTableGenLspServerSupportProvider.kt#L43
'ensureServerStarted(com.intellij.platform.lsp.api.LspServerDescriptor)' is declared in unstable 'com.intellij.platform.lsp.api.LspServerSupportProvider' marked with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/zero9178/mlirods/lsp/TableGenLspServerDescriptor.kt#L120
'getInstance(com.intellij.openapi.project.Project)' is declared in unstable 'com.intellij.platform.lsp.api.LspServerManager' marked with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/zero9178/mlirods/clion/CMakeTableGenBuildNotificationProviderServer.kt#L72
'blockingContext(kotlin.jvm.functions.Function0, kotlin.coroutines.Continuation)' is declared in unstable 'com.intellij.openapi.progress.CoroutinesKt' marked with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/zero9178/mlirods/lsp/TableGenLspServerSupportProviderInterface.kt#L29
'com.intellij.platform.lsp.api.LspServerSupportProvider.LspServerStarter' is declared in unstable 'com.intellij.platform.lsp.api.LspServerSupportProvider' marked with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/zero9178/mlirods/lsp/TableGenLspServerDescriptor.kt#L120
'com.intellij.platform.lsp.api.LspServerManager.Companion' is declared in unstable 'com.intellij.platform.lsp.api.LspServerManager' marked with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/zero9178/mlirods/lsp/TableGenLspServerDescriptor.kt#L47
Overridden method 'createCommandLine()' is declared in unstable 'com.intellij.platform.lsp.api.LspServerDescriptor' marked with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/zero9178/mlirods/lsp/TableGenLspServerSupportProviderInterface.kt#L29
'com.intellij.platform.lsp.api.LspServerSupportProvider' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/zero9178/mlirods/clion/CMakeTableGenLspServerSupportProvider.kt#L19
'com.intellij.platform.lsp.api.LspServerSupportProvider' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/zero9178/mlirods/lsp/TableGenLspServerDescriptor.kt#L109
Overridden method 'isSupportedFile(com.intellij.openapi.vfs.VirtualFile)' is declared in unstable 'com.intellij.platform.lsp.api.LspServerDescriptor' marked with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/zero9178/mlirods/lsp/TableGenLspServerDescriptor.kt#L107
Overridden method 'getLspServerListener()' is declared in unstable 'com.intellij.platform.lsp.api.LspServerDescriptor' marked with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/zero9178/mlirods/lsp/TableGenLspServerDescriptor.kt#L120
'stopAndRestartIfNeeded(java.lang.Class)' is declared in unstable 'com.intellij.platform.lsp.api.LspServerManager' marked with @ApiStatus.Experimental
Inspect code
You are using a non-compatible Qodana linter jetbrains/qodana-jvm-community:2024.2 with the current CLI (2024.3.4)
Inspect code
You are using a non-compatible Qodana linter jetbrains/qodana-jvm-community:2024.2 with the current CLI (2024.3.4)
Inspect code
You are using a non-compatible Qodana linter jetbrains/qodana-jvm-community:2024.2 with the current CLI (2024.3.4)

Artifacts

Produced during runtime
Name Size
IntelliJ-MLIR-ODS-0.2.0
180 KB
pluginVerifier-result
20.2 KB