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
An interesting challenge is that static initialisers in JavaScript do not necessarily follow the behaviour of Whiley. Specifically, they execute in a top-bottom approach, whilst Whiley permits arbitrary ordering. Potentially, this could be resolved by requiring a given ordering.
The text was updated successfully, but these errors were encountered:
An interesting challenge is that static initialisers in JavaScript do not necessarily follow the behaviour of Whiley. Specifically, they execute in a top-bottom approach, whilst Whiley permits arbitrary ordering. Potentially, this could be resolved by requiring a given ordering.
The text was updated successfully, but these errors were encountered: