Skip to content

refactor: unify language dispatch with compile-time exhaustive tables #653

refactor: unify language dispatch with compile-time exhaustive tables

refactor: unify language dispatch with compile-time exhaustive tables #653

Triggered via pull request March 21, 2026 11:20
Status Failure
Total duration 7m 36s
Artifacts 2

ci.yml

on: pull_request
Matrix: tests / cross-platform
CI Gate
2s
CI Gate
Save PR Metadata
4s
Save PR Metadata
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 5 warnings
[default] test/integration/parsing.test.ts > parsing > isNodeExported > rust > pub function is exported: gitnexus/test/integration/parsing.test.ts#L113
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:113:16
[default] test/integration/parsing.test.ts > parsing > isNodeExported > go > empty name is not exported: gitnexus/test/integration/parsing.test.ts#L102
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:102:16
[default] test/integration/parsing.test.ts > parsing > isNodeExported > go > lowercase first letter is unexported: gitnexus/test/integration/parsing.test.ts#L97
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:97:16
[default] test/integration/parsing.test.ts > parsing > isNodeExported > go > uppercase first letter is exported: gitnexus/test/integration/parsing.test.ts#L92
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:92:16
[default] test/integration/parsing.test.ts > parsing > isNodeExported > python > dunder method is private: gitnexus/test/integration/parsing.test.ts#L84
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:84:16
[default] test/integration/parsing.test.ts > parsing > isNodeExported > python > private function (underscore prefix): gitnexus/test/integration/parsing.test.ts#L79
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:79:16
[default] test/integration/parsing.test.ts > parsing > isNodeExported > python > public function (no underscore prefix): gitnexus/test/integration/parsing.test.ts#L74
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:74:16
[default] test/integration/parsing.test.ts > parsing > isNodeExported > typescript > returns true when text starts with "export ": gitnexus/test/integration/parsing.test.ts#L66
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:66:16
[default] test/integration/parsing.test.ts > parsing > isNodeExported > typescript > returns false for non-exported function: gitnexus/test/integration/parsing.test.ts#L60
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:60:16
[default] test/integration/parsing.test.ts > parsing > isNodeExported > typescript > returns true when ancestor is export_statement: gitnexus/test/integration/parsing.test.ts#L54
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:54:16
tests / ubuntu / coverage
Process completed with exit code 1.
[default] test/integration/parsing.test.ts > parsing > isNodeExported > rust > pub function is exported: gitnexus/test/integration/parsing.test.ts#L113
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:113:16
[default] test/integration/parsing.test.ts > parsing > isNodeExported > go > empty name is not exported: gitnexus/test/integration/parsing.test.ts#L102
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:102:16
[default] test/integration/parsing.test.ts > parsing > isNodeExported > go > lowercase first letter is unexported: gitnexus/test/integration/parsing.test.ts#L97
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:97:16
[default] test/integration/parsing.test.ts > parsing > isNodeExported > go > uppercase first letter is exported: gitnexus/test/integration/parsing.test.ts#L92
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:92:16
[default] test/integration/parsing.test.ts > parsing > isNodeExported > python > dunder method is private: gitnexus/test/integration/parsing.test.ts#L84
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:84:16
[default] test/integration/parsing.test.ts > parsing > isNodeExported > python > private function (underscore prefix): gitnexus/test/integration/parsing.test.ts#L79
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:79:16
[default] test/integration/parsing.test.ts > parsing > isNodeExported > python > public function (no underscore prefix): gitnexus/test/integration/parsing.test.ts#L74
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:74:16
[default] test/integration/parsing.test.ts > parsing > isNodeExported > typescript > returns true when text starts with "export ": gitnexus/test/integration/parsing.test.ts#L66
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:66:16
[default] test/integration/parsing.test.ts > parsing > isNodeExported > typescript > returns false for non-exported function: gitnexus/test/integration/parsing.test.ts#L60
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:60:16
[default] test/integration/parsing.test.ts > parsing > isNodeExported > typescript > returns true when ancestor is export_statement: gitnexus/test/integration/parsing.test.ts#L54
TypeError: (0 , __vite_ssr_import_3__.isNodeExported) is not a function ❯ test/integration/parsing.test.ts:54:16
CI Gate
Process completed with exit code 1.
CI Gate
One or more CI jobs failed
quality / typecheck
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
tests / macos-latest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
tests / ubuntu / coverage
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
tests / windows-latest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Save PR Metadata
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Artifacts

Produced during runtime
Name Size Digest
pr-meta
394 Bytes
sha256:3465da84bc42f22ff006a1ef33052d14443d652b7051e7173bc8203244de09d7
test-reports
1.07 MB
sha256:15622ff9999e7723cbf3bc223fff8685956efe5035dcc7f8854f68888ddc3668