ooc-lang / rock

:ocean: self-hosted ooc compiler that generates c99
http://ooc-lang.org/
MIT License
404 stars 40 forks source link

Rock doesn't write function names to cache archives but instead outputs %s #956

Closed alexnask closed 8 years ago

alexnask commented 8 years ago

Because of Archive.ooc@547-549:

fW writef("%d\n", functions size)
for (f in functions) {
    fW writef("%s\n")
}

This will be fixed in addition to adding slurped files to archives and bumping the cache version to 0.6