We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a83470 commit 46272e6Copy full SHA for 46272e6
doc/tools/rocqrst/repl/rocqtop.py
@@ -103,7 +103,7 @@ def sendone(self, sentence):
103
def send_initial_options(self):
104
"""Options to send when starting the toplevel and after a Reset Initial."""
105
self.sendone('Set Rocqtop Exit On Error.')
106
- self.sendone('Set Warnings "+default".')
+ self.sendone('Set Warnings "+default,-vm-compute-disabled".')
107
108
def sendmany(*sentences):
109
"""A small demo: send each sentence in sentences and print the output"""
0 commit comments