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

Very poor Dart learning experience #21006

Closed
stevemessick opened this issue Sep 19, 2014 · 5 comments
Closed

Very poor Dart learning experience #21006

stevemessick opened this issue Sep 19, 2014 · 5 comments
Assignees
Labels
closed-cannot-reproduce Closed as we were unable to reproduce the reported issue
Milestone

Comments

@stevemessick
Copy link
Contributor

[user feedback]

The editor has been "Refreshing workspace" for over a half hour. I have no large projects. Just trying to learn Dart. So samples and examples only. I right clicked on a folder to move it under another forder. I did the same to another folder and got an error. Something like project had to be refreshed. The closest I could find was Reanalyze Sources. This was taking a very long time (Java used 100% of one processor) so I closed the editor. When I restarted the editor Refreshing workspace got initiated. I went to dart.ini and increased memory to 300 and added garbage collection as found under troubleshooting but still a problem. I have a windows 8.1 pro 64bit system with 16gb of memory. How can I stop the refresh? Do I have to reinstall?
////////////////////////////////////////////////////////////////////////////////////
Editor: 1.6.0.release (2014-08-26)
OS: Windows 8.1 - amd64 (6.3)
JVM: 1.8.0_05

projects: 14

open dart files: 0

auto-run pub: true
localhost resolves to: 127.0.0.1
mem max/total/free: 2934 / 2045 / 489 MB
thread count: 25
index: [3085338 locations, 3384 sources, 109385 elements]

SDK installed: true
Dartium installed: true

@clayberg
Copy link

Removed Priority-Unassigned label.
Added Priority-Medium label.

@danrubel
Copy link

Saw lots of these in the log. Editor might be repeatedly running pub, which is not able to resolve packages...

!ENTRY com.google.dart.tools.core 4 0 2014-09-17 23:02:59.867
!MESSAGE Pub get failed, [1] Resolving dependencies...
Incompatible version constraints on browser:

  • ReverseText 2.0.6 depends on version >=0.10.0 <0.11.0
  • puremvc 2.0.6 depends on version >=0.9.0 <0.10.0

** Warning: Application may fail to run since packages did not get installed.Try running pub get again. **

@keertip
Copy link
Contributor

keertip commented Sep 19, 2014

I have seen this issue a few weeks ago, when the workspace would be "refreshing" all the time. The problem then just went way.

Maybe the user can update to latest dev build and see if this is still a problem?

@sethladd
Copy link
Contributor

Added CannotReproduce label.

@clayberg
Copy link

Added this to the 1.8 milestone.

@stevemessick stevemessick added Type-Defect closed-cannot-reproduce Closed as we were unable to reproduce the reported issue labels Nov 28, 2014
@stevemessick stevemessick added this to the 1.8 milestone Nov 28, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-cannot-reproduce Closed as we were unable to reproduce the reported issue
Projects
None yet
Development

No branches or pull requests

5 participants