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

llList2ListStrided is broken when # of elements in the list <= 1. #113

Open
mdickson opened this issue Oct 5, 2020 · 1 comment
Open
Labels
backwards-compat Either working towards or away from backwards compatibility bug Something isn't working secondlife-compat Issues that are only due to discovered differences between Halcyon and SecondLife

Comments

@mdickson
Copy link
Contributor

mdickson commented Oct 5, 2020

This issue was found by Serie Sumai when coding the Ruth 2v4 HUD. His comments:

"I see the differences shown here in llList2ListStrided() when the src list has one element. As shown in the output lines 9 through 13, Second Life returns the single element no matter the stride where Halcyon returns an empty list for all tested stride values.

Only strides 0-4 are shown as that is the order of magnitude I was working with in the code where I discovered this difference."

More details at:
https://gist.github.com/seriesumei/e9bda95cc4e0afa0af986de20340e0df

@Ana-Green
Copy link

Thank you :)

Regards,
Ana Green

@kf6kjg kf6kjg added backwards-compat Either working towards or away from backwards compatibility bug Something isn't working secondlife-compat Issues that are only due to discovered differences between Halcyon and SecondLife labels Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backwards-compat Either working towards or away from backwards compatibility bug Something isn't working secondlife-compat Issues that are only due to discovered differences between Halcyon and SecondLife
Projects
None yet
Development

No branches or pull requests

3 participants