mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
`com.intellij.python.pyproject.PyProjectToml.Companion.parse` used to return Error in case of broken file so we simply ignored it. We now return `TomlTable` itself even in case of error. So `com.intellij.python.pyproject.model.internal.pyProjectToml.TomFileToolsKt.readFile` is only null (which means module is skipped) if there is `IOException` reading `pyproject.toml` (either file doesn't exist or unreadable). GitOrigin-RevId: 94fa7f46516450a9b0922679aa0d9d12571fae4f
46 lines
3.2 KiB
XML
46 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
|
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
|
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
|
|
<sourceFolder url="file://$MODULE_DIR$/testResources" type="java-test-resource" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
|
<orderEntry type="module" module-name="intellij.libraries.assertj.core" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.python.community" />
|
|
<orderEntry type="module" module-name="intellij.python.psi.impl" />
|
|
<orderEntry type="module" module-name="intellij.platform.core" />
|
|
<orderEntry type="module" module-name="intellij.python.sdk" />
|
|
<orderEntry type="module" module-name="intellij.platform.util" />
|
|
<orderEntry type="module" module-name="intellij.toml.core" />
|
|
<orderEntry type="library" exported="" name="tuweni-toml" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="JUnit5Params" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.externalSystem" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.core" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.progress" />
|
|
<orderEntry type="module" module-name="intellij.platform.backend.workspace" />
|
|
<orderEntry type="module" module-name="intellij.platform.workspace.storage" />
|
|
<orderEntry type="module" module-name="intellij.platform.externalSystem.impl" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
|
<orderEntry type="module" module-name="intellij.platform.workspace.jps" />
|
|
<orderEntry type="module" module-name="intellij.platform.projectModel.impl" />
|
|
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
|
<orderEntry type="module" module-name="intellij.python.common" />
|
|
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
|
<orderEntry type="module" module-name="intellij.platform.lang.core" />
|
|
<orderEntry type="module" module-name="intellij.platform.backend.observation" />
|
|
<orderEntry type="module" module-name="intellij.platform.testFramework.junit5" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.testFramework.junit5.projectStructure" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.python.community.junit5Tests.framework" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
|
<orderEntry type="module" module-name="intellij.platform.indexing" />
|
|
</component>
|
|
</module> |