Message65848
| Author | loewis |
|---|---|
| Recipients | cdavid, loewis |
| Date | 2008-04-26.16:23:52 |
| SpamBayes Score | 0.4389341 |
| Marked as misclassified | No |
| Message-id | <48135713.9000707@v.loewis.de> |
| In-reply-to | <1209226436.08.0.88776185048.issue2694@psf.upfronthosting.co.za> |
| Content | |
|---|---|
> Do I understand right that dist_msi builds a database of the files, and > that the identifiers could be named differently than the filenames > themselves, as long as they are unique ? Correct. As a design objective, I try to use identifiers close to the file names, to simplify debugging of the MSI file (Microsoft itself typically uses UUIDs instead). In short, just make make_id generate valid identifiers. An algorithm on top of that will make them unique in case of conflicts. Regards, Martin |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-04-26 16:23:54 | loewis | set | spambayes_score: 0.438934 -> 0.4389341 recipients: + loewis, cdavid |
| 2008-04-26 16:23:53 | loewis | link | issue2694 messages |
| 2008-04-26 16:23:52 | loewis | create | |