Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Able to handle projects with multiple files #274

Open
2 tasks
jianzs opened this issue Jul 9, 2024 · 1 comment
Open
2 tasks

Able to handle projects with multiple files #274

jianzs opened this issue Jul 9, 2024 · 1 comment
Labels
deducer Deducer 💡feature This issue or pull request is related to a new feature. good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jianzs
Copy link
Contributor

jianzs commented Jul 9, 2024

Describe the feature

Handle projects with multiple files

Use Case

No

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@jianzs jianzs added good first issue Good for newcomers help wanted Extra attention is needed deducer Deducer 💡feature This issue or pull request is related to a new feature. labels Jul 9, 2024
@jianzs
Copy link
Contributor Author

jianzs commented Jul 9, 2024

After merging #275, Python developers can now import files and directories located in the app directory. However, this functionality is limited to functions that do not involve resource objects. This limitation arises because Pyright's deduction process does not analyze the bodies of these functions. Consequently, when operations related to resource objects are present, we cannot obtain information about the relationships between these objects. While the app may function correctly in local environments, this limitation can lead to missing permissions during runtime, potentially causing the app to malfunction in cloud environments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deducer Deducer 💡feature This issue or pull request is related to a new feature. good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant