[code-quality] RedBaron, a bottom-up refactoring lib/tool for python

2014-11-15 Thread Laurent Peuch
RedBaron tutorial: https://redbaron.readthedocs.org/en/latest/tuto.html * RedBaron documentation: https://redbaron.readthedocs.org * RedBaron source code: https://github.com/psycojoker/redbaron * Baron (the AST) source code: https://github.com/psycojoker/baron * Baron documentation: https://ba

Re: [code-quality] RedBaron, a bottom-up refactoring lib/tool for python

2014-11-17 Thread Laurent Peuch
efforts on making it as good as possible * more time spend on doing the actual tools than the backend * a de facto reference for every python developer that wants to join the field of tooling: more people -> more tools -> better python in general I really think that we should at

Re: [code-quality] RedBaron, a bottom-up refactoring lib/tool for python

2014-11-17 Thread Laurent Peuch
erstand you so much, I didn't knew how much that would took me to parse python, if I knew I probably would have never done this project. Cheers, -- Laurent Peuch -- Bram ___ code-quality mailing list code-quality@python.org https://mail.python.org/mailman/listinfo/code-quality

Re: [code-quality] RedBaron, a bottom-up refactoring lib/tool for python

2014-11-22 Thread Laurent Peuch
cumentation first before doing so to evaluate if the price to pay is worth it. Have a nice weekend, -- Laurent Peuch -- Bram ___ code-quality mailing list code-quality@python.org https://mail.python.org/mailman/listinfo/code-quality

[code-quality] release 0.6 of RedBaron, high level parser/modifier of python source file

2016-03-28 Thread Laurent Peuch
"pip install redbaron" won't > install it, "pip install redbaron[pygments"] will > - new node.next_intuitive and node.previous_intuitive methods for situations > where .next/previous doesn't behave the way the user expect it > http://redbaron.readthedocs.org/en/latest/other.html#next-intuitive-previous-intuitive -- Laurent Peuch -- Bram ___ code-quality mailing list code-quality@python.org https://mail.python.org/mailman/listinfo/code-quality

Re: [code-quality] release 0.6 of RedBaron, high level parser/modifier of python source file

2016-03-30 Thread Laurent Peuch
ghly the same domain: automatic style and quality reporting" but that's not exactly (red)baron is doing. While it's not very far away (like a low level more general tool that can be used to build those kind of tools), it's still a bit different, won't that be a prob

Re: [code-quality] release 0.6 of RedBaron, high level parser/modifier of python source file

2016-03-30 Thread Laurent Peuch
On Wed, Mar 30, 2016 at 05:12:00PM -0500, Ian Cordasco wrote: > On Wed, Mar 30, 2016 at 5:02 PM, Laurent Peuch > wrote: > > Hello, > > > > On Mon, Mar 28, 2016 at 11:15:59AM -0500, Ian Cordasco wrote: > >> On Mon, Mar 28, 2016 at 11:13 AM, Ian Cordasco > &g

[code-quality] baron v0.6.6 release with a requite requested bug fix and speed improvement

2017-06-11 Thread Laurent Peuch
ould causes Baron to crash. This is now fixed. Example: if a: pass # crashing comment else: pass This release also come with a big speed improvement on large files (between 40 and 75%). Release: https://github.com/PyCQA/baron/releases/tag/0.6.6 Kind regards, -- L

[code-quality] Red/Baron release 0.8 - bug fixes and python 3 compatibility WIP

2018-10-28 Thread Laurent Peuch
me into it :) Also seeing from which kind of companies I get bug reports and pull requests I guess that this project is far from being useless. Have a nice day, -- Laurent Peuch -- Bram ___ code-quality mailing list code-quality@python.org https:

[code-quality] Baron/RedBaron release 0.9, full python 3 support

2019-02-01 Thread Laurent Peuch
sure where to look. I'll also be at FOSDEM if you want to say hi :) -- Laurent Peuch -- Bram ___ code-quality mailing list code-quality@python.org https://mail.python.org/mailman/listinfo/code-quality