forum > neko.zip.CRC32.encode vs macro

  • Yesterday I needed to create a crc32 of a string during macro expansion
    and nearly started banging my head against the wall, just to find that
    neko.lib.CRC.encode just doesn't work inside macros :(

    Didn't trace the problem for too long,
    but created a very simple testcase reproducing the problem.

    https://github.com/AndreasOM/haxe-neko-crc32

    I think the Int32 handling might be broken, but am not completely sure.
    Any hints?

    Could need a usable workaround ... or might end up reimplementing crc32 from scratch.

< Prev | Page 1 / 1 | Next >