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

dart2js: name != operatorNameToIdentifier(name) #11503

Closed
DartBot opened this issue Jun 25, 2013 · 7 comments
Closed

dart2js: name != operatorNameToIdentifier(name) #11503

DartBot opened this issue Jun 25, 2013 · 7 comments
Labels
needs-info We need additional information from the issue author (auto-closed after 14 days if no response) P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-dart2js

Comments

@DartBot
Copy link

DartBot commented Jun 25, 2013

This issue was originally filed by @financecoding


What steps will reproduce the problem?

  1. git clone https://github.com/johnmccutchan/tilebasedwordsearch.git
  2. pub install
  3. pub --trace 'deploy'

What is the expected output? What do you see instead?
A deploy folder populated with web-ui application.

What version of the product are you using? On what operating system?
$ cat /Applications/dart/dart-sdk/version
0.5.20.4_r24275

$ uname -a
Darwin csfol-m0429761.lan 12.4.0 Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 x86_64

Please provide any additional information below.
https://gist.github.com/financeCoding/5856380

@dgrove
Copy link
Contributor

dgrove commented Jun 25, 2013

Added Area-Pub, Triaged labels.

@sethladd
Copy link
Contributor

CC'ing Dan for FYI, we talked about this at a recent summit.


cc @dgrove.

@munificent
Copy link
Member

Removed Area-Pub label.
Added Area-Dart2JS label.

@kasperl
Copy link

kasperl commented Oct 10, 2013

Is this still a problem with a more recent Dart SDK?


Stack trace from gist:

'file:///Volumes/data/b/build/slave/dart-editor-mac-trunk/build/dart/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart': Failed assertion: line 137 pos 14: 'name == operatorNameToIdentifier(name)' is not true.
#­0 Namer.invocationName (file:///Volumes/data/b/build/slave/dart-editor-mac-trunk/build/dart/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart:137:14)
#­1 Namer.invocationMirrorInternalName (file:///Volumes/data/b/build/slave/dart-editor-mac-trunk/build/dart/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart:151:75)
#­2 CodeEmitterTask.emitNoSuchMethodHandlers.addNoSuchMethodHandlers (file:///Volumes/data/b/build/slave/dart-editor-mac-trunk/build/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:1108:59)
#­3 HashMap.forEach (dart:collection-patch/collection_patch.dart:86:15)
#­4 CodeEmitterTask.emitNoSuchMethodHandlers (file:///Volumes/data/b/build/slave/dart-editor-mac-trunk/build/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:1112:47)
#­5 CodeEmitterTask.emitInstanceMembers (file:///Volumes/data/b/build/slave/dart-editor-mac-trunk/build/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:443:33)
#­6 CodeEmitterTask.generateClass (file:///Volumes/data/b/build/slave/dart-editor-mac-trunk/build/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:678:26)
...


Added this to the Later milestone.
Removed Priority-Unassigned label.
Added Priority-Medium, NeedsInfo labels.
Changed the title to: "dart2js: name != operatorNameToIdentifier(name)".

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@DartBot DartBot added Type-Defect web-dart2js needs-info We need additional information from the issue author (auto-closed after 14 days if no response) labels Aug 4, 2014
@kevmoo kevmoo added P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed Priority-Medium labels Mar 1, 2016
@natebosch
Copy link
Member

Closing since this has been marked "needs info" without an update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-info We need additional information from the issue author (auto-closed after 14 days if no response) P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-dart2js
Projects
None yet
Development

No branches or pull requests

7 participants