v3.7.2 #83
svdC1
announced in
Announcements
v3.7.2
#83
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This release fixes the in-process
Modallog reading introduced in3.7.1,which could hang instead of returning entries, and stops the packaged
GUIfrom spawning
Windows' fake Storepythonwhen following logs. It has nobreaking changes
Fixed
Launcher→ Reading theModal-hosted app's logs in-process could hangwith an
RPC request made outside of task contextwarning. Looking the appup creates modal's client on the
SDK's own event loop, and the fetch thenran on a second loop, where the request lost its cancellation context and
never completed. The fetch now runs on modal's own loop, the same way the
SDK'sCLIhelpers runLauncher→ Following logs from the packagedGUIprinted aMicrosoft Storeinstall prompt instead of streaming. OnWindowsthePATHcarries a fakepython.exe(the app execution alias), which thebundle picked up to spawn the
modalCLIwith. The alias is no longertreated as an interpreter anywhere, and the packaged
GUInow alwaysfollows logs in-process instead of spawning whatever
PATHoffersThis discussion was created from the release v3.7.2.
All reactions