Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Including in pub.yaml causes pub to hang #14

Open
ArgentiApparatus opened this issue Aug 25, 2013 · 3 comments
Open

Including in pub.yaml causes pub to hang #14

ArgentiApparatus opened this issue Aug 25, 2013 · 3 comments

Comments

@ArgentiApparatus
Copy link

dependencies:
  browser: any
  game_loop:
    git: https://github.com/johnmccutchan/game_loop.git
  vector_math:
    git: https://github.com/johnmccutchan/vector_math.git
  stats:
    git: https://github.com/Dartist/stats.dart.git

Pub just hangs. Is this a Github config issue?

@adam-singer
Copy link
Member

Not exactly sure. stats.dart project might have collected some bitrot, I will try and update it soon. Are you aware that chrome has a FPS counter built in? I will be way more accurate then what stats.dart can provide.

@adam-singer
Copy link
Member

Looking at the pubspec file for stats.dart, might be cause of a version constraint in it. I will update today. If you want to try it out your self, please Fork and change the hop version constraint to hop: any. Send a pull request and I'll take it :)

@ArgentiApparatus
Copy link
Author

I was not aware of the Chrome (and Dartium) FPS counter. Thanks for letting me know. I'll see if I find time to experiment with the version constraint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants