Skip to content

implement importResolver for python #139

implement importResolver for python

implement importResolver for python #139

Triggered via push March 17, 2025 17:19
Status Failure
Total duration 35s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

21 errors
lint
Process completed with exit code 1.
lint: packages/cli/src/languagesPlugins/ImportExtractor/python.test.ts#L16
'extractor' is assigned a value but never used
lint: packages/cli/src/languagesPlugins/ImportExtractor/python.test.ts#L12
'pythonRegularModule' is defined but never used
lint: packages/cli/src/languagesPlugins/ImportExtractor/python.test.ts#L12
'pythonFromModule' is defined but never used
lint: packages/cli/src/languagesPlugins/ImportExtractor/python.test.ts#L11
'path' is defined but never used
tests
Process completed with exit code 1.
tests: packages/cli/src/languagesPlugins/python.test.ts#L94
AssertionError: expected 'module' to be '' // Object.is equality - Expected + Received + module ❯ packages/cli/src/languagesPlugins/python.test.ts:94:31
tests: packages/cli/src/languagesPlugins/python.test.ts#L94
AssertionError: expected 'module' to be '' // Object.is equality - Expected + Received + module ❯ packages/cli/src/languagesPlugins/python.test.ts:94:31
tests: packages/cli/src/languagesPlugins/python.test.ts#L94
AssertionError: expected 'module' to be '' // Object.is equality - Expected + Received + module ❯ packages/cli/src/languagesPlugins/python.test.ts:94:31
tests: packages/cli/src/languagesPlugins/python.test.ts#L94
AssertionError: expected 'module' to be '' // Object.is equality - Expected + Received + module ❯ packages/cli/src/languagesPlugins/python.test.ts:94:31
tests: packages/cli/src/languagesPlugins/python.test.ts#L94
AssertionError: expected 'module' to be '' // Object.is equality - Expected + Received + module ❯ packages/cli/src/languagesPlugins/python.test.ts:94:31
build
Property 'getFilePathFromModuleName' does not exist on type 'PythonModuleResolver'.
build
Property 'getImportedModules' does not exist on type 'PythonImportResolver'.
build
Parameter 'symbol' implicitly has an 'any' type.
build
Cannot find name 'ImportedModule'.
build
Parameter 'symbol' implicitly has an 'any' type.
build
Cannot find name 'ImportedModule'.
build
Property 'getImportedModules' does not exist on type 'PythonImportResolver'.
build
Argument of type 'PythonModuleResolver' is not assignable to parameter of type 'PythonModuleMapper'.
build
Expected 1 arguments, but got 2.
build
Cannot find module '../../../languagePlugin2/python/auditManifesto' or its corresponding type declarations.