Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[mono] UnsafeAccessor: Enable tests for extern static methods without type parameters#101265

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

@fanyang-mono
Copy link
Member

Contributes to#99830

@ghostghost added the needs-area-labelAn area label is needed to ensure this gets routed to the appropriate area owners labelApr 18, 2024
@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to this area:@steveisok,@lambdageek
See info inarea-owners.md if you want to be subscribed.

@fanyang-monofanyang-mono added area-VM-meta-mono and removed needs-area-labelAn area label is needed to ensure this gets routed to the appropriate area owners area-Codegen-meta-mono labelsApr 18, 2024
@fanyang-mono
Copy link
MemberAuthor

All CI failures are known.

for (inti=1;i<ret->param_count;i++)
ret->params [i-1]=ret->params [i];
memset (&ret->params[ret->param_count-1],0,sizeof (MonoType));// just in case
memset (&ret->params[ret->param_count-1],0,sizeof (MonoType*));// just in case
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Let's keep this in mind if we need to do a net8.0 backport of any unsafe accessor fixes.

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Yeah, make sense.

@fanyang-monofanyang-mono merged commitec0a1e7 intodotnet:mainApr 22, 2024
matouskozak pushed a commit to matouskozak/runtime that referenced this pull requestApr 30, 2024
… type parameters (dotnet#101265)* Enable tests for methods without type parameters* Enable more field tests* Enable all field tests* Fix the type to get size for
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsMay 23, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@lambdageeklambdageeklambdageek approved these changes

@steveisoksteveisokAwaiting requested review from steveisoksteveisok is a code owner

@thaystgthaystgAwaiting requested review from thaystgthaystg is a code owner

Assignees

@fanyang-monofanyang-mono

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@fanyang-mono@lambdageek

[8]ページ先頭

©2009-2025 Movatter.jp