move-language / move

Apache License 2.0
2.26k stars 689 forks source link

[inline functions] Extending consistency checks and enabling memory management #836

Closed wrwg closed 1 year ago

wrwg commented 1 year ago

This PR refines the inline implementation to peform various tests for consistency:

The last step, specifically, also allows to write generic inline functions which deal with memory. This has been excercised in the objects.move testcase.

The change in the acquires leads to a different style of acquire error messages (also less followup-errors) which results in baseline changes.