tjpalmer / ion

Self-hosted ion compiler. Based on ion here: https://github.com/pervognsen/bitwise
Other
16 stars 0 forks source link

ion fails #3

Open ib00 opened 1 year ago

ib00 commented 1 year ago

I keep getting ion errors like:

/tmp/ion/system_packages/builtin/types_x64.ion(1): warning: Unknown declaration #directive 'static_assert' /tmp/ion/system_packages/builtin/types_linux_x64.ion(1): warning: Unknown declaration #directive 'static_assert' /tmp/ion/system_packages/builtin/types.ion(1): warning: Unknown declaration #directive 'foreign'

Importing tests/test1/test1.ion error: Failed to compile package 'tests/test1/test1.ion'

Any ideas?

tjpalmer commented 1 year ago

Not sure. I haven't looked at this code in a very long time.