mir-algorithm
mir-algorithm copied to clipboard
Use return scope in ScopedBuffer members
If you return a reference to a this field you should qualify as return scope instead of just scope in order for scope-analys to work on values returned from these members of ScopedBuffer.
tests fail
I'm cluess about these errors.