You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typechecking poetry.core.masonry
Fix bugs causing tests to fail
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Add missing imoports to build.py; Use dict instead of toml.items.Table to store intermediate build info in build_ext_modules process
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Move distutils.extension.Extension import into type-checking block
Fix mypy errors
Define missing BuildFailed exception in setup.py; Rename test fixtures to avoid errors with Windows filenames being too long
Add get_export_symbols() function to ExtBuilder in setup.py for Windows compat
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Try another fix to Windows build errors
Try another fix to Windows build errors
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Remove get_export_symbols() function; Add stub functions to init C libs (for Windows compat)
Add libraries to export_symbols (for Windows)
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Rename folders to avoid path length limit when compiling/linking; Fix typos
Fix linking issues on Windows
Removed generated binary files
Revert changes to extended_no_setup test fixture
Rename ext_pyproj_lib_build_py fixture
Clarify module descriptions in README.rst files
Fix 'extended is not a package' errors when attempting to build extended_no_setup test fixture
Fix paths
Fix call to SdistBuilder.build()
Clean up rebase
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Fix exception message
0 commit comments