Adam Obuchowicz
Adam Obuchowicz
Not reproducible anymore on `88eeacf78bc5461ac9d0440f21f0c531c48756cb`
Adding `-authentication=false` does not help
Nor using older package (2024.4.15)
The only way I could work now is to clear cache (to logout) and continue without logging in. Once I log in, I'm stuck with above screen forever.
Refinement notes: 1. The AST "guards" should stay to avoid unnecessary `MethodCallIInfo` reads. We should just add one more case there. 2. Extend E2E tests to check if autoscoped constructors...
What is the status of this task @hubertp? I assume @juanmiguel-lopez-lambdaloopers could now check if the newest backend still has this problem?
There's a typo in the command pasted by @mwu-tow: it should be: ``` RUSTFLAGS="-C target-feature=+crt-static" cargo build -p enso-parser-jni --target=x86_64-unknown-linux-musl ``` (Mark the `+` before `crt-static`) Unfortunately, we cannot create...
We plan to switch the documentation format to Markdown. For now, let's replace `` in the doc comments. Or quckfix it on GUI.
Refinement notes: * Kaz's PR already have some support, but we need to add renaming nodes with conflicting names while keeping internal connections.
Also, the relative position of nodes should be kept.