-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Develocity API spec version to 2024.3 #346
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Job Summary for GradleCheck PR :: kotlin-tests
|
Job Summary for GradleCheck PR :: kotlin-tests
|
gabrielfeo
force-pushed
the
feature/api-spec-2024.3
branch
from
December 19, 2024 04:42
342cc01
to
f3fb024
Compare
gabrielfeo
pushed a commit
that referenced
this pull request
Dec 19, 2024
Fixes an error that's failing the Jupyter integration tests, encountered while testing #346: ``` org.jetbrains.kotlinx.jupyter.exceptions.ReplLibraryException: The problem is found in one of the loaded libraries: check library imports, dependencies and repositories at app//org.jetbrains.kotlinx.jupyter.exceptions.ReplLibraryExceptionKt.rethrowAsLibraryException(ReplLibraryException.kt:38) at app//org.jetbrains.kotlinx.jupyter.repl.impl.CellExecutorImpl$ExecutionContext.doAddLibraries(CellExecutorImpl.kt:158) at app//org.jetbrains.kotlinx.jupyter.repl.impl.CellExecutorImpl$ExecutionContext.addLibraries(CellExecutorImpl.kt:193) at app//org.jetbrains.kotlinx.jupyter.libraries.LibrariesScanner.addLibrariesFromClassLoader(LibrariesScanner.kt:66) at app//org.jetbrains.kotlinx.jupyter.libraries.LibrariesScanner.addLibrariesFromClassLoader$default(LibrariesScanner.kt:55) at app//org.jetbrains.kotlinx.jupyter.testkit.ReplProvider$Companion$initializeWithCurrentClasspath$1.invoke(ReplProvider.kt:58) at app//org.jetbrains.kotlinx.jupyter.testkit.ReplProvider$Companion$initializeWithCurrentClasspath$1.invoke(ReplProvider.kt:58) at app//org.jetbrains.kotlinx.jupyter.repl.impl.CellExecutorImpl.execute(CellExecutorImpl.kt:136) at app//org.jetbrains.kotlinx.jupyter.repl.impl.ReplForJupyterImpl$eval$1.invoke(ReplForJupyterImpl.kt:625) at app//org.jetbrains.kotlinx.jupyter.repl.impl.ReplForJupyterImpl.withEvalContext(ReplForJupyterImpl.kt:427) at app//org.jetbrains.kotlinx.jupyter.repl.impl.ReplForJupyterImpl.eval(ReplForJupyterImpl.kt:624) at app//org.jetbrains.kotlinx.jupyter.testkit.ReplProvider$Companion.initializeWithCurrentClasspath(ReplProvider.kt:58) at app//org.jetbrains.kotlinx.jupyter.testkit.ReplProvider$Companion.withoutLibraryResolution$lambda$1(ReplProvider.kt:23) at app//org.jetbrains.kotlinx.jupyter.testkit.JupyterReplTestCase.<init>(JupyterReplTestCase.kt:17) at app//org.jetbrains.kotlinx.jupyter.testkit.JupyterReplTestCase.<init>(JupyterReplTestCase.kt:14) at app//com.gabrielfeo.develocity.api.internal.jupyter.DevelocityApiJupyterIntegrationTest.<init>(DevelocityApiJupyterIntegrationTest.kt:12) at [email protected]/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at [email protected]/java.util.Optional.orElseGet(Optional.java:369) at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1541) at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1541) Caused by: org.jetbrains.kotlinx.jupyter.exceptions.ReplCompilerException: Collection contains no element matching the predicate. ... Caused by: java.util.NoSuchElementException: Collection contains no element matching the predicate. ... ``` ([/s/](https://gradle.com/s/rujr57kbibywg)) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
gabrielfeo
force-pushed
the
feature/api-spec-2024.3
branch
from
December 19, 2024 04:57
f3fb024
to
5b47093
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://docs.gradle.com/enterprise/api-manual/#release_history
Generated from workflow run 12327521415.
Integration tests ran locally: /s/