Skip to content

feat(deducer): streamline the entire deduction process - #153

Merged
jianzs merged 4 commits into
pluto-lang:feat-support-pythonfrom
jianzs:feat-python-support
Mar 15, 2024
Merged

feat(deducer): streamline the entire deduction process#153
jianzs merged 4 commits into
pluto-lang:feat-support-pythonfrom
jianzs:feat-python-support

Conversation

@jianzs

Copy link
Copy Markdown
Contributor

1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix#123", "re #123".):

2. What is the scope of this PR (e.g. component or file name):

  • Pyright Deducer

3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):

  • Affects user behaviors
  • Contains syntax changes
  • Contains variable changes
  • Contains experimental features
  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Other
  • Add an ability to CodeExtractor to find the client APIs called and accessed captured properties within a code segment.
  • Support deducing a Python file to obtain an architecture reference.

4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):

  • N
  • Y

5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links:

  • Unit test
  • Integration test
  • Benchmark (add benchmark stats below)
  • Manual test (add detailed scripts or steps below)
  • Other

- Add an ability to CodeExtractor to find the client APIs called and accessed captured properties within a code segment.
- Support deducing a Python file to obtain an architecture reference.
@jianzsjianzs added the deducer Deducer label Mar 14, 2024
@jianzs
jianzs requested a review from PeefyMarch 14, 2024 14:00
@changeset-bot

changeset-botBot commented Mar 14, 2024

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 0195f16

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@PeefyPeefy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jianzs
jianzsforce-pushed the feat-python-support branch from 81a8c43 to 0195f16CompareMarch 15, 2024 03:37
@jianzs
jianzs merged commit 82c8029 into pluto-lang:feat-support-pythonMar 15, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deducerDeducer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@jianzs@Peefy