[issue35808] Let's retire pgen

2020-05-25 Thread Ammar Askar
Change by Ammar Askar : -- nosy: +ammar2 nosy_count: 7.0 -> 8.0 pull_requests: +19667 pull_request: https://github.com/python/cpython/pull/20405 ___ Python tracker ___

[issue35808] Let's retire pgen

2019-03-01 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 1f24a719e7be5e49b876a5dc7daf21d01ee69faa by Pablo Galindo in branch 'master': bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814) https://github.com/python/cpython/commit/1f24a719e7be5e49b876a5dc7daf21d01ee69faa

[issue35808] Let's retire pgen

2019-03-01 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue35808] Let's retire pgen

2019-02-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I didn't look at the PR yet, but this is a wonderful idea. I planned to do this just after rewriting generators of token-related data and code in Python (issue30455), but Pablo has overfoot me. Great! -- nosy: +serhiy.storchaka

[issue35808] Let's retire pgen

2019-02-10 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: -11829, 11830 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue35808] Let's retire pgen

2019-02-10 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: -11830 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35808] Let's retire pgen

2019-02-10 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch, patch, patch pull_requests: +11828, 11829, 11830 stage: needs patch -> patch review ___ Python tracker ___

[issue35808] Let's retire pgen

2019-02-10 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch, patch pull_requests: +11828, 11829 stage: needs patch -> patch review ___ Python tracker ___

[issue35808] Let's retire pgen

2019-02-10 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +11828 stage: needs patch -> patch review ___ Python tracker ___

[issue35808] Let's retire pgen

2019-02-09 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- nosy: +pablogsal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35808] Let's retire pgen

2019-01-28 Thread Guido van Rossum
Guido van Rossum added the comment: @eamanu, feel free to submit a PR. I won't be available to guide you through the steps; there are other forums e.g. Zulip. -- ___ Python tracker

[issue35808] Let's retire pgen

2019-01-28 Thread Emmanuel Arias
Emmanuel Arias added the comment: Hello! I can help if you consider it appropriate :-) -- nosy: +eamanu ___ Python tracker ___

[issue35808] Let's retire pgen

2019-01-28 Thread BTaskaya
Change by BTaskaya : -- nosy: +BTaskaya ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35808] Let's retire pgen

2019-01-25 Thread Ivan Levkivskyi
Change by Ivan Levkivskyi : -- nosy: +levkivskyi ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35808] Let's retire pgen

2019-01-22 Thread Ethan Smith
Change by Ethan Smith : -- nosy: +Ethan Smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35808] Let's retire pgen

2019-01-22 Thread Guido van Rossum
New submission from Guido van Rossum : Pgen is literally the oldest piece of technology in the CPython repo -- it was the first thing I wrote for Python over 29 years ago. It's not aged well, and building it requires various #if[n]def PGEN hacks in other parts of the code; it also depends