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
With the latest beta build - 17.0.277-bet, attempting to "Test Keyboard on Web" from within Developer fails. After a spot of debugging with @mcdurdin, we found the following:
Fixes#10872. Modifies #10845.
developer-utils is also used by server. Because osk.ts depends on
common-types, this introduced a transitive dependency for
developer-utils. Packaging server for deployment as part of Keyman
Developer is fragile and we need to hand-code our internal dependencies,
as npm bundling struggles with in-repo dependencies. So we need to avoid
introducing extra dependencies into developer-utils at this time.
It turns out that osk.ts is used by kmc-kmn and kmc-analyze. kmc-analyze
already has a dependency on kmc-kmn, so it makes sense to put it there.
With the latest
beta
build - 17.0.277-bet, attempting to "Test Keyboard on Web" from within Developer fails. After a spot of debugging with @mcdurdin, we found the following:This is nigh-certainly related to #10845.
The text was updated successfully, but these errors were encountered: