* [Qemu-devel] Last call for release-critical fixes for 2.12
@ 2018-04-17 13:03 Peter Maydell
2018-04-17 13:19 ` Stefan Weil
0 siblings, 1 reply; 6+ messages in thread
From: Peter Maydell @ 2018-04-17 13:03 UTC (permalink / raw)
To: QEMU Developers
I'm planning to tag rc4 this afternoon (UK time), which I expect
to be the last rc for the 2.12 series. This is your last chance
to flag up anything we absolutely must fix for this release.
Please reply to this email and also update
https://wiki.qemu.org/Planning/2.12#Known_issues
if there's anything we've missed.
thanks
-- PMM
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Last call for release-critical fixes for 2.12
2018-04-17 13:03 [Qemu-devel] Last call for release-critical fixes for 2.12 Peter Maydell
@ 2018-04-17 13:19 ` Stefan Weil
2018-04-17 13:40 ` Philippe Mathieu-Daudé
2018-04-17 13:50 ` Peter Maydell
0 siblings, 2 replies; 6+ messages in thread
From: Stefan Weil @ 2018-04-17 13:19 UTC (permalink / raw)
To: Peter Maydell, QEMU Developers
Am 17.04.2018 um 15:03 schrieb Peter Maydell:
> I'm planning to tag rc4 this afternoon (UK time), which I expect
> to be the last rc for the 2.12 series. This is your last chance
> to flag up anything we absolutely must fix for this release.
> Please reply to this email and also update
> https://wiki.qemu.org/Planning/2.12#Known_issues
> if there's anything we've missed.
>
> thanks
> -- PMM
Update po files? That's not a "must fix", but it would be nice to have
those files synchronized with ui/gtk.c again.
Regards
Stefan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Last call for release-critical fixes for 2.12
2018-04-17 13:19 ` Stefan Weil
@ 2018-04-17 13:40 ` Philippe Mathieu-Daudé
2018-04-17 13:50 ` Peter Maydell
1 sibling, 0 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-04-17 13:40 UTC (permalink / raw)
To: Stefan Weil; +Cc: Peter Maydell, QEMU Developers
Hi Stefan,
On 04/17/2018 10:19 AM, Stefan Weil wrote:
> Update po files? That's not a "must fix", but it would be nice to have
> those files synchronized with ui/gtk.c again.
Isn't it now fixed by
https://github.com/qemu/qemu/commit/2a6b5372d7bad038fe27f9c60e85ef5c8a15e311
?
Regards,
Phil.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Last call for release-critical fixes for 2.12
2018-04-17 13:19 ` Stefan Weil
2018-04-17 13:40 ` Philippe Mathieu-Daudé
@ 2018-04-17 13:50 ` Peter Maydell
2018-04-17 14:05 ` Stefan Weil
1 sibling, 1 reply; 6+ messages in thread
From: Peter Maydell @ 2018-04-17 13:50 UTC (permalink / raw)
To: Stefan Weil; +Cc: QEMU Developers
On 17 April 2018 at 14:19, Stefan Weil <sw@weilnetz.de> wrote:
> Update po files? That's not a "must fix", but it would be nice to have
> those files synchronized with ui/gtk.c again.
Judging by the "POT-Creation-Date" timestamps, we haven't done
that for a year or so, so there doesn't seem to be a great
urgency to do it now.
Overall:
* I don't really understand why we need to keep doing this;
I tried "make -C po update" but all it did was update the
date stamp and a bunch of comments in the .po files
* If we do need to do this, we need to come up with a
process (preferably automatic) that ensures that we do
it in a more timely manner than "somebody mentions it
on the day we're thinking of tagging the final rc"
Asking me to manually run a magic command I don't understand
doesn't really work, as you can see from how infrequently
it's happened.
thanks
-- PMM
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Last call for release-critical fixes for 2.12
2018-04-17 13:50 ` Peter Maydell
@ 2018-04-17 14:05 ` Stefan Weil
2018-04-17 14:15 ` Daniel P. Berrangé
0 siblings, 1 reply; 6+ messages in thread
From: Stefan Weil @ 2018-04-17 14:05 UTC (permalink / raw)
To: Peter Maydell; +Cc: QEMU Developers
Am 17.04.2018 um 15:50 schrieb Peter Maydell:
> On 17 April 2018 at 14:19, Stefan Weil <sw@weilnetz.de> wrote:
>> Update po files? That's not a "must fix", but it would be nice to have
>> those files synchronized with ui/gtk.c again.
> Judging by the "POT-Creation-Date" timestamps, we haven't done
> that for a year or so, so there doesn't seem to be a great
> urgency to do it now.
>
> Overall:
> * I don't really understand why we need to keep doing this;
> I tried "make -C po update" but all it did was update the
> date stamp and a bunch of comments in the .po files
> * If we do need to do this, we need to come up with a
> process (preferably automatic) that ensures that we do
> it in a more timely manner than "somebody mentions it
> on the day we're thinking of tagging the final rc"
>
> Asking me to manually run a magic command I don't understand
> doesn't really work, as you can see from how infrequently
> it's happened.
>
> thanks
> -- PMM
The only visible consequence if it is not done is that developers who
run "make install" (which updates the po files) then have a local code
modification which is in the way if they are working with git. Not many
run "make install", and obviously those who do can handle the situation.
I think that there would be a real problem if people tried to build with
the source on a read only medium.
I wonder whether generating the po files without the line comments would
improve the situation. Currently each added or removed line in ui/gtk.c
changes the line numbers which are part of the comments. If the comments
would not include line numbers, then only relevant changes of message
texts would need an update of the po files. Maybe we should try that for
the next release.
Stefan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Last call for release-critical fixes for 2.12
2018-04-17 14:05 ` Stefan Weil
@ 2018-04-17 14:15 ` Daniel P. Berrangé
0 siblings, 0 replies; 6+ messages in thread
From: Daniel P. Berrangé @ 2018-04-17 14:15 UTC (permalink / raw)
To: Stefan Weil; +Cc: Peter Maydell, QEMU Developers
On Tue, Apr 17, 2018 at 04:05:46PM +0200, Stefan Weil wrote:
> Am 17.04.2018 um 15:50 schrieb Peter Maydell:
> > On 17 April 2018 at 14:19, Stefan Weil <sw@weilnetz.de> wrote:
> >> Update po files? That's not a "must fix", but it would be nice to have
> >> those files synchronized with ui/gtk.c again.
> > Judging by the "POT-Creation-Date" timestamps, we haven't done
> > that for a year or so, so there doesn't seem to be a great
> > urgency to do it now.
> >
> > Overall:
> > * I don't really understand why we need to keep doing this;
> > I tried "make -C po update" but all it did was update the
> > date stamp and a bunch of comments in the .po files
> > * If we do need to do this, we need to come up with a
> > process (preferably automatic) that ensures that we do
> > it in a more timely manner than "somebody mentions it
> > on the day we're thinking of tagging the final rc"
> >
> > Asking me to manually run a magic command I don't understand
> > doesn't really work, as you can see from how infrequently
> > it's happened.
> >
> > thanks
> > -- PMM
>
> The only visible consequence if it is not done is that developers who
> run "make install" (which updates the po files) then have a local code
> modification which is in the way if they are working with git. Not many
> run "make install", and obviously those who do can handle the situation.
> I think that there would be a real problem if people tried to build with
> the source on a read only medium.
>
> I wonder whether generating the po files without the line comments would
> improve the situation. Currently each added or removed line in ui/gtk.c
> changes the line numbers which are part of the comments. If the comments
> would not include line numbers, then only relevant changes of message
> texts would need an update of the po files. Maybe we should try that for
> the next release.
Yes, storing full po files in GIT is really awful for a number of reasons.
Stripping source location comments when storing in git is good, because
those because out of date the moment someone changes the code containging
the original msgid. You also want to sort msgids alphabetically instead
by source location so you don't get stuff moving around all in the po
file when code is refactored/moved/renamed.
I've coincidentally been tackling this same problem in libvirt just last
week
https://www.redhat.com/archives/libvir-list/2018-April/msg01004.html
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-04-17 14:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-17 13:03 [Qemu-devel] Last call for release-critical fixes for 2.12 Peter Maydell
2018-04-17 13:19 ` Stefan Weil
2018-04-17 13:40 ` Philippe Mathieu-Daudé
2018-04-17 13:50 ` Peter Maydell
2018-04-17 14:05 ` Stefan Weil
2018-04-17 14:15 ` Daniel P. Berrangé
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).