Skip to content

WIP: Item Porting

Jesusaves requested to merge jesusalva/evolsrc:jesusalva/merge into master

Its performance is an utter crap.

It have the sketched body, without optimizations or whatsoever, and with comments to remember me what needs to be done.

I think the best option here, is extending getitem() and getitembound() to return the index they wrote to.

Or forking these functions so they can take options too.


Note: $GLOBAL_MERGELVL is (a wasted variable) which soft-controls the merger.

It is to allow them being rolled out gradually, without requiring reloading or server updates.

Also allows to temporaly disable faulty merge updates (due to typos, for example) without compromising the whole system.


THIS IS A WORK IN PROGRESS. Final product may differ.

Edited by Jesusaves

Merge request reports