vitest-ecosystem-ci #246
Annotations
10 errors and 1 warning
Run pnpm tsx ecosystem-ci.ts --branch main --repo vitest-dev/vitest effect:
workspace/effect/effect/packages/platform/test/Cookies.test.ts#L6
AssertionError: expected a thrown error to be Error: InvalidName
- Expected
+ Received
- Error {
+ CookieError {
"message": "InvalidName",
+ "reason": "InvalidName",
+ "_tag": "CookieError",
}
❯ test/Cookies.test.ts:6:57
|
Run pnpm tsx ecosystem-ci.ts --branch main --repo vitest-dev/vitest effect:
workspace/effect/effect/packages/platform/test/Cookies.test.ts#L13
AssertionError: expected a thrown error to be Error: InvalidName
- Expected
+ Received
- Error {
+ CookieError {
"message": "InvalidName",
+ "reason": "InvalidName",
+ "_tag": "CookieError",
}
❯ test/Cookies.test.ts:13:72
|
Run pnpm tsx ecosystem-ci.ts --branch main --repo vitest-dev/vitest effect:
workspace/effect/effect/packages/effect/test/BigInt.test.ts#L141
AssertionError: expected a thrown error to be Error: Cannot take the square root of a n…
- Expected
+ Received
- Error {
+ RangeError {
"message": "Cannot take the square root of a negative number",
}
❯ test/BigInt.test.ts:141:43
|
Run pnpm tsx ecosystem-ci.ts --branch main --repo vitest-dev/vitest effect:
workspace/effect/effect/packages/effect/test/Cron.test.ts#L54
AssertionError: expected a thrown error to be Error: Invalid number of segments in cron…
- Expected
+ Received
- Error {
+ CronParseError {
"message": "Invalid number of segments in cron expression",
+ "input": "",
+ "_tag": "CronParseError",
}
❯ test/Cron.test.ts:54:40
|
Run pnpm tsx ecosystem-ci.ts --branch main --repo vitest-dev/vitest effect:
workspace/effect/effect/packages/effect/test/Schema/ParseResult.test.ts#L254
AssertionError: expected a thrown error to be Error: Expected string, actual 1
- Expected
+ Received
- Error {
+ ParseError {
"message": "Expected string, actual 1",
+ "issue": Type {
+ "_tag": "Type",
+ "actual": 1,
+ "ast": {
+ "_tag": "StringKeyword",
+ "annotations": {
+ "Symbol(effect/annotation/Description)": "a string",
+ "Symbol(effect/annotation/Title)": "string",
+ },
+ },
+ "message": undefined,
+ },
+ "_tag": "ParseError",
}
❯ test/Schema/ParseResult.test.ts:254:40
|
Run pnpm tsx ecosystem-ci.ts --branch main --repo vitest-dev/vitest effect:
workspace/effect/effect/packages/effect/test/Schema/ParseResultFormatter.test.ts#L27
AssertionError: expected a thrown error to be Error: AsyncString
└─ cannot be be resolv…
- Expected
+ Received
- Error {
+ ParseError {
"message": "AsyncString
└─ cannot be be resolved synchronously, this is caused by using runSync on an effect that performs async work",
+ "issue": Forbidden {
+ "_tag": "Forbidden",
+ "actual": "",
+ "ast": {
+ "_tag": "Transformation",
+ "annotations": {
+ "Symbol(effect/annotation/Identifier)": "AsyncString",
+ },
+ "from": {
+ "_tag": "StringKeyword",
+ "annotations": {
+ "Symbol(effect/annotation/Description)": "a string",
+ "Symbol(effect/annotation/Title)": "string",
+ },
+ },
+ "to": {
+ "_tag": "StringKeyword",
+ "annotations": {
+ "Symbol(effect/annotation/Description)": "a string",
+ "Symbol(effect/annotation/Title)": "string",
+ },
+ },
+ },
+ "message": "cannot be be resolved synchronously, this is caused by using runSync on an effect that performs async work",
+ },
+ "_tag": "ParseError",
}
❯ test/Schema/ParseResultFormatter.test.ts:27:56
|
Run pnpm tsx ecosystem-ci.ts --branch main --repo vitest-dev/vitest effect:
workspace/effect/effect/packages/effect/test/Schema/ParseResultFormatter.test.ts#L44
AssertionError: expected a thrown error to be Error: AsyncString
└─ cannot be be resolv…
- Expected
+ Received
- Error {
+ ParseError {
"message": "AsyncString
└─ cannot be be resolved synchronously, this is caused by using runSync on an effect that performs async work",
+ "issue": Forbidden {
+ "_tag": "Forbidden",
+ "actual": "",
+ "ast": {
+ "_tag": "Transformation",
+ "annotations": {
+ "Symbol(effect/annotation/Identifier)": "AsyncString",
+ },
+ "from": {
+ "_tag": "StringKeyword",
+ "annotations": {
+ "Symbol(effect/annotation/Description)": "a string",
+ "Symbol(effect/annotation/Title)": "string",
+ },
+ },
+ "to": {
+ "_tag": "StringKeyword",
+ "annotations": {
+ "Symbol(effect/annotation/Description)": "a string",
+ "Symbol(effect/annotation/Title)": "string",
+ },
+ },
+ },
+ "message": "cannot be be resolved synchronously, this is caused by using runSync on an effect that performs async work",
+ },
+ "_tag": "ParseError",
}
❯ test/Schema/ParseResultFormatter.test.ts:44:56
|
Run pnpm tsx ecosystem-ci.ts --branch main --repo vitest-dev/vitest effect:
workspace/effect/effect/packages/effect/test/Schema/ParseResultFormatter.test.ts#L61
AssertionError: expected a thrown error to be Error: AsyncString
└─ cannot be be resolv…
- Expected
+ Received
- Error {
+ ParseError {
"message": "AsyncString
└─ cannot be be resolved synchronously, this is caused by using runSync on an effect that performs async work",
+ "issue": Forbidden {
+ "_tag": "Forbidden",
+ "actual": "",
+ "ast": {
+ "_tag": "Transformation",
+ "annotations": {
+ "Symbol(effect/annotation/Identifier)": "AsyncString",
+ "Symbol(effect/annotation/Message)": [Function message],
+ },
+ "from": {
+ "_tag": "StringKeyword",
+ "annotations": {
+ "Symbol(effect/annotation/Description)": "a string",
+ "Symbol(effect/annotation/Title)": "string",
+ },
+ },
+ "to": {
+ "_tag": "StringKeyword",
+ "annotations": {
+ "Symbol(effect/annotation/Description)": "a string",
+ "Symbol(effect/annotation/Title)": "string",
+ },
+ },
+ },
+ "message": "cannot be be resolved synchronously, this is caused by using runSync on an effect that performs async work",
+ },
+ "_tag": "ParseError",
}
❯ test/Schema/ParseResultFormatter.test.ts:61:56
|
Run pnpm tsx ecosystem-ci.ts --branch main --repo vitest-dev/vitest effect:
workspace/effect/effect/packages/effect/test/Schema/ParseResultFormatter.test.ts#L78
AssertionError: expected a thrown error to be Error: AsyncString
└─ cannot be be resolv…
- Expected
+ Received
- Error {
+ ParseError {
"message": "AsyncString
└─ cannot be be resolved synchronously, this is caused by using runSync on an effect that performs async work",
+ "issue": Forbidden {
+ "_tag": "Forbidden",
+ "actual": "",
+ "ast": {
+ "_tag": "Transformation",
+ "annotations": {
+ "Symbol(effect/annotation/Identifier)": "AsyncString",
+ "Symbol(effect/annotation/Message)": [Function message],
+ },
+ "from": {
+ "_tag": "StringKeyword",
+ "annotations": {
+ "Symbol(effect/annotation/Description)": "a string",
+ "Symbol(effect/annotation/Title)": "string",
+ },
+ },
+ "to": {
+ "_tag": "StringKeyword",
+ "annotations": {
+ "Symbol(effect/annotation/Description)": "a string",
+ "Symbol(effect/annotation/Title)": "string",
+ },
+ },
+ },
+ "message": "cannot be be resolved synchronously, this is caused by using runSync on an effect that performs async work",
+ },
+ "_tag": "ParseError",
}
❯ test/Schema/ParseResultFormatter.test.ts:78:56
|
Run pnpm tsx ecosystem-ci.ts --branch main --repo vitest-dev/vitest effect:
workspace/effect/effect/packages/effect/test/Schema/Schema/DecodingFallbackAnnotation.test.ts#L49
AssertionError: expected a thrown error to be Error: string
└─ cannot be be resolved sy…
- Expected
+ Received
- Error {
+ ParseError {
"message": "string
└─ cannot be be resolved synchronously, this is caused by using runSync on an effect that performs async work",
+ "issue": Forbidden {
+ "_tag": "Forbidden",
+ "actual": null,
+ "ast": {
+ "_tag": "StringKeyword",
+ "annotations": {
+ "Symbol(effect/annotation/DecodingFallback)": [Function decodingFallback],
+ "Symbol(effect/annotation/Description)": "a string",
+ "Symbol(effect/annotation/Title)": "string",
+ },
+ },
+ "message": "cannot be be resolved synchronously, this is caused by using runSync on an effect that performs async work",
+ },
+ "_tag": "ParseError",
}
❯ test/Schema/Schema/DecodingFallbackAnnotation.test.ts:49:53
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading