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 release when using Natal, changes appear to take a couple of seconds to get updated in the simulator, as opposed to things being instant, according to the compilation log.
1.7.228 has a change to cause a lot more to be logged in verbose mode but even if verbosity is disabled, the 2-second compile cycle persists.
This may very well be an upstream regression with respect to WebDAV mounts—root cause is currently unknown and perhaps a bisect is in order.
The text was updated successfully, but these errors were encountered:
It appears the root cause is related to ClojureScript 1.7.228 employing a strategy of setting the last modified timestamp of copied files, which doesn't work with GCDWebServer (perhaps it isn't generally supported by WebDAV).
With the latest release when using Natal, changes appear to take a couple of seconds to get updated in the simulator, as opposed to things being instant, according to the compilation log.
1.7.228 has a change to cause a lot more to be logged in verbose mode but even if verbosity is disabled, the 2-second compile cycle persists.
This may very well be an upstream regression with respect to WebDAV mounts—root cause is currently unknown and perhaps a bisect is in order.
The text was updated successfully, but these errors were encountered: