View Issue Details

IDProjectCategoryView StatusLast Update
0007287Talerwallet-corepublic2022-11-04 20:52
Reporteroec Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.9Fixed in Version0.9 
Summary0007287: contractTerms.js missing
DescriptionThere is a reference to "contractTerms.js" in the code:

⋯ ode/wallet-core • rg contractTerms.js
packages/taler-util/src/index.ts
35:export * from "./contractTerms.js"
```
... yet is does not exist in the code base:

```
⋯ llet-core [?=1] • fd contract
contrib/articles/ui/figs/contract.pml
contrib/articles/ui/figs/taler-contract.html
```

Steps To Reproduce```
⋯ ode/wallet-core • make install
pnpm install --frozen-lockfile --filter @gnu-taler/taler-wallet-cli...
Scope: 5 of 11 workspace projects
Lockfile is up-to-date, resolution step is skipped
. | +5 +
Progress: resolved 5, reused 5, downloaded 0, added 0, done
packages/idb-bridge prepare$ tsc && rollup -c
└─ Running...
packages/pogen prepare$ tsc
└─ Done in 1.9s
packages/taler-util prepare$ tsc
│ src/index.ts(35,15): error TS2307: Cannot find module './contractTerms.js' or its corresponding type decl
└─ Failed in 2.2s
 ELIFECYCLE  Command failed with exit code 2.
make: *** [Makefile:107: install] Fehler 1
```
TagsNo tags attached.

Activities

oec

2022-07-22 12:01

developer   ~0018966

Fixed with fd60edf475fad69e32fb13a76e56d99a79604bb6

oec

2022-07-22 12:02

developer   ~0018967

Fixed with fd60edf475fad69e32fb13a76e56d99a79604bb6

Issue History

Date Modified Username Field Change
2022-07-21 11:28 oec New Issue
2022-07-21 11:28 oec Status new => assigned
2022-07-21 11:28 oec Assigned To => Florian Dold
2022-07-22 12:01 oec Note Added: 0018966
2022-07-22 12:02 oec Assigned To Florian Dold =>
2022-07-22 12:02 oec Status assigned => resolved
2022-07-22 12:02 oec Resolution open => fixed
2022-07-22 12:02 oec Note Added: 0018967
2022-10-20 10:47 Christian Grothoff Fixed in Version => 0.9
2022-10-20 10:48 Christian Grothoff Target Version => 0.9
2022-11-04 20:52 Christian Grothoff Status resolved => closed
2023-04-13 20:36 Florian Dold Category wallet (TS core) => wallet-core