Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving overlapping regions is weird #17

Open
DCNick3 opened this issue Jan 16, 2025 · 1 comment
Open

Moving overlapping regions is weird #17

DCNick3 opened this issue Jan 16, 2025 · 1 comment

Comments

@DCNick3
Copy link
Contributor

DCNick3 commented Jan 16, 2025

I didn't test it too much, but it seems that moving overlapping regions doesn't do what I would expect.

Doing it correctly requires a very particular order of operations (same as in memcpy vs memmove).

It would be nice if it worked correctly, or, at least, refused to do this operation, as it can lead to very unexpected results

2025-01-16_13 42 19

(There was a floor there)

@RecursivePineapple
Copy link
Owner

Yeah, moving needs a lot of fixes. It's a bit better in dev but I still need to fix the core algorithm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants