savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
155 stars 12 forks source link

Changes for compatibility with latest runtime #369

Closed mneumann closed 1 year ago

mneumann commented 1 year ago

I am getting a segfault when running savi examples built with the newest Pony RT.

There is probably more to update to make Savi work with the most recent Pony RT.

mneumann commented 1 year ago

PONY_ACTOR_PAD_SIZE has changed. Most likely this is the reason for the segfault.

mneumann commented 1 year ago

This (in addition to a recent ponyrt) seems to fix #367.