machinable-org / machinable

A modular system for machinable research code
https://machinable.org
MIT License
34 stars 2 forks source link

Inconsistent behaviour for no-versioned in-session get #456

Closed frthjf closed 6 months ago

frthjf commented 1 year ago

When using get(Test).commit() != get(Test) but get('test').commit() == get('test') as expected.