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

Migrate pyslang into this repository #1210

Merged
merged 7 commits into from
Jan 17, 2025

Conversation

parker-research
Copy link
Contributor

Related to the discussion over in https://github.com/MikePopoloski/pyslang/issues/379, this PR moves the pyslang project into this repo, updates the Python pyproject.toml script a bit.

It also adds the type stubs work from over in https://github.com/MikePopoloski/pyslang/issues/382. I can back out this change if you'd like, though.

Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.67%. Comparing base (06b1a76) to head (53d32b5).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1210   +/-   ##
=======================================
  Coverage   94.67%   94.67%           
=======================================
  Files         204      204           
  Lines       51166    51166           
=======================================
  Hits        48439    48439           
  Misses       2727     2727           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 06b1a76...53d32b5. Read the comment docs.

.github/workflows/python-build.yml Outdated Show resolved Hide resolved
.github/workflows/python-dist.yml Outdated Show resolved Hide resolved
merge-multiple: true
- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
Copy link
Owner

Choose a reason for hiding this comment

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

Note to self: setup this secret in this repo before landing.

@@ -1,10 +1,17 @@
.vs/
Copy link
Owner

Choose a reason for hiding this comment

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

I don't think .vs or .vscode should be unignored -- you can just exempt the one settings.json file like:

!.vscode/settings.json

pyslang/.editorconfig Outdated Show resolved Hide resolved
pyslang/LICENSE Outdated
@@ -0,0 +1,19 @@
Copyright (c) 2023-2024 Michael Popoloski
Copy link
Owner

Choose a reason for hiding this comment

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

Probably don't need this as a separate file, the parent directory has the same license.

@parker-research
Copy link
Contributor Author

Thanks a lot for checking that over; solid comments! Just pushed those changes now!

@MikePopoloski MikePopoloski merged commit c1fbf13 into MikePopoloski:master Jan 17, 2025
20 checks passed
@parker-research parker-research deleted the migrate-pyslang branch January 20, 2025 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants