Explorar el Código

bug: overwriting trixls isn't properly supported.

Lucas Stadler %!s(int64=12) %!d(string=hace) años
padre
commit
795a6dc777
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      js/pixl/README.md

+ 3 - 0
js/pixl/README.md

@ -35,3 +35,6 @@ see it live at <http://pixl.papill0n.org/3>.
35 35
  the `keys()` function on maps. i didn't find any convenient polyfills
36 36
  (`keys()` should return something iterator-like, e.g. returning raw
37 37
  values on `next()` and `StopIteration` when the end is reached.)
38
* bug: overwriting trixls isn't supported as `Map#set` compares by
39
  reference and not by value. maybe use chunks instead? (could be a
40
  performance boost as well.)