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
CI: Fix check for forgotten // +build js constraints in natives.
This is a fixup for 9a32def.
That commit tried to introduce a CI check for catching when .go files
in compiler/natives/src are accidentally missing // +buid js build
constraints.
However, due to the weird Circle CI setup with symlinks, that CI check
wasn't actually going to catch any issues, as proven by test commit
a774498 and that it passed that check.
However, test commit 7aebc06 showed
that relative import path patterns work okay with the Circle CI setup,
so use that instead.
0 commit comments