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
Related locations available in Resolver and prints to Console and LSP Diagnostics (#1695)
* Support for messages in nested tokens.
Console printing now displays information in nested tokens coming from the Resolution phase
The Language Server now displays in formation in nested tokens from the resolution phase
No more duplicate messages.
if(!TriggerUtils.NeedsAutoTriggers(q.quantifier)){// NOTE: split and autotriggers attributes are passed down to Boogie
290
297
varextraMsg=TriggerUtils.WantsAutoTriggers(q.quantifier)?"":" Note that {:autotriggers false} can cause instabilities. Consider using {:nowarn}, {:matchingloop} (not great either), or a manual trigger instead.";
291
298
msg.AppendFormat("Not generating triggers for \"{0}\".{1}",Printer.ExprToString(q.quantifier.Term),extraMsg).AppendLine();
0 commit comments