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

Can't save files #1778

Closed
danrubel opened this issue Feb 21, 2012 · 1 comment
Closed

Can't save files #1778

danrubel opened this issue Feb 21, 2012 · 1 comment
Labels
closed-obsolete Closed as the reported issue is no longer relevant

Comments

@danrubel
Copy link

[user feedback]
Editor has got itself into a state where the save command doesn't work :(

(Luke)
////////////////////////////////////////////////////////////////////////////////////
Editor Version: 4309
////////////////////////////////////////////////////////////////////////////////////
OS: Mac OS X - x86_64 (10.7.3)
experimental/projectsview = false
experimental/filesview = false
SDK installed = true
Dartium installed = true
////////////////////////////////////////////////////////////////////////////////////
!SESSION 2012-02-17 14:39:35.451 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_29
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
Framework arguments: -keyring ${user.home}/.eclipse_keyring -showlocation
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -consoleLog -data ../../../workspace -keyring ${user.home}/.eclipse_keyring -showlocation

!ENTRY com.google.dart.tools.core 4 0 2012-02-18 12:18:50.174
!MESSAGE Cannot access libraries imported by file:${user.home}/dart/Feather/Feather.dart
!STACK 0
java.lang.IllegalArgumentException: Compilation unit name must end with .dart, or one of the registered Dart-like extensions
       at com.google.dart.tools.core.internal.model.DartLibraryImpl.getCompilationUnit(DartLibraryImpl.java:275)
       at com.google.dart.tools.core.utilities.ast.DartElementLocator.visitStringLiteral(DartElementLocator.java:463)
       at com.google.dart.tools.core.utilities.ast.DartElementLocator.visitStringLiteral(DartElementLocator.java:1)
       at com.google.dart.compiler.ast.DartStringLiteral.accept(DartStringLiteral.java:38)
       at com.google.dart.compiler.ast.DartImportDirective.visitChildren(DartImportDirective.java:41)
       at com.google.dart.tools.core.dom.visitor.ChildVisitor.visitNode(ChildVisitor.java:108)
       at com.google.dart.tools.core.dom.visitor.ChildVisitor.visitNode(ChildVisitor.java:1)
       at com.google.dart.compiler.ast.DartNodeTraverser.visitDirective(DartNodeTraverser.java:59)
       at com.google.dart.compiler.ast.DartNodeTraverser.visitImportDirective(DartNodeTraverser.java:241)
       at com.google.dart.compiler.ast.DartImportDirective.accept(DartImportDirective.java:49)
       at com.google.dart.tools.core.utilities.ast.DartElementLocator.visitNode(DartElementLocator.java:422)
       at com.google.dart.tools.core.utilities.ast.DartElementLocator.visitNode(DartElementLocator.java:1)
       at com.google.dart.compiler.ast.DartNodeTraverser.visitDirective(DartNodeTraverser.java:59)
       at com.google.dart.compiler.ast.DartNodeTraverser.visitImportDirective(DartNodeTraverser.java:241)
       at com.google.dart.compiler.ast.DartImportDirective.accept(DartImportDirective.java:49)
       at com.google.dart.compiler.ast.DartNodeTraverser.visit(DartNodeTraverser.java:413)
       at com.google.dart.compiler.ast.DartUnit.visitChildren(DartUnit.java:95)
       at com.google.dart.tools.core.dom.visitor.ChildVisitor.visitNode(ChildVisitor.java:108)
       at com.google.dart.tools.core.dom.visitor.ChildVisitor.visitNode(ChildVisitor.java:1)
       at com.google.dart.compiler.ast.DartNodeTraverser.visitUnit(DartNodeTraverser.java:391)
       at com.google.dart.compiler.ast.DartUnit.accept(DartUnit.java:105)
       at com.google.dart.tools.core.utilities.ast.DartElementLocator.searchWithin(DartElementLocator.java:234)
       at com.google.dart.tools.core.utilities.dartdoc.DartDocUtilities.getDartDoc(DartDocUtilities.java:96)
       at com.google.dart.tools.ui.internal.text.editor.DartTextHover.getHoverInfo(DartTextHover.java:52)
       at org.eclipse.jface.text.TextViewerHoverManager$4.run(TextViewerHoverManager.java:168)

@clayberg
Copy link

clayberg commented Mar 6, 2012

Added AssumedStale label.

@danrubel danrubel added Type-Defect closed-obsolete Closed as the reported issue is no longer relevant labels Mar 6, 2012
copybara-service bot pushed a commit that referenced this issue Oct 31, 2022
Revisions updated by `dart tools/rev_sdk_deps.dart`.

dartdoc (https://github.com/dart-lang/dartdoc/compare/4902bea..3273437):
  32734372  2022-10-30  Sam Rawlins  Move Warnable.enclosingElement to ModelElement (#3236)
  1ff17d8e  2022-10-28  Sam Rawlins  Make ContainerMember.canonicalEnclosingContainer late final (#3234)
  c32e09ee  2022-10-28  Sam Rawlins  Support displaying record types (#3233)
  9d194476  2022-10-26  Sam Rawlins  Update the text in test/README (#3232)

mockito (https://github.com/dart-lang/mockito/compare/02ad6c7..094d07c):
  094d07c  2022-10-25  Sam Rawlins  Require analyzer 5.2.0

test (https://github.com/dart-lang/test/compare/f704d5a..b82fc0b):
  b82fc0b5  2022-10-27  Jacob MacDonald  Experimental wasm support (#1777)
  262bc7bd  2022-10-26  Nate Bosch  Bump to the latest matcher and prepare to publish (#1778)
  fa81b45d  2022-10-26  Nate Bosch  Expand test_api pubspec description (#1775)

web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/4b46c0c..eba1541):
  eba1541  2022-10-27  Siva  Remove language version from spawnHybrid code (#232)

webdriver (https://github.com/google/webdriver.dart/compare/f56cc6a..c28cf51):
  c28cf51  2022-10-26  Devon Carew  misc updates and rev in prep for publishing (#256)

Change-Id: I3876e957ffa21333ced4ad3f6df4ef35103674a2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/266720
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-obsolete Closed as the reported issue is no longer relevant
Projects
None yet
Development

No branches or pull requests

2 participants