GNU bug report logs -
#29856
[PATCH core-updates] guix: python-build-system: Modify ".py" files in-place.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Hi,
I'm afraid, this patch will lead to quite some serious problems:
* It "kills" the doc-string, which must be the very first
expression-statement in the program. This might be rarely used, but
* it kills "from __future__ import", which must be the first import
statement (or even the first statement after any doc-string) to work.
Fixing these issues would require to implement a language-aware scanner,
as discussed in
<https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00022.html>.
Thus I suggest aiming to implement the solution discussed in that thread
(see esp.
<https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00041.html>.
Beside of this, the patch suffers from some more issues. Sorry to say :-(
* When converting PYTHONPATH into a list of python strings, these need
to be quoted properly.
* The description (commit-message) of the patch is much to terse. It
should describe the the reason and implications. Esp. it should
describe the case this is fixing.
BTW: The first analysis in <https://bugs.gnu.org/29824> was misleading.
I commented there.
--
Regards
Hartmut Goebel
| Hartmut Goebel | h.goebel <at> crazy-compilers.com |
| www.crazy-compilers.com | compilers which you thought are impossible |
[Message part 2 (text/html, inline)]
This bug report was last modified 6 years and 162 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.