pharo-project / pharo-vm

This is the VM used by Pharo
http://pharo.org
Other
110 stars 67 forks source link

Slang should not allow asserta: to be used outside of a top level statement #787

Open guillep opened 2 months ago

guillep commented 2 months ago

asserta: returns the asserted value and should be used as a statement, only as a statement. For statements we should use always assert:.

Slang should control this at compile time.