Recognize if-like Tree.MultiSegmentApp as IfThenElse IR #6825
enso4igv.yml
on: pull_request
build_linux_parser
52s
build_mac_intel_parser
2m 16s
build_mac_arm_parser
47s
build_windows_parser
2m 29s
build_java
3m 32s
Annotations
22 errors and 2 warnings
org.enso.compiler.pass.analyse.test.AliasAnalysisTest ► Redefinitions should be caught for bindings:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.pass.analyse.test.AliasAnalysisTest.xml#L0
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.pass.analyse.test.AliasAnalysisTest.xml
Error:
org.scalatest.exceptions.TestFailedException: Expression.Binding(name = Name.Literal(name = a, isMethod = false, location = Some(IdentifiedLocation[start=41, end=42, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), expression = Application.Prefix(diagnostics = null, passData = MetadataStorage[], location = IdentifiedLocation[start=45, end=50, uuid=None], id = null, function = Name.Literal(name = +, isMethod = true, location = Some(IdentifiedLocation[start=47, end=48, uuid=None]), passData = MetadataStorage[AliasMetadata.Occurrence], diagnostics = null, id = a4bec1a1-5866-46ae-889f-39d0faec0dfe), arguments = List(CallArgument.Specified(diagnostics = null, passData = MetadataStorage[AliasMetadata.ChildScope], location = IdentifiedLocation[start=45, end=46, uuid=None], id = null, name = None, value = Name.Literal(name = b, isMethod = false, location = Some(IdentifiedLocation[start=45, end=46, uuid=None]), passData = MetadataStorage[AliasMetadata.Occurrence], diagnostics = null, id = d229334c-e671-480a-a0d4-371b22b921fc), isSynthetic = false), CallArgument.Specified(diagnostics = null, passData = MetadataStorage[AliasMetadata.ChildScope], location = IdentifiedLocation[start=49, end=50, uuid=None], id = null, name = None, value = Literal.Number(base = None, value = 1, location = Some(IdentifiedLocation[start=49, end=50, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), isSynthetic = false)), hasDefaultsSuspended = false), location = Some(IdentifiedLocation[start=41, end=50, uuid=None]) passData = MetadataStorage[AliasMetadata.Occurrence, IgnoredBindings.State.NotIgnored], diagnostics = null, id = c4bcb07a-a930-43b5-bfd2-bc619d325c42) was not an instance of org.enso.compiler.core.ir.expression.errors.Redefined$Binding, but an instance of org.enso.compiler.core.ir.Expression$Binding
|
org.enso.interpreter.test.instrument.RuntimeComponentsTest ► should load component groups of standard library:
lib/scala/testkit/src/main/scala/org/enso/testkit/OsSpec.scala#L26
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeComponentsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List("/runner/_work/enso/enso/distribution/lib/Standard/Database/0.0.0-dev/src/Errors.enso:91:9: warning: Unused variable max_length.", " 91 | max_length = 300", " | ^~~~~~~~~~", "/runner/_work/enso/enso/distribution/lib/Standard/Database/0.0.0-dev/src/Internal/SQLite/SQLite_Dialect.enso:657:9: warning: Unused variable expr.", " 657 | expr = SQL_Expression.Operation "CASE" [is_true, SQL_Expression.Literal "TRUE", is_false, SQL_Expression.Literal "FALSE", SQL_Expression.Literal "NULL"]", " | ^~~~") did not equal List()
|
org.enso.interpreter.test.instrument.RuntimeServerTest ► RuntimeServer should return compiler error variable redefined:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml#L0
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(fa2cf397-f0a1-4834-9c36-8218156aa4bc), PushContextResponse(48994603-b1cf-4531-8ca4-b5a3f5b7b8e5)), Response(None, ExecutionUpdate(48994603-b1cf-4531-8ca4-b5a3f5b7b8e5, List(Diagnostic(Warning, Some("Unused variable x."), Some(/tmp/enso-test-packages4231751933317836410/src/Main.enso), Some(Range(Position(1, 4), Position(1, 5))), None, Vector()), Diagnostic(Warning, Some("Unused variable x."), Some(/tmp/enso-test-packages4231751933317836410/src/Main.enso), Some(Range(Position(2, 4), Position(2, 5))), None, Vector()))))) did not contain the same elements as List(Response(Some(fa2cf397-f0a1-4834-9c36-8218156aa4bc), PushContextResponse(48994603-b1cf-4531-8ca4-b5a3f5b7b8e5)), Response(None, ExecutionUpdate(48994603-b1cf-4531-8ca4-b5a3f5b7b8e5, List(Diagnostic(Warning, Some("Unused variable x."), Some(/tmp/enso-test-packages4231751933317836410/src/Main.enso), Some(Range(Position(1, 4), Position(1, 5))), None, Vector()), Diagnostic(Error, Some("Variable x is being redefined."), Some(/tmp/enso-test-packages4231751933317836410/src/Main.enso), Some(Range(Position(2, 4), Position(2, 9))), None, Vector())))))
|
org.enso.interpreter.test.instrument.RuntimeStdlibTest ► should import Base modules:
lib/scala/testkit/src/main/scala/org/enso/testkit/OsSpec.scala#L26
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeStdlibTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List("/runner/_work/enso/enso/distribution/lib/Standard/Database/0.0.0-dev/src/Internal/SQLite/SQLite_Dialect.enso:657:9: warning: Unused variable expr.", " 657 | expr = SQL_Expression.Operation "CASE" [is_true, SQL_Expression.Literal "TRUE", is_false, SQL_Expression.Literal "FALSE", SQL_Expression.Literal "NULL"]", " | ^~~~", "/runner/_work/enso/enso/distribution/lib/Standard/Database/0.0.0-dev/src/Errors.enso:91:9: warning: Unused variable max_length.", " 91 | max_length = 300", " | ^~~~~~~~~~", "Hello World!") did not equal List("Hello World!")
|
org.enso.interpreter.test.semantic.CompileDiagnosticsTest ► Compile Error Reporting when Context is Cached should surface redefinition errors in the language:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.CompileDiagnosticsTest.xml#L0
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.CompileDiagnosticsTest.xml
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.CompileDiagnosticsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: Nothing did not equal "(Compile_Error.Error 'Variable x is being redefined.')"
|
org.enso.interpreter.test.semantic.StrictCompileDiagnosticsTest ► Compile Errors in Batch Mode when Context is Cached should be reported and abort execution:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.StrictCompileDiagnosticsTest.xml#L0
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.StrictCompileDiagnosticsTest.xml
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.StrictCompileDiagnosticsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: HashSet("Test:4:9: error: Unexpected expression.", "Test:2:9: error: Parentheses can't be empty.", "Test:3:5: warning: Unused variable x.", "Test:2:5: warning: Unused variable x.", "Test:4:5: warning: Unused variable y.") did not equal HashSet("Test:3:5: error: Variable x is being redefined.", "Test:4:9: error: Unexpected expression.", "Test:2:9: error: Parentheses can't be empty.", "Test:2:5: warning: Unused variable x.", "Test:4:5: warning: Unused variable y.")
|
[SQLite File] (Conversion_Spec) Simple variant of Table/Column.parse in all backends ► should be able to parse booleans with default format:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml
Error:
An unexpected dataflow error (Uninitialized value) has been matched (at Table_Tests/src/Common_Table_Operations/Conversion_Spec.enso:643:13-57).
|
should_not_equal extension method ► should report correct location:
/Users/runner/work/enso/enso/target/test-results/Test_Tests/JUnit.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/Test_Tests/JUnit.xml
Error:
The value (1 did equal 1 (at Test_Tests/src/Helpers.enso:16:9-14).) did not contain the element (Extensions_Spec.enso:51) (at Test_Tests/src/Extensions_Spec.enso:52:13-63).
|
[SQLite File] (Conversion_Spec) Simple variant of Table/Column.parse in all backends ► should be able to parse booleans with default format:
/runner/_work/enso/enso/target/test-results/Table_Tests/JUnit.xml#L0
Failed test found in:
/runner/_work/enso/enso/target/test-results/Table_Tests/JUnit.xml
/runner/_work/enso/enso/target/test-results/Table_Tests/JUnit.xml
Error:
An unexpected dataflow error (Uninitialized value) has been matched (at Table_Tests/src/Common_Table_Operations/Conversion_Spec.enso:643:13-57).
|
should_not_equal extension method ► should report correct location:
/runner/_work/enso/enso/target/test-results/Test_Tests/JUnit.xml#L0
Failed test found in:
/runner/_work/enso/enso/target/test-results/Test_Tests/JUnit.xml
Error:
The value (1 did equal 1 (at Test_Tests/src/Helpers.enso:16:9-14).) did not contain the element (Extensions_Spec.enso:51) (at Test_Tests/src/Extensions_Spec.enso:52:13-63).
|
org.enso.compiler.pass.analyse.test.AliasAnalysisTest ► Redefinitions should be caught for bindings:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.pass.analyse.test.AliasAnalysisTest.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.pass.analyse.test.AliasAnalysisTest.xml
Error:
org.scalatest.exceptions.TestFailedException: Expression.Binding(name = Name.Literal(name = a, isMethod = false, location = Some(IdentifiedLocation[start=41, end=42, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), expression = Application.Prefix(diagnostics = null, passData = MetadataStorage[], location = IdentifiedLocation[start=45, end=50, uuid=None], id = null, function = Name.Literal(name = +, isMethod = true, location = Some(IdentifiedLocation[start=47, end=48, uuid=None]), passData = MetadataStorage[AliasMetadata.Occurrence], diagnostics = null, id = 72e0b35a-db0a-4e0c-9469-2786dfb67f0b), arguments = List(CallArgument.Specified(diagnostics = null, passData = MetadataStorage[AliasMetadata.ChildScope], location = IdentifiedLocation[start=45, end=46, uuid=None], id = null, name = None, value = Name.Literal(name = b, isMethod = false, location = Some(IdentifiedLocation[start=45, end=46, uuid=None]), passData = MetadataStorage[AliasMetadata.Occurrence], diagnostics = null, id = 844b7285-e5bb-4e52-a1ce-99b538e0a6b8), isSynthetic = false), CallArgument.Specified(diagnostics = null, passData = MetadataStorage[AliasMetadata.ChildScope], location = IdentifiedLocation[start=49, end=50, uuid=None], id = null, name = None, value = Literal.Number(base = None, value = 1, location = Some(IdentifiedLocation[start=49, end=50, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), isSynthetic = false)), hasDefaultsSuspended = false), location = Some(IdentifiedLocation[start=41, end=50, uuid=None]) passData = MetadataStorage[AliasMetadata.Occurrence, IgnoredBindings.State.NotIgnored], diagnostics = null, id = c3eade7a-a781-4697-89b5-be4e0e037f64) was not an instance of org.enso.compiler.core.ir.expression.errors.Redefined$Binding, but an instance of org.enso.compiler.core.ir.Expression$Binding
|
org.enso.interpreter.test.instrument.RuntimeComponentsTest ► should load component groups of standard library:
lib/scala/testkit/src/main/scala/org/enso/testkit/OsSpec.scala#L26
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeComponentsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List("/Users/runner/work/enso/enso/distribution/lib/Standard/Database/0.0.0-dev/src/Internal/SQLite/SQLite_Dialect.enso:657:9: warning: Unused variable expr.", " 657 | expr = SQL_Expression.Operation "CASE" [is_true, SQL_Expression.Literal "TRUE", is_false, SQL_Expression.Literal "FALSE", SQL_Expression.Literal "NULL"]", " | ^~~~", "/Users/runner/work/enso/enso/distribution/lib/Standard/Database/0.0.0-dev/src/Errors.enso:91:9: warning: Unused variable max_length.", " 91 | max_length = 300", " | ^~~~~~~~~~") did not equal List()
|
org.enso.interpreter.test.instrument.RuntimeServerTest ► RuntimeServer should return compiler error variable redefined:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(2ce82d5a-918d-458c-83b5-dac6fc3119b7), PushContextResponse(9af856b9-adbd-4801-9d41-63c15b96e91a)), Response(None, ExecutionUpdate(9af856b9-adbd-4801-9d41-63c15b96e91a, List(Diagnostic(Warning, Some("Unused variable x."), Some(/var/folders/db/x5_t5x655c9_rftmy0wp2t2w0000gn/T/enso-test-packages8974429725972559877/src/Main.enso), Some(Range(Position(1, 4), Position(1, 5))), None, Vector()), Diagnostic(Warning, Some("Unused variable x."), Some(/var/folders/db/x5_t5x655c9_rftmy0wp2t2w0000gn/T/enso-test-packages8974429725972559877/src/Main.enso), Some(Range(Position(2, 4), Position(2, 5))), None, Vector()))))) did not contain the same elements as List(Response(Some(2ce82d5a-918d-458c-83b5-dac6fc3119b7), PushContextResponse(9af856b9-adbd-4801-9d41-63c15b96e91a)), Response(None, ExecutionUpdate(9af856b9-adbd-4801-9d41-63c15b96e91a, List(Diagnostic(Warning, Some("Unused variable x."), Some(/var/folders/db/x5_t5x655c9_rftmy0wp2t2w0000gn/T/enso-test-packages8974429725972559877/src/Main.enso), Some(Range(Position(1, 4), Position(1, 5))), None, Vector()), Diagnostic(Error, Some("Variable x is being redefined."), Some(/var/folders/db/x5_t5x655c9_rftmy0wp2t2w0000gn/T/enso-test-packages8974429725972559877/src/Main.enso), Some(Range(Position(2, 4), Position(2, 9))), None, Vector())))))
|
org.enso.interpreter.test.instrument.RuntimeStdlibTest ► should import Base modules:
lib/scala/testkit/src/main/scala/org/enso/testkit/OsSpec.scala#L26
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeStdlibTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List("/Users/runner/work/enso/enso/distribution/lib/Standard/Database/0.0.0-dev/src/Errors.enso:91:9: warning: Unused variable max_length.", " 91 | max_length = 300", " | ^~~~~~~~~~", "/Users/runner/work/enso/enso/distribution/lib/Standard/Database/0.0.0-dev/src/Internal/SQLite/SQLite_Dialect.enso:657:9: warning: Unused variable expr.", " 657 | expr = SQL_Expression.Operation "CASE" [is_true, SQL_Expression.Literal "TRUE", is_false, SQL_Expression.Literal "FALSE", SQL_Expression.Literal "NULL"]", " | ^~~~", "Hello World!") did not equal List("Hello World!")
|
org.enso.interpreter.test.semantic.CompileDiagnosticsTest ► Compile Error Reporting when Context is Cached should surface redefinition errors in the language:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.CompileDiagnosticsTest.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.CompileDiagnosticsTest.xml
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.CompileDiagnosticsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: Nothing did not equal "(Compile_Error.Error 'Variable x is being redefined.')"
|
org.enso.interpreter.test.semantic.StrictCompileDiagnosticsTest ► Compile Errors in Batch Mode when Context is Cached should be reported and abort execution:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.StrictCompileDiagnosticsTest.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.StrictCompileDiagnosticsTest.xml
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.StrictCompileDiagnosticsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: HashSet("Test:4:9: error: Unexpected expression.", "Test:2:9: error: Parentheses can't be empty.", "Test:3:5: warning: Unused variable x.", "Test:2:5: warning: Unused variable x.", "Test:4:5: warning: Unused variable y.") did not equal HashSet("Test:3:5: error: Variable x is being redefined.", "Test:4:9: error: Unexpected expression.", "Test:2:9: error: Parentheses can't be empty.", "Test:2:5: warning: Unused variable x.", "Test:4:5: warning: Unused variable y.")
|
org.enso.compiler.pass.analyse.test.AliasAnalysisTest ► Redefinitions should be caught for bindings:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.pass.analyse.test.AliasAnalysisTest.xml#L0
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.pass.analyse.test.AliasAnalysisTest.xml
Error:
org.scalatest.exceptions.TestFailedException: Expression.Binding( name = Name.Literal( name = a, isMethod = false, location = Some(IdentifiedLocation[start=45, end=46, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), expression = Application.Prefix(diagnostics = null, passData = MetadataStorage[], location = IdentifiedLocation[start=49, end=54, uuid=None], id = null, function = Name.Literal( name = +, isMethod = true, location = Some(IdentifiedLocation[start=51, end=52, uuid=None]), passData = MetadataStorage[AliasMetadata.Occurrence], diagnostics = null, id = 67682bba-f1d7-4d98-b986-286293622f93 ) , arguments = List(CallArgument.Specified(diagnostics = null, passData = MetadataStorage[AliasMetadata.ChildScope], location = IdentifiedLocation[start=49, end=50, uuid=None], id = null, name = None, value = Name.Literal( name = b, isMethod = false, location = Some(IdentifiedLocation[start=49, end=50, uuid=None]), passData = MetadataStorage[AliasMetadata.Occurrence], diagnostics = null, id = 94d9fa5b-3680-45a1-9d73-19b96d02efca ) , isSynthetic = false), CallArgument.Specified(diagnostics = null, passData = MetadataStorage[AliasMetadata.ChildScope], location = IdentifiedLocation[start=53, end=54, uuid=None], id = null, name = None, value = Literal.Number( base = None, value = 1, location = Some(IdentifiedLocation[start=53, end=54, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null ) , isSynthetic = false)), hasDefaultsSuspended = false), location = Some(IdentifiedLocation[start=45, end=54, uuid=None]) passData = MetadataStorage[AliasMetadata.Occurrence, IgnoredBindings.State.NotIgnored], diagnostics = null, id = 6fbbda66-0391-46d2-acbb-01b31ad2f0f0) was not an instance of org.enso.compiler.core.ir.expression.errors.Redefined$Binding, but an instance of org.enso.compiler.core.ir.Expression$Binding
|
org.enso.interpreter.test.instrument.RuntimeComponentsTest ► should load component groups of standard library:
lib/scala/testkit/src/main/scala/org/enso/testkit/OsSpec.scala#L26
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeComponentsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List("C:\runner\_work\enso\enso\distribution\lib\Standard\Database\0.0.0-dev\src\Internal\SQLite\SQLite_Dialect.enso:657:9: warning: Unused variable expr.", " 657 | expr = SQL_Expression.Operation "CASE" [is_true, SQL_Expression.Literal "TRUE", is_false, SQL_Expression.Literal "FALSE", SQL_Expression.Literal "NULL"]", " | ^~~~", "C:\runner\_work\enso\enso\distribution\lib\Standard\Database\0.0.0-dev\src\Errors.enso:91:9: warning: Unused variable max_length.", " 91 | max_length = 300", " | ^~~~~~~~~~") did not equal List()
|
org.enso.interpreter.test.instrument.RuntimeServerTest ► RuntimeServer should return compiler error variable redefined:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml#L0
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(25fa9a08-b5b8-4c3e-95f2-6513a1060775), PushContextResponse(649409fe-58bc-4d54-97de-a7dbe0813a2e)), Response(None, ExecutionUpdate(649409fe-58bc-4d54-97de-a7dbe0813a2e, List(Diagnostic(Warning, Some("Unused variable x."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages18371335186279625716\src\Main.enso), Some(Range(Position(1, 4), Position(1, 5))), None, Vector()), Diagnostic(Warning, Some("Unused variable x."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages18371335186279625716\src\Main.enso), Some(Range(Position(2, 4), Position(2, 5))), None, Vector()))))) did not contain the same elements as List(Response(Some(25fa9a08-b5b8-4c3e-95f2-6513a1060775), PushContextResponse(649409fe-58bc-4d54-97de-a7dbe0813a2e)), Response(None, ExecutionUpdate(649409fe-58bc-4d54-97de-a7dbe0813a2e, List(Diagnostic(Warning, Some("Unused variable x."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages18371335186279625716\src\Main.enso), Some(Range(Position(1, 4), Position(1, 5))), None, Vector()), Diagnostic(Error, Some("Variable x is being redefined."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages18371335186279625716\src\Main.enso), Some(Range(Position(2, 4), Position(2, 9))), None, Vector())))))
|
org.enso.interpreter.test.instrument.RuntimeStdlibTest ► should import Base modules:
lib/scala/testkit/src/main/scala/org/enso/testkit/OsSpec.scala#L26
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeStdlibTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List("C:\runner\_work\enso\enso\distribution\lib\Standard\Database\0.0.0-dev\src\Errors.enso:91:9: warning: Unused variable max_length.", " 91 | max_length = 300", " | ^~~~~~~~~~", "C:\runner\_work\enso\enso\distribution\lib\Standard\Database\0.0.0-dev\src\Internal\SQLite\SQLite_Dialect.enso:657:9: warning: Unused variable expr.", " 657 | expr = SQL_Expression.Operation "CASE" [is_true, SQL_Expression.Literal "TRUE", is_false, SQL_Expression.Literal "FALSE", SQL_Expression.Literal "NULL"]", " | ^~~~", "Hello World!") did not equal List("Hello World!")
|
org.enso.interpreter.test.semantic.CompileDiagnosticsTest ► Compile Error Reporting when Context is Cached should surface redefinition errors in the language:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.CompileDiagnosticsTest.xml#L0
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.CompileDiagnosticsTest.xml
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.CompileDiagnosticsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: Nothing did not equal "(Compile_Error.Error 'Variable x is being redefined.')"
|
org.enso.interpreter.test.semantic.StrictCompileDiagnosticsTest ► Compile Errors in Batch Mode when Context is Cached should be reported and abort execution:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.StrictCompileDiagnosticsTest.xml#L0
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.StrictCompileDiagnosticsTest.xml
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.StrictCompileDiagnosticsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: HashSet("Test:4:9: error: Unexpected expression.", "Test:2:9: error: Parentheses can't be empty.", "Test:3:5: warning: Unused variable x.", "Test:2:5: warning: Unused variable x.", "Test:4:5: warning: Unused variable y.") did not equal HashSet("Test:3:5: error: Variable x is being redefined.", "Test:4:9: error: Unexpected expression.", "Test:2:9: error: Parentheses can't be empty.", "Test:2:5: warning: Unused variable x.", "Test:4:5: warning: Unused variable y.")
|
build_linux_parser
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build_java
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Enso IGV Plugin
|
9.24 MB |
|
VSCode Extension
|
9.39 MB |
|
parser_linux
|
579 KB |
|
parser_mac_arm
|
514 KB |
|
parser_mac_intel
|
513 KB |
|
parser_windows
|
731 KB |
|