You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's semi-deliberate - I tried %%% and as you say ran into problem with native. I wasn't sure what the cleanest way to proceed was, so I put my head in the sand.
I definitely want to support JS for @cquiroz, so if native is blocked it's reasonable to just not build native for now, although it would be cool to do so in the future.
Yes, I think it's good to start running tests on JS as soon as possible. I think the JVM and Native platforms are more similar, whereas JS has its own quirks, such as the often surprising all-numbers-are-actually-Double semantics :)
I anticipate the native stuff will become unblocked even within a matter of weeks :)
This is because of the
%%
instead of%%%
.coulomb/build.sbt
Line 27 in 5c9aa62
Actually, at the moment it's impossible to run the tests at all on Native, since the munit support is blocked:
We have a couple options:
%%
effectively disables the platform tests anyway (maybe this was intentional? :)The text was updated successfully, but these errors were encountered: