-
Notifications
You must be signed in to change notification settings - Fork 873
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
About System.Span and System.ReadOnlySpan #242
Comments
同遇到,刚升级unity2021 |
这个问题 有人解决没 |
我们的方案是把含有这个参数的方法都过滤掉了
…---Original---
From: ***@***.***>
Date: Tue, Nov 15, 2022 10:28 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [topameng/tolua] About System.Span and System.ReadOnlySpan (Issue#242)
这个问题 有人解决没
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
菜鸟一枚,能问下具体在哪个函数改么? |
IsMemberFilter
…------------------ 原始邮件 ------------------
发件人: "topameng/tolua" ***@***.***>;
发送时间: 2022年11月15日(星期二) 中午11:23
***@***.***>;
***@***.******@***.***>;
主题: Re: [topameng/tolua] About System.Span and System.ReadOnlySpan (Issue #242)
我们的方案是把含有这个参数的方法都过滤掉了
…
---Original--- From: @.> Date: Tue, Nov 15, 2022 10:28 AM To: @.>; Cc: @.@.>; Subject: Re: [topameng/tolua] About System.Span and System.ReadOnlySpan (Issue#242) 这个问题 有人解决没 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
菜鸟一枚,能问下具体在哪个函数改么?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
To improve the performance, a lot of new APIs in .net are using System.Span and System.ReadOnlySpan.
And then the code generated fails to be compiled. Like this,
StackTraits<System.ReadOnlySpan>.Check(L, 2);
Any plan to solve this issue ?
你好,
ToLua 自动生成的代码中,System.Span 和 System.ReadOnlySpan的类型检查 编译不过。有打算增加修改来支持吗?
谢谢!
Br.
The text was updated successfully, but these errors were encountered: