Arrow meta itself is multiplatform, right? but the...
# arrow-meta
y
Arrow meta itself is multiplatform, right? but the arrow-meta-prelude, which has all the annotations for some of the plugins like the type proofs one and also all the Union classes and stuff, is JVM only. Is this intentional, or just a slight oversight? and are there any plans to make it mp? because it looks like there isn't really anything JVM specific in the prelude.
👍 1
r
Its gonna be multiplatform as we integrate it now in arrow since we can now compile for 1.4 and have a continuations impl that removes the binding reflection tricks
After the 0.11 release all focus goes into making arrow all around MPP and introducing Meta in the arrow code based to remove all hacks and abstractions that are not needed.
There will be two releases with deprecation once we achieve the final encoding then the first stable version of arrow that will follow the std lib and Lang release cycle
Having said that the module conf can change any time if you need it now and want to PR 😊
y
Perfect! I'll start working on a PR.
🙏 1