View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004466 | Taler | other | public | 2016-04-22 19:37 | 2021-08-24 16:23 |
| Reporter | Florian Dold | Assigned To | Florian Dold | ||
| Priority | normal | Severity | tweak | Reproducibility | have not tried |
| Status | closed | Resolution | won't fix | ||
| Product Version | 0.0 | ||||
| Target Version | 0.7.1 | Fixed in Version | 0.8 | ||
| Summary | 0004466: figure out a nice way to integrate compiled files in web-common into other repositories | ||||
| Description | Right now we're using submodules, which are generally a pain. Also when we want to use typescript in web-common (for presence detection and general wallet communication) we would need to have a typescript compiler and compile that one file from scratch every time. Checking in the generated file into the git would be an alternative, but it's ugly. We need some project-local package manager (just like npm etc.) that doesn't suck. Guix unfortunately doesn't really help here, since it just manages global packages (and not packages on a per-project level). | ||||
| Tags | No tags attached. | ||||
|
|
We don't really have this problem anymore, as web-common doesn't use any TypeScript anymore. Furthermore, if we ever have source-level dependencies on the build output of some other repo, we should use a "prebuilt" branch in the git repo. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-04-22 19:37 | Florian Dold | New Issue | |
| 2016-04-24 23:58 | Christian Grothoff | Severity | minor => tweak |
| 2016-04-24 23:58 | Christian Grothoff | Product Version | => 0.0 |
| 2016-05-05 15:26 | Christian Grothoff | Status | new => confirmed |
| 2016-05-05 15:26 | Christian Grothoff | Target Version | => 0.2 |
| 2016-10-10 08:37 | Christian Grothoff | Target Version | 0.2 => 0.5 |
| 2017-04-09 00:15 | Christian Grothoff | Target Version | 0.5 => 0.7.1 |
| 2020-05-04 13:22 | Florian Dold | Assigned To | => Florian Dold |
| 2020-05-04 13:22 | Florian Dold | Status | confirmed => resolved |
| 2020-05-04 13:22 | Florian Dold | Resolution | open => won't fix |
| 2020-05-04 13:22 | Florian Dold | Note Added: 0015847 | |
| 2020-07-24 11:56 | Christian Grothoff | Fixed in Version | => 0.8 |
| 2021-08-24 16:23 | Christian Grothoff | Status | resolved => closed |