Polymer / tattoo

Test All The Things Over and Over
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Define rational strategy for conflict-resolution between bower.json dependencies and devDependencies of test repos #24

Open usergenic opened 7 years ago

usergenic commented 7 years ago

For simplicity, right now (in v2 branch) the bower.json produced for the workspace folder is an arbitrary last-one-wins model when merging the dependencies and devDependencies of test repos in the workspace. Tattoo needs to be smarter about which ones get picked. Like, always choose the latest versions and/or emit WARNings when semver incompatibilities occur.

usergenic commented 7 years ago

Also fix the README.md when this is fixed. I linked to this issue in it.