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

Float32List/Int8List/ect. should be useable like Float32Array in the htmllib #3247

Closed
DartBot opened this issue May 25, 2012 · 8 comments
Closed
Assignees
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures web-libraries Issues impacting dart:html, etc., libraries
Milestone

Comments

@DartBot
Copy link

DartBot commented May 25, 2012

This issue was originally filed by @pjako


Float32List Int8List ect. should work on the htmllib like corensponding classes Float32Array ect. So we can use them with WebGL and so on.

Also, they don't compile with dart2js:
floatlisttest.dart:8:11: error: cannot resolve Float32List
  l = new Float32List(3);
          ^^^^^^^^^^^

@kasperl
Copy link

kasperl commented May 29, 2012

Added Area-Library, Triaged labels.

@DartBot
Copy link
Author

DartBot commented Jan 16, 2013

This comment was originally written by joh...@johnmccutchan.com


Using dart2js this compiles now but it throws an exception at runtime.

@sethladd
Copy link
Contributor

sethladd commented Apr 2, 2013

Is this a dupe of https://code.google.com/p/dart/issues/detail?id=9570 ?


Set owner to @vsmenon.
Removed Area-Library label.
Added Area-HTML label.

@vsmenon
Copy link
Member

vsmenon commented Apr 3, 2013

Yes, it's a dupe. We are working on removing / replacing the html *Array types with their corresponding *List types.

@vsmenon
Copy link
Member

vsmenon commented Apr 3, 2013

Issue #9570 has been merged into this issue.

@vsmenon
Copy link
Member

vsmenon commented Apr 3, 2013

Removed Priority-Medium label.
Added Priority-High, C2 labels.

@blois
Copy link
Contributor

blois commented Apr 4, 2013

Added this to the M5 milestone.

@vsmenon
Copy link
Member

vsmenon commented Apr 23, 2013

Added Fixed label.

@DartBot DartBot added Type-Defect P1 A high priority bug; for example, a single project is unusable or has many test failures web-libraries Issues impacting dart:html, etc., libraries labels Apr 23, 2013
@DartBot DartBot added this to the M5 milestone Apr 23, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures web-libraries Issues impacting dart:html, etc., libraries
Projects
None yet
Development

No branches or pull requests

5 participants