Matěj Cepl

Results 230 issues of Matěj Cepl

Misreported by an anonymous party in the tracker for Bitbucket itself: http://bitbucket.org/jespern/bitbucket/issue/571/python-error-while-aborting-the-open-project

By @JulianEberius The main changes I made to Rope concern auto-completion. It is very, very slow on large code bases (just try Rope’s completions on Rope’s code itself). I used...

enhancement

Since making rope-auto-import work with stuff outside of the project folder has been impossible for me so far, I've tried instead using the source_folders config to add more stuff to...

bug

See https://groups.google.com/d/topic/rope-dev/08LAzaQ7pzQ/discussion and http://thread.gmane.org/gmane.comp.python.rope/59/. There are two simple test cases. 1. In a file with the following text (`|` is where the cursor is): ``` import os os.path.p| ``` try...

bug

For a random module ``` #!python >>> [proposal for proposal in codeassist.code_assist(proj, "import os\nos.", 13\ ) if proposal.name in ['os2', 'ce', 'riscos', 'posix', 'nt']] [os2 (imported, module), ce (imported, module),...

I'm using rope inside SublimeRope and have a project that consists of several namespaces, all available on python path. While rope properly indexes those, it cannot resolve ImportedModule nodes pointing...

When packaging the package (from tarball 0.9.13 from PyPI) I get these errors when running the test suite: ``` [ 40s] ==================================== ERRORS ==================================== [ 40s] ___________________ ERROR at setup...

While upgrading the django-treebeard package for openSUSE, the test suite persistently fail with 28 tests failing like this: ``` [ 96s] ____ TestAdminTreeList.test_result_tree_list_with_get[MP_TestNodeCustomId] _____ [ 96s] [ 96s] self =...

I love that advice by Mark Twain about “very” as every other guy, but proselint is just doing too much: ```rst “Yes, Harry, how are you on this fine evening?”...

I don't know why, but suddenly with ``neovim`` following ``master`` branch, new documents are not configured according to the local ``.editorconfig`` ([editorconfig-vim](https://github.com/editorconfig/editorconfig-vim) works perfectly). When trying to investigate, I was...