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

Removed Expression.Compile #165

Merged
merged 7 commits into from
Feb 4, 2019
Merged

Removed Expression.Compile #165

merged 7 commits into from
Feb 4, 2019

Conversation

ousttrue
Copy link
Contributor

@ousttrue ousttrue commented Feb 2, 2019

#146

Removed Expression.Compile.
Remove the IFormatter.KeyValue call and it will be completed.
IFormatter.KeyValue is almost in JsonSerializableBase.

@ousttrue
Copy link
Contributor Author

ousttrue commented Feb 3, 2019

I could get FieldInfo(MemberAccess) and OuterObject(Constant) from the Expression.

https://stackoverflow.com/questions/238765/given-a-type-expressiontype-memberaccess-how-do-i-get-the-field-value

///
/// * StaticAction/Func StaticMethod呼び出し
/// * OpenAction/Func 第1引数にthisを受けるメソッド呼び出し
/// * BindAction/Func thisを内部に保持したメソッド呼び出し
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@yutopp yutopp merged commit 0e5ea32 into master Feb 4, 2019
@yutopp yutopp deleted the work_aot_2 branch February 4, 2019 08:24
@yutopp yutopp added this to the v0.50 milestone Feb 4, 2019
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