Zulip Chat Archive
Stream: new members
Topic: Diable `aesop` temporally in a definition
Shanghe Chen (Jun 09 2024 at 15:34):
Hi I found that during some def aesop
is very slow and finally it failed. Is there any way to disable it temporally for some concrete def like :
-- disable `aesop` in this def
def a : SomeClass where
-- ...
Kevin Buzzard (Jun 09 2024 at 20:22):
Just fill in the aesop-fields manually
Shanghe Chen (Jun 10 2024 at 05:08):
Yeah thank you for the suggestion. I filled all with sorry
and it works like a charm! I remembered that there is a blue light hint for auto generating all the fields before in vscode. Quite weird cannot find it now.
Kevin Buzzard (Jun 10 2024 at 06:58):
You write instance foo : class_name := _
and then put your cursor just left of the _
and you get the blue bulb
Last updated: May 02 2025 at 03:31 UTC