#1008515#5
Date:
2022-03-28 06:48:45 UTC
From:
To:
Trying to build the package in an unstable sbuild, I get the following
failure:

  1) TypeScript
       basic printing:
     SyntaxError: Initializers are not allowed in ambient contexts.
(2:27)
      at instantiate (node_modules/@babel/parser/src/parse-
error/credentials.js:61:22)
      at toParseError (node_modules/@babel/parser/src/parse-
error.js:58:12)
      at Object.raise
(node_modules/@babel/parser/src/tokenizer/index.js:1763:19)
      at Object.parseVarStatement
(node_modules/@babel/parser/src/plugins/typescript/index.js:2566:16)
      at Object.parseStatementContent
(node_modules/@babel/parser/src/parser/statement.js:391:21)
      at Object.parseStatementContent
(node_modules/@babel/parser/src/plugins/typescript/index.js:2603:20)
      at Object.parseStatement
(node_modules/@babel/parser/src/parser/statement.js:329:17)
      at Object.parseExportDeclaration
(node_modules/@babel/parser/src/parser/statement.js:2123:17)
      at Object.parseExportDeclaration
(node_modules/@babel/parser/src/plugins/typescript/index.js:2843:15)
      at Object.maybeParseExportDeclaration
(node_modules/@babel/parser/src/parser/statement.js:2062:31)
      at Object.parseExport
(node_modules/@babel/parser/src/parser/statement.js:1982:29)
      at Object.parseExport
(node_modules/@babel/parser/src/plugins/typescript/index.js:2510:22)
      at Object.parseStatementContent
(node_modules/@babel/parser/src/parser/statement.js:431:25)
      at Object.parseStatementContent
(node_modules/@babel/parser/src/plugins/typescript/index.js:2603:20)
      at Object.parseStatement
(node_modules/@babel/parser/src/parser/statement.js:329:17)
      at Object.parseBlockOrModuleBlockBody
(node_modules/@babel/parser/src/parser/statement.js:1078:25)
      at Object.tsParseModuleBlock
(node_modules/@babel/parser/src/plugins/typescript/index.js:1722:12)
      at Object.tsParseModuleOrNamespaceDeclaration
(node_modules/@babel/parser/src/plugins/typescript/index.js:1749:26)
      at Object.tsParseDeclaration
(node_modules/@babel/parser/src/plugins/typescript/index.js:2000:25)
      at cb
(node_modules/@babel/parser/src/plugins/typescript/index.js:1919:23)
      at Object.tsInAmbientContext
(node_modules/@babel/parser/src/plugins/typescript/index.js:3502:16)
      at Object.tsTryParseDeclare
(node_modules/@babel/parser/src/plugins/typescript/index.js:1868:19)
      at Object.tsParseExpressionStatement
(node_modules/@babel/parser/src/plugins/typescript/index.js:1940:36)
      at Object.parseExpressionStatement
(node_modules/@babel/parser/src/plugins/typescript/index.js:2744:18)
      at Object.parseStatementContent
(node_modules/@babel/parser/src/parser/statement.js:477:19)
      at Object.parseStatementContent
(node_modules/@babel/parser/src/plugins/typescript/index.js:2603:20)
      at Object.parseStatement
(node_modules/@babel/parser/src/parser/statement.js:329:17)
      at Object.parseBlockOrModuleBlockBody
(node_modules/@babel/parser/src/parser/statement.js:1078:25)
      at Object.parseBlockBody
(node_modules/@babel/parser/src/parser/statement.js:1054:10)
      at Object.parseProgram
(node_modules/@babel/parser/src/parser/statement.js:214:10)
      at Object.parseTopLevel
(node_modules/@babel/parser/src/parser/statement.js:197:25)
      at Object.parse
(node_modules/@babel/parser/src/parser/index.js:41:10)
      at Object.parse
(node_modules/@babel/parser/src/plugins/typescript/index.js:3581:20)
      at Object.parse (node_modules/@babel/parser/src/index.js:58:38)
      at Object.parse (parsers/typescript.js:17:27)
      at Object.parse (lib/parser.js:23:30)
      at check (test/typescript.ts:19:26)
      at Context.<anonymous> (test/typescript.ts:276:5)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
      at Test.Runnable.run
(/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
      at /usr/share/nodejs/mocha/lib/runner.js:801:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
      at /usr/share/nodejs/mocha/lib/runner.js:603:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
      at Immediate._onImmediate
(/usr/share/nodejs/mocha/lib/runner.js:571:5)
      at processImmediate (internal/timers.js:464:21)



Cheers,

J.Puydt

#1008515#8
Date:
2022-05-30 14:35:29 UTC
From:
To:
Hello,

Bug #1008515 in node-recast reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/js-team/node-recast/-/commit/5ab41655ac9bfc7ecb208945edbe74dedd45c102

(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/1008515

#1008515#15
Date:
2022-05-30 14:49:04 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
node-recast, 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 1008515@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Puydt <jpuydt@debian.org> (supplier of updated node-recast 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 ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Mon, 30 May 2022 16:15:54 +0200
Source: node-recast
Architecture: source
Version: 0.21.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Julien Puydt <jpuydt@debian.org>
Closes: 1008515
Changes:
 node-recast (0.21.1-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #1008515).
   * Bump standards-version to 4.6.1.
   * Refresh patches.
   * Update the tests to the new upstream.
Checksums-Sha1:
 4e2aa9d5c69f6d4467d9eb46345d48b1ddcf0844 2240 node-recast_0.21.1-1.dsc
 cf4de46e75c65c9b5517be7e14f58ba5bb2a2293 192946 node-recast_0.21.1.orig.tar.gz
 345ba79e5a94bbf648e40bb749affb9fd7b10b40 5060 node-recast_0.21.1-1.debian.tar.xz
 2e5e53b8b0dbda085ffc80b67a64e4feb6d6bc80 14037 node-recast_0.21.1-1_source.buildinfo
Checksums-Sha256:
 e7540ddb95e2ee8945555ab481c479ec10ab6711e12da297799b9af77508c500 2240 node-recast_0.21.1-1.dsc
 fd1ef1881dd9fde38605a1e433f652aafe65ed7be47b1dd4562efcbb571be776 192946 node-recast_0.21.1.orig.tar.gz
 d0d19ce281811ba2805d62da4b7a6f01e75f147375fc8c3269876330c7216dc5 5060 node-recast_0.21.1-1.debian.tar.xz
 e4ef3d5288dde6b61da46c28dd737ef2630a042aae8aa1c090e14df3cc4a9966 14037 node-recast_0.21.1-1_source.buildinfo
Files:
 9703cbbf3949c235df13e608d4f3e585 2240 javascript optional node-recast_0.21.1-1.dsc
 eaca2f5a85c82e5fcd691ed633b0dc61 192946 javascript optional node-recast_0.21.1.orig.tar.gz
 fc107fc896a3758440d5dab59a1624be 5060 javascript optional node-recast_0.21.1-1.debian.tar.xz
 2d9b56c6df535dcd42e4e8504ef0ef14 14037 javascript optional node-recast_0.21.1-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAmKU1h0SHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVR1lYP/RI1xRUyUfPFlJfjYIn+9CfM7A2dTWh2
9/fQfPLD9YsvTN5Y6NewLZz1AU5b4yoMPf4KBDDbSZW2cavnhXSy3Q/Pvz1bBAz0
nYWmcjB4xryoYE/h2WLRRXQ3Bnlx2CiEvjK5NtjMAlhng4XPYFn7RXJSvYfvKPsi
KikAUzght854jM4PYdHR5RQSa0b1TbZwzuVjj4krSju7FgomaBfAQeyhyp8p1dmp
/7P/Lnk5UHP+2veaW/uvGPPzqk2E+9BHhCFB9DiPwm3xaBNPsoTijmp2gavJYESY
SZKKcE8Z3hBLS3PzJvFKgC8dzuAY5U1LnnpWh+mLcZJZmPhMjqttkmIfLerl2Eq9
7WTyHH15L/1bszFCG1e9t6+P8F8BNjwUT1rg7K22GhW2kmAyY9BuJskRQ8hrzT/X
GQdkfczH+PIrgIwkRRd4EeaUTCuMxwDbYwmmqZkgFQIk1WPrlgjbH2DOOVMYuj9V
C1tVVSyhAxYvk6RsW3u1dhwo5JWlmR1x+cfhyhnDN0tH0nfI3GmR8B08urUff3Gj
qcqIcG5RLSrR6aHdo8DG+jeSyVJ/dJcPfsVzQbWtB9mlFt3MFgTzm1HeLzPv+n/F
aIkcaowqNPlNUMiyy2nBxESXYArMoWJnzsgt5znlHWMOzrdQ7TKJqqAaRIEtgMP8
OrHZJdGdHA1y
=fpeK
-----END PGP SIGNATURE-----