-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Qute: if section - adjust the evaluation rules for equality operators #44615
Conversation
mkouba
commented
Nov 21, 2024
- fixes Qute: Unexpected primitive equality #44610
@neon-dev Hopefully this makes a little bit more sense. |
independent-projects/qute/core/src/main/java/io/quarkus/qute/IfSectionHelper.java
Outdated
Show resolved
Hide resolved
🙈 The PR is closed and the preview is expired. |
This comment has been minimized.
This comment has been minimized.
independent-projects/qute/core/src/main/java/io/quarkus/qute/IfSectionHelper.java
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Status for workflow
|
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✔️ | JVM Tests - JDK 17 | Logs | Raw logs | 🔍 | ||
✖ | JVM Tests - JDK 21 | Build |
Failures | Logs | Raw logs | 🔍 |
Full information is available in the Build summary check run.
You can consult the Develocity build scans.
Failures
⚙️ JVM Tests - JDK 21 #
- Failing: devtools/cli
📦 devtools/cli
✖ io.quarkus.cli.CliProjectJBangTest.testCreateAppDefaults
line 64
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
Expected OK return code. Result:
result: {
exitCode: {1},
system_err: {Downloading JBang...
Error downloading JBang
},
system_out: {}
✖ io.quarkus.cli.CliProjectJBangTest.testCreateAppOverrides
line 98
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
Expected OK return code. Result:
result: {
exitCode: {1},
system_err: {Downloading JBang...
Error downloading JBang
},
system_out: {}
✖ io.quarkus.cli.CliProjectJBangTest.testCreateCliDefaults
line 127
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
Expected OK return code. Result:
result: {
exitCode: {1},
system_err: {Downloading JBang...
Error downloading JBang
},
system_out: {[DEBUG] Build project with initial parameters: Build [buildOptions=BuildOptions [buildNative=false, clean=true, offline=false, skipTests=false, generateReport=false], properties={property=value1, property2=value2, maven.repo.local=/home/runner/.m2/repository, maven.settings=/home/runner/work/quarkus/quarkus/.github/mvn-settings.xml}, output=OutputOptions [testMode=true, showErrors=true, verbose=true], params=[]]
It seems that |