RC-Paves3-build / plovr

Automatically exported from code.google.com/p/plovr
0 stars 0 forks source link

When "fingerprint" is specified but "module-info-path" is not, the module data is invalid #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, "fingerprint" and "module-info-path" appear to have to be used 
together, but they should be able to be enabled separately.

When module-info-path is not specified, then the module info is prepended to 
the root module.

Later, if fingerprint is calculated, then they are based on the module contents.

Once that happens, the module info in the root module is invalid because that 
info does contains the unfingerprinted URLs rather than the fingerprinted ones.

In practice, they are often used together, which is probably why this bug has 
not been reported sooner.

Original issue reported on code.google.com by bolinf...@gmail.com on 28 Oct 2011 at 4:03