scala-js/scala-js-dom

Upgrade TypedArray support in WebGL etc. to use Scala Array once we move to 0.5.2 or above

mseddon opened this issue · 4 comments

Currently scala-js-dom is compiled against scala-js 0.5.

Once we move to 0.5.2+ we can rip out my increasingly silly TypedArray interfaces and change all the signatures.

@lihaoyi is there a reason we're not currently using scala-js 0.5.2 now?

mainly because I've been lazy and didn't need to. Also, since ScalaJS isn't forwards compatible, upgrading would require everyone using it to upgrade, and I'm lazy to upgrade all my applications which use it

Seems reasonable :) I'm not in a mad rush to upgrade it just now.

sjrd commented

This was done in 30bde3e