View Issue Details

IDProjectCategoryView StatusLast Update
0004831Talerwallet (WebExtension)public2017-06-06 14:18
ReporterMarcello Stanisci Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Product Versiongit (master) 
Target Version0.3Fixed in Version0.3 
Summary0004831: Build failure
DescriptionFrom git wallet e61aae7,

- when run 'make', it gives:

marcello@laptop01:~/wallet-webex$ make
yarn install
ERROR: [Errno 2] No such file or directory: 'install'
Makefile:21: recipe for target 'yarn-install' failed
make: *** [yarn-install] Error 1

- when run 'tsc', it gives:

src/i18n.tsx(187,21): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
src/i18n.tsx(189,21): error TS2345: Argument of type 'number | ReactElement<any>' is not assignable to parameter of type 'never'.
  Type 'number' is not assignable to type 'never'.
src/i18n.tsx(252,21): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
src/i18n.tsx(254,21): error TS2345: Argument of type 'number | ReactElement<any>' is not assignable to parameter of type 'never'.
  Type 'number' is not assignable to type 'never'.
src/i18n.tsx(281,21): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
src/i18n.tsx(283,21): error TS2345: Argument of type 'number | ReactElement<any>' is not assignable to parameter of type 'never'.
  Type 'number' is not assignable to type 'never'.
src/logging.ts(79,7): error TS7005: Variable 'parts' implicitly has an 'any' type.
src/pages/confirm-create-reserve.tsx(384,9): error TS7005: Variable 'amount' implicitly has an 'any' type.
src/pages/confirm-create-reserve.tsx(392,9): error TS7005: Variable 'wt_types' implicitly has an 'any' type.
src/wallet.ts(1112,37): error TS2345: Argument of type 'DenominationRecord' is not assignable to parameter of type 'never'.
src/wallet.ts(1116,35): error TS2345: Argument of type 'DenominationRecord' is not assignable to parameter of type 'never'.
src/wxBackend.ts(384,9): error TS7005: Variable 'amountParsed' implicitly has an 'any' type.
TagsNo tags attached.

Activities

Florian Dold

2017-03-16 14:12

manager   ~0011932

This was from an outdated typescript compiler version.

Issue History

Date Modified Username Field Change
2016-12-05 23:11 Marcello Stanisci New Issue
2016-12-05 23:11 Marcello Stanisci Status new => assigned
2016-12-05 23:11 Marcello Stanisci Assigned To => Florian Dold
2017-03-16 14:12 Florian Dold Status assigned => resolved
2017-03-16 14:12 Florian Dold Resolution open => no change required
2017-03-16 14:12 Florian Dold Note Added: 0011932
2017-04-02 00:46 Christian Grothoff Product Version => git (master)
2017-04-02 00:46 Christian Grothoff Fixed in Version => 0.3
2017-04-02 00:46 Christian Grothoff Target Version => 0.3
2017-06-06 14:18 Christian Grothoff Status resolved => closed
2023-04-13 20:37 Florian Dold Category wallet (WebExtensions) => wallet (WebExtension)