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

April 2024 Updates #279

Merged
merged 22 commits into from
Apr 10, 2024
Merged

April 2024 Updates #279

merged 22 commits into from
Apr 10, 2024

Conversation

adrianoc
Copy link
Owner

No description provided.

adrianoc and others added 22 commits March 29, 2024 12:14
also fixes the reference to Unsafe.As<TBuffer, TElement>() and Unsafe.Add<TElement>(); the code was accessing the open generic methods, as opposed
to the generic instance methods.
there are at least 2 (unrelated) cases (marked as TODOs) not supported
…e array elements

also adds a disabled test for accessing fields of such inline arrays (looks like the code around
accessing fields on elements of  generic arrays is broken)
in special improves for() statements
also fixes conversion to Span<T>; generated method was calling generic methods (as opposed to their instantiations)
@adrianoc adrianoc merged commit e21864e into main Apr 10, 2024
2 checks passed
@adrianoc adrianoc deleted the staging branch April 10, 2024 11:53
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

Successfully merging this pull request may close these issues.

2 participants