Your message dated Mon, 08 Jul 2019 05:19:23 +0000
with message-id <e1hkm3f-0005ks...@fasolo.debian.org>
and subject line Bug#931379: fixed in libjavascript-beautifier-perl 0.25-2
has caused the Debian Bug report #931379,
regarding => operator becomes = > thus creating syntax errors
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
931379: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931379
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
X-Debbugs-Cc: fayl...@gmail.com
Package: libjavascript-beautifier-perl
Version: 0.25-1
Severity: grave
File: /usr/bin/js_beautify

js_beautify changes the => operator into = > thus creating syntax
errors, making one's code unusable.

fetch('https://example.com/').then(resp = >resp.blob()).then(blob = >{
    const url = window.URL.createObjectURL(blob);
    const a = document.createElement('a');
    a.style.display = 'none';
    a.href = url;
    // the filename you want
    a.download = 'z.html';
    document.body.appendChild(a);
    a.click();
    window.URL.revokeObjectURL(url);
    alert('your file has downloaded!');
}).
catch(() = >alert('oh no!'));

--- End Message ---
--- Begin Message ---
Source: libjavascript-beautifier-perl
Source-Version: 0.25-2

We believe that the bug you reported is fixed in the latest version of
libjavascript-beautifier-perl, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 931...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Xavier Guimard <y...@debian.org> (supplier of updated 
libjavascript-beautifier-perl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 08 Jul 2019 06:56:47 +0200
Source: libjavascript-beautifier-perl
Architecture: source
Version: 0.25-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: Xavier Guimard <y...@debian.org>
Closes: 931379
Changes:
 libjavascript-beautifier-perl (0.25-2) unstable; urgency=medium
 .
   * Team upload
   * Add missing "=>" operator (ES6) (Closes: #931379)
   * Declare compliance with policy 4.3.0
   * Bump debhelper compatibility level to 12
Checksums-Sha1: 
 a61148a98a6e695dc13df6d6f345f7c5f50c5f6b 2269 
libjavascript-beautifier-perl_0.25-2.dsc
 e7a45a60658c10e2a290516ea6420ce348ddcdd2 4352 
libjavascript-beautifier-perl_0.25-2.debian.tar.xz
Checksums-Sha256: 
 0413c467df503ab0bfe492b4472ca77530b8ef28abf1eb0b93ae9d5d7f8d2c8c 2269 
libjavascript-beautifier-perl_0.25-2.dsc
 4c8a92341fb210cdb2a9c14539f0bb6b1636e7b49ddadd2c05c40c0170b845da 4352 
libjavascript-beautifier-perl_0.25-2.debian.tar.xz
Files: 
 453d11aeb427236ecd1c24c132a5d754 2269 perl optional 
libjavascript-beautifier-perl_0.25-2.dsc
 ee0a5ea395d07376c2e1d73461a797a6 4352 perl optional 
libjavascript-beautifier-perl_0.25-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAl0izZ8ACgkQ9tdMp8mZ
7ul+DA//XBDAGK3x9P3jN7OrMbFzdRMRYbDxG6zJI9lZz7pt4xaZo9UK+oT9pmL/
fwJLjzLyFDuJCA/2jWDxz+piDYqMTGCgxZQaZD9chf9xLyC7jilBJvxVPF7QwOil
apOpQKNEzHSO/+q08NELEeHIXXSF8AtgNHF79G7SYrLoYlpv8cEOLbdmOB8WKbut
aNmuEYm6ljrIyLTSLxJLXss1qVH5hVWy1NtjoKH/eYAQ0M8x5GX5e56SZBmwwNsQ
FQLdS6VK9CqhQ7/7a64iKyKqDcMA1VEymPtMa82xGXsUpqHPo4SJB/mxTqMCTDME
wFm0QS0UuXhc4SYJiqe9L9JRAkb21XETB8zDLaTm6oqvyGvcF9+NxIkQN2a7VLbH
HVEfu3VHZWZFAenQfegnTyyIv7LsC+Xra25rBU2M+ZMymtJku3bOPNFTq8tptUj4
rQQlh9PKfTbt5qbNOF8xheo7ggdZba3uJambZaVKFbB0Uu9LfN3ZznaoPT5CJCD1
9IKGLLk05OPrIRN0Eej8ToHqXCVIrPO6ytrAAOdtB4/6xFzlbsnX0JmhwnS49cSH
5np0H6iaYYsIwadpfy5jawu80YPbk/Y8GO4E0wvbUz1w4eiDgL4pYwVC0lfp5Wym
bmqWAjpV9MkWaKLcY9DNy7TDUza9DE+SXQ4BatZopz8ukbLp3bg=
=7ATh
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to