Open github-actions[bot] opened 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
[VM/values/comparison] how should we handle Object values? right now, Object make feature a custom
compare
method which is called an used for the comparison. However, if there is no such method, we end up having the exact same issues we have with Dictionaries. So, how is that to be dealt with? see also: https://github.com/arturo-lang/arturo/pull/1139https://github.com/arturo-lang/arturo/blob/269a723e23971f7c5ba310f6c3539852a6f016e3/src/vm/values/comparison.nim#L233
a608a2c7ed41ca3136df3a2188173c243c58f7b3