-
Notifications
You must be signed in to change notification settings - Fork 57
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
[LUA] sj.get_slot(n) missed #270
Comments
you mean to get current page in the slot? I guess so, considering the asm code. But I guess it could be handy when providing some library-like code where you are not sure what the user of library did. I'm not sure about the "get_slot" name, I was initially thinking you want current active slot, which I wouldn't bother with (I generally dislike the state-based SLOT + PAGE), so maybe "get_page_at"? |
yep i dislikes this slot name to it's like you using logical |
the I would rather prefer to remove In your example the |
OH i forgot AGAIN that there is "current slot" so this sj.get_slot not fully opposite command well then this get_page_at maybe better |
there is no sj.get_slot(n)
so we again need to make ugly code with org instead
The text was updated successfully, but these errors were encountered: