polymer-dart / polymerize

Other
29 stars 3 forks source link

`polymerize init` with Git repos is broken #9

Closed refi64 closed 7 years ago

refi64 commented 7 years ago

Basically, if you have something like this in pubspec.yaml:

dependency_overrides:
  mypackage:
    git: some-url

polymerize will end up trying to use a tag named HEAD, which doesn't exist, thereby making Bazel get confused and abort. Yay. :/

refi64 commented 7 years ago

Also, because it uses git_repository in the WORKSPACE file, no BUILD will be generated inside the cloned repo.

refi64 commented 7 years ago

I think this is irrelevant now that 0.9.1 is released...