GNOME Bugzilla – Bug 646205
assignment to undeclared variable format in telepathyClient.js
Last modified: 2011-04-08 18:33:14 UTC
I noticed this error: JS ERROR: !!! WARNING: 'assignment to undeclared variable format' JS ERROR: !!! WARNING: file '/home/cassidy/usr/share/gnome-shell/js/ui/telepathyClient.js' line 482 exception 0 number 156 and indeed, this variable doesn't seem to be declared.
Created attachment 184676 [details] [review] telepathyClient: Fix JS warning triggered by undecalered variable
Comment on attachment 184676 [details] [review] telepathyClient: Fix JS warning triggered by undecalered variable >+ let format = ""; just "let format;" is fine; it's guaranteed to be assigned a value before it gets used.
also, typo in commit message "decalered"
Created attachment 184814 [details] [review] telepathyClient: Fix JS warning triggered by undeclared variable
3.0.0 has been released; can we merge this fix now?
Not yet - 3.0 has been released, but the code is still frozen as it hasn't been branched yet.
No, the hard code freeze ends with the 3.0.0 release. See https://live.gnome.org/TwoPointNinetyone#Schedule
Quoting topic of #gnome-shell Owen set right after releasing 3.0: "GNOME Shell and Mutter now code-frozen until we branch." So the freeze is still in place for gnome-shell/mutter.
(In reply to comment #7) > No, the hard code freeze ends with the 3.0.0 release. See > https://live.gnome.org/TwoPointNinetyone#Schedule Making a 3.0.1 that's better than 3.0.0 and doesn't end up with regressions will require care. I'll send out a mail later today with an idea for a schedule from getting from here to 3.0.1. But certainly we're completely frozen until GNOME 3.0 goes out tomorrow, to deal with the possibility of a 3.0.0.1.
(In reply to comment #5) > 3.0.0 has been released; can we merge this fix now? GNOME 3.0 has been released and the patch on the 3.0.1 blocker list - so good to go now.
Attachment 184814 [details] pushed as 57a332b - telepathyClient: Fix JS warning triggered by undeclared variable