[Bug translation/90118] Missing space between words

2019-05-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118 Eric Gallager changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug translation/90118] Missing space between words

2019-05-01 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118 --- Comment #9 from Roland Illig --- The particular issue has been fixed, the linter has been updated in bug 90176, therefore I think this bug can be closed.

[Bug translation/90118] Missing space between words

2019-04-19 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118 --- Comment #8 from Roland Illig --- (In reply to Christophe Lyon from comment #7) > Do you mean something like that? > > if p.startswith('-'): > if len(p) >= 2 and (p[1].isalpha() and p != '-INF'): >

[Bug translation/90118] Missing space between words

2019-04-19 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118 --- Comment #7 from Christophe Lyon --- (In reply to Roland Illig from comment #5) > It would be good if the check-internal-format-escaping.py linter would > actually output what is wrong in the msgid. The number of checks will > increase as I'm

[Bug translation/90118] Missing space between words

2019-04-19 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118 --- Comment #6 from Christophe Lyon --- Author: clyon Date: Fri Apr 19 09:08:49 2019 New Revision: 270454 URL: https://gcc.gnu.org/viewcvs?rev=270454&root=gcc&view=rev Log: PR translation/90118 Missing space between words 2019-04-19 Christophe

[Bug translation/90118] Missing space between words

2019-04-18 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118 --- Comment #5 from Roland Illig --- (In reply to Christophe Lyon from comment #3) > When running the script, it warned in 3 more occurrences in gcc/cp/call.c, > which I updated too. By reading the code, I think these instances are correct since

[Bug translation/90118] Missing space between words

2019-04-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118 Martin Liška changed: What|Removed |Added Assignee|marxin at gcc dot gnu.org |clyon at gcc dot gnu.org --- Comme

[Bug translation/90118] Missing space between words

2019-04-18 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118 --- Comment #3 from Christophe Lyon --- Sorry Martin I didn't noticed you were looking at this PR. I've attached a small patch that checks whether %< has a "word" character immediately before, rather than a space; otherwise it warns in cases whe

[Bug translation/90118] Missing space between words

2019-04-18 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118 Christophe Lyon changed: What|Removed |Added CC||clyon at gcc dot gnu.org --- Comment #

[Bug translation/90118] Missing space between words

2019-04-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|