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
On several machines, doing a Pkg.update() within an environment in which the current Oscar master was active caused the following (using Hecke v0.22.6 and Polymake v0.11.7), I got this on 9 different machines (including two Macs and various Linux machine)
◑ Hecke → PolymakeExt Waiting for background task…
The above showed while precompiling and stalled for a long time; when it finally finished, something like this was shown:
Precompiling project...
89 dependencies successfully precompiled in 126 seconds. 29 already precompiled.
1 dependency had output during precompilation:
┌ Hecke → PolymakeExt
│ [pid 76469] waiting for IO to finish:
│ TYPE[FD/PID] @UV_HANDLE_T->DATA
│ timer @0x911c570->0x7fbedc58ab60
│
│ [pid 76469] waiting for IO to finish:
│ TYPE[FD/PID] @UV_HANDLE_T->DATA
│ timer @0x911c570->0x7fbedc58ab60
└
(1.10) pkg>
Not sure if this is an issue with Hecke, Polymake, the combo, or perhaps neither, but I thought I should at least log it here
On several machines, doing a
Pkg.update()
within an environment in which the current Oscar master was active caused the following (using Hecke v0.22.6 and Polymake v0.11.7), I got this on 9 different machines (including two Macs and various Linux machine)The above showed while precompiling and stalled for a long time; when it finally finished, something like this was shown:
Not sure if this is an issue with Hecke, Polymake, the combo, or perhaps neither, but I thought I should at least log it here
(CC @benlorenz)
The text was updated successfully, but these errors were encountered: