Ali Gholami Rudi
Ali Gholami Rudi
Matěj Cepl [email protected] wrote: > @aligrudi any idea about this? Can we somehow visualize the AST tree we get? I think it is possible to support MRO; one can start...
Zach Dwiel [email protected] wrote: > ``` > File "/home/ubuntu/anaconda/lib/python2.7/site-packages/rope/base/worder.py", line 131, in _find_word_start > while current_offset >= 0 and self._is_id_char(current_offset): > File "/home/ubuntu/anaconda/lib/python2.7/site-packages/rope/base/worder.py", line 163, in _is_id_char > return self.code[offset].isalnum()...
Bill Wendling [email protected] wrote: > If you run the program below from the top-level rope directory, you'll see that the 'from' import statements aren't retained. For example, this is what...
Bill Wendling [email protected] wrote: > > From-imports are probably replaced with absolute imports in > > MoveModule._change_moving_module() of rope/refactor/move.py: > > To make sure you can remove the following two...
Bill Wendling [email protected] wrote: > > There are ways of preserving from-imports but it may not be > > straightforward. Of course the easiest solution (probably similar to > >...
In general, I think supporting case insensitive completions is a good idea. On the other hand, rope's performance problems requires a more detailed examination to understand why the existing caching...
Gal Vinograd [email protected] wrote: > I think a lot of developers would benefit from the ability to move an arbitrary function to a class as a method, and break it...
Hello, Gregory Haerr wrote: > Hello, just wanted to say how much I enjoy your FBPDF, FBFF, and > NEATCC projects. Very well done! Glad to hear that. > I...
> Disclaimer: IANAL, *GPL is horribly controversial and I might be > wrong (but I don't think I am) > > mupdf is licensed under AGPL terms. Per these terms,...
Michał Górny wrote: > To the best of my knowledge, yes. AGPL explicitly states that > anything using it must be AGPL as well. There is some provision for >...