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
Right now the Scala.js FutureTests use the runNow execution context, which was deprecated in Scala.js 0.6 and removed in 1.0. In #3246 I replace runNow with an equivalent implementation, since I want to unblock 1.0 compatibility, but this isn't a real solution (see e.g. this issue for discussion).
The text was updated successfully, but these errors were encountered:
Right now the Scala.js
FutureTests
use therunNow
execution context, which was deprecated in Scala.js 0.6 and removed in 1.0. In #3246 I replacerunNow
with an equivalent implementation, since I want to unblock 1.0 compatibility, but this isn't a real solution (see e.g. this issue for discussion).The text was updated successfully, but these errors were encountered: