Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / python-rope/rope issues and pull requests

#809 - Python3.13 compat

Pull Request - State: open - Opened by Nowa-Ammerlaan about 2 months ago

#808 - Handle the edge case where an f-string looks like f"#{some_var}"

Pull Request - State: open - Opened by rlbr 3 months ago - 1 comment

#807 - Rope exception when f-string has a # before a variable when using extract method

Issue - State: open - Opened by rlbr 3 months ago - 1 comment
Labels: bug

#806 - Put .gitignore in ropefolder

Issue - State: open - Opened by truh 3 months ago

#805 - Update GHA Python versions

Pull Request - State: open - Opened by lieryan 3 months ago - 1 comment

#804 - add nicoolas25 as a contributor for code

Pull Request - State: closed - Opened by allcontributors[bot] 3 months ago

#803 - Rope does't pick project virtualenv

Issue - State: open - Opened by c30ra 4 months ago - 2 comments
Labels: bug

#802 - patchedast doesn't consider the annotation of arguments

Issue - State: open - Opened by v587su 4 months ago
Labels: bug

#801 - Test failures with Python 3.13.3rc3

Issue - State: open - Opened by musicinmybrain 5 months ago - 1 comment
Labels: bug

#799 - Add ratcheting type completeness check to CI

Pull Request - State: open - Opened by smheidrich 5 months ago

#798 - Type annotations for public API would be nice

Issue - State: open - Opened by smheidrich 5 months ago

#797 - Add auto-generated API docs

Pull Request - State: open - Opened by smheidrich 5 months ago

#796 - Automatically generated API docs would be nice

Issue - State: open - Opened by smheidrich 5 months ago - 1 comment

#795 - Fix mention of Move -> create_move in docs

Pull Request - State: closed - Opened by smheidrich 5 months ago - 1 comment

#793 - missing basic documentations and instructions

Issue - State: closed - Opened by maparham 7 months ago

#791 - Package to Module Conversion

Issue - State: open - Opened by JustKiddingCode 9 months ago

#790 - Fix multiline empty tuple with comment

Pull Request - State: open - Opened by apmorton 10 months ago - 1 comment

#789 - MismatchedTokenError when empty tuple has commented out line

Issue - State: open - Opened by apmorton 10 months ago
Labels: bug

#788 - Implement preferred_import_style

Pull Request - State: closed - Opened by lieryan 11 months ago - 4 comments

#787 - Add type hints to importinfo.py and add repr to ImportInfo

Pull Request - State: closed - Opened by lieryan 11 months ago - 1 comment

#786 - Update github workflows

Pull Request - State: closed - Opened by lieryan 11 months ago - 1 comment

#785 - Refactor movetest.py

Pull Request - State: closed - Opened by lieryan 11 months ago - 1 comment

#783 - Isolate tests that uses external_fixturepkg into a venv

Pull Request - State: closed - Opened by lieryan 11 months ago - 1 comment

#783 - Isolate tests that uses external_fixturepkg into a venv

Pull Request - State: closed - Opened by lieryan 11 months ago - 1 comment

#782 - Create code coverage when running pytest in GHA

Pull Request - State: closed - Opened by lieryan 11 months ago - 1 comment

#780 - Improved function parser to use ast parser instead of Worder

Pull Request - State: closed - Opened by lieryan 11 months ago

#779 - Rename refactoring should check whether the target variable exists

Issue - State: open - Opened by lieryan 12 months ago
Labels: enhancement, rename-refactor

#778 - add sandratsy as a contributor for code

Pull Request - State: closed - Opened by allcontributors[bot] 12 months ago

#777 - add validation to refuse Rename refactoring to a python keyword

Pull Request - State: closed - Opened by lieryan 12 months ago

#776 - Rename Method refactoring allows you to rename a nested method with a parameter name

Issue - State: closed - Opened by jonhnanthan 12 months ago - 1 comment
Labels: enhancement, rename-refactor, rename-target

#775 - Rename Method refactoring allowed for methods defined to implement container objects

Issue - State: open - Opened by jonhnanthan 12 months ago
Labels: bug, rename-refactor

#774 - Rename Method refactoring does not rename all implementations of an abstract method

Issue - State: open - Opened by jonhnanthan 12 months ago
Labels: bug, rename-refactor

#774 - Rename Method refactoring does not rename all implementations of an abstract method

Issue - State: open - Opened by jonhnanthan 12 months ago
Labels: bug, rename-refactor

#773 - Rename Method refactoring allowed for methods designed for numeric type emulation

Issue - State: open - Opened by jonhnanthan 12 months ago
Labels: bug, rename-refactor

#773 - Rename Method refactoring allowed for methods designed for numeric type emulation

Issue - State: open - Opened by jonhnanthan 12 months ago
Labels: bug, rename-refactor

#772 - Rename Method refactoring does not change the calls of the renamed method.

Issue - State: open - Opened by jonhnanthan 12 months ago
Labels: bug, rename-refactor

#772 - Rename Method refactoring does not change the calls of the renamed method.

Issue - State: open - Opened by jonhnanthan 12 months ago
Labels: bug, rename-refactor

#771 - Rename Method refactoring is allowed in methods of the descriptor protocol

Issue - State: open - Opened by jonhnanthan 12 months ago
Labels: bug, rename-refactor

#771 - Rename Method refactoring is allowed in methods of the descriptor protocol

Issue - State: open - Opened by jonhnanthan 12 months ago
Labels: bug, rename-refactor

#769 - Rename Method refactoring allows you to rename a method to a name with an 'internal use' indicator

Issue - State: closed - Opened by jonhnanthan 12 months ago - 1 comment
Labels: enhancement, rename-refactor, rename-target

#768 - Rename Method refactoring allows the use of previously declared field name

Issue - State: open - Opened by jonhnanthan 12 months ago
Labels: bug, rename-refactor

#768 - Rename Method refactoring allows the use of previously declared field name

Issue - State: closed - Opened by jonhnanthan 12 months ago - 1 comment
Labels: enhancement, rename-refactor, rename-target

#766 - Rename Field refactoring allows you to rename a local field with the method name

Issue - State: closed - Opened by jonhnanthan 12 months ago - 1 comment
Labels: enhancement, rename-refactor, rename-target

#766 - Rename Field refactoring allows you to rename a local field with the method name

Issue - State: open - Opened by jonhnanthan 12 months ago
Labels: bug, rename-refactor

#765 - Rename Field refactoring allows you to rename a class field with class method names

Issue - State: closed - Opened by jonhnanthan 12 months ago - 1 comment
Labels: enhancement, rename-refactor, rename-target

#765 - Rename Field refactoring allows you to rename a class field with class method names

Issue - State: open - Opened by jonhnanthan 12 months ago
Labels: bug, rename-refactor

#764 - Rename Field refactoring allows the use of a name that can not be iterable

Issue - State: open - Opened by jonhnanthan 12 months ago
Labels: bug, rename-refactor

#764 - Rename Field refactoring allows the use of a name that can not be iterable

Issue - State: closed - Opened by jonhnanthan 12 months ago - 1 comment
Labels: enhancement, rename-refactor, rename-target

#763 - Rename Field refactoring allows the use of declared method names as new field names

Issue - State: closed - Opened by jonhnanthan 12 months ago - 1 comment
Labels: enhancement, rename-refactor, rename-target

#763 - Rename Field refactoring allows the use of declared method names as new field names

Issue - State: open - Opened by jonhnanthan 12 months ago
Labels: bug, rename-refactor

#762 - Rename Field refactoring allows you to use the name of special methods as a new name

Issue - State: closed - Opened by jonhnanthan 12 months ago - 1 comment
Labels: bug, invalid, rename-refactor

#762 - Rename Field refactoring allows you to use the name of special methods as a new name

Issue - State: open - Opened by jonhnanthan 12 months ago
Labels: bug, rename-refactor

#761 - Rename Field refactoring allows you to rename a field with the same name used in a global method

Issue - State: closed - Opened by jonhnanthan 12 months ago - 1 comment
Labels: enhancement, rename-refactor, rename-target

#760 - Inline method refactoring passes the wrong parameter to the inlined function body

Issue - State: open - Opened by jonhnanthan 12 months ago
Labels: bug, inline-refactor

#759 - Inline method refactoring changes variables names after applying the transformation

Issue - State: open - Opened by jonhnanthan 12 months ago
Labels: bug, inline-refactor

#758 - Inline method refactoring applied to rich comparison methods

Issue - State: open - Opened by jonhnanthan 12 months ago
Labels: bug, inline-refactor

#757 - Inline method refactoring inserts an unexpected argument

Issue - State: open - Opened by jonhnanthan 12 months ago
Labels: bug, inline-refactor

#755 - Remove dependency on `build` package being installed while running tests

Pull Request - State: closed - Opened by lieryan about 1 year ago - 1 comment

#754 - Minor type hint improvements

Pull Request - State: closed - Opened by lieryan about 1 year ago

#754 - Minor type hint improvements

Pull Request - State: closed - Opened by lieryan about 1 year ago

#753 - Configure auto-import to omit src from import statements

Issue - State: open - Opened by daara-s about 1 year ago - 3 comments

#753 - Configure auto-import to omit src from import statements

Issue - State: open - Opened by daara-s about 1 year ago - 7 comments

#752 - update pre-commit

Pull Request - State: closed - Opened by bagel897 about 1 year ago - 1 comment

#751 - Check for ast.Attributes when finding occurrences in f-strings

Pull Request - State: closed - Opened by sandratsy about 1 year ago - 5 comments

#750 - The Inline Method is allowed for constructor methods

Issue - State: open - Opened by jonhnanthan about 1 year ago - 1 comment
Labels: enhancement, inline-refactor

#747 - New Release

Issue - State: closed - Opened by tkrabel-db about 1 year ago - 2 comments

#746 - The Rename Method refactoring is allowed in the overridden method.

Issue - State: open - Opened by jonhnanthan about 1 year ago
Labels: bug, rename-refactor

#745 - Compilation error after applying the Inline method refactoring

Issue - State: open - Opened by jonhnanthan about 1 year ago
Labels: bug, inline-refactor

#744 - Inline Method refactoring is allowed in abstract methods.

Issue - State: open - Opened by jonhnanthan about 1 year ago
Labels: bug, inline-refactor

#743 - Applying the Inline Method refactoring does not add the required import.

Issue - State: open - Opened by jonhnanthan about 1 year ago
Labels: bug, inline-refactor

#742 - Inline Method refactoring is allowed in methods of the descriptor protocol

Issue - State: open - Opened by jonhnanthan about 1 year ago - 1 comment
Labels: bug, inline-refactor

#741 - add raymyers as a contributor for code

Pull Request - State: closed - Opened by allcontributors[bot] about 1 year ago

#740 - Refactor Autoimport database and indexing

Pull Request - State: closed - Opened by bagel897 about 1 year ago - 2 comments

#739 - Ensure autoimport requests uses indexes

Pull Request - State: closed - Opened by lieryan about 1 year ago

#738 - Implement os.PathLike on Resource

Pull Request - State: closed - Opened by lieryan about 1 year ago

#737 - add MrBago as a contributor for code

Pull Request - State: open - Opened by allcontributors[bot] about 1 year ago

#737 - add MrBago as a contributor for code

Pull Request - State: closed - Opened by allcontributors[bot] about 1 year ago

#736 - autoimport does not correctly use index

Issue - State: closed - Opened by lieryan about 1 year ago - 1 comment
Labels: enhancement, performance

#735 - Add error handling for extract of incomplete block

Pull Request - State: closed - Opened by raymyers about 1 year ago - 4 comments

#734 - Extract of incomplete block is allowed to half-execute

Issue - State: closed - Opened by raymyers about 1 year ago
Labels: bug

#733 - skip directories with perm error when building autoimport index

Pull Request - State: closed - Opened by MrBago about 1 year ago - 6 comments

#732 - movetest: add test_moving_modules_lazy_import

Pull Request - State: open - Opened by SomeoneSerge over 1 year ago - 3 comments

#731 - MoveModule creates new top-level imports

Issue - State: open - Opened by SomeoneSerge over 1 year ago - 5 comments
Labels: bug

#730 - Match on module aliases for auto import suggestions

Pull Request - State: closed - Opened by MrBago over 1 year ago - 10 comments

#729 - Any prerequisites for a new release (> 1.6.0)?

Issue - State: closed - Opened by tkrabel-db over 1 year ago - 3 comments

#728 - 1.11.0: sphinx warnings `reference target not found`

Issue - State: open - Opened by kloczek over 1 year ago - 1 comment
Labels: bug

#727 - 1.11.0: pytest is failing in `ropetest/contrib/autoimporttest.py::AutoImportTest::test_search_submodule` unit

Issue - State: closed - Opened by kloczek over 1 year ago - 3 comments
Labels: bug, duplicate

#726 - RFE: is it possible to start making github releases?🤔

Issue - State: closed - Opened by kloczek over 1 year ago - 3 comments

#724 - add tkrabel as a contributor for code

Pull Request - State: closed - Opened by allcontributors[bot] over 1 year ago