Skip to content

Small tweaks to the CreateTypedefs pass#68

Merged
Kasuromi merged 1 commit intoBepInEx:masterfrom
ds5678:renaming-tweaks
Dec 22, 2022
Merged

Small tweaks to the CreateTypedefs pass#68
Kasuromi merged 1 commit intoBepInEx:masterfrom
ds5678:renaming-tweaks

Conversation

@ds5678
Copy link
Copy Markdown
Collaborator

@ds5678 ds5678 commented Dec 22, 2022

  • <PrivateImplementationDetails> should be Il2Cpp namespace prefixed.
  • Revised the definition for injected Cpp2IL types to include any type whose namespace starts with Cpp2ILInjected.
    • For example, using the callanalyzer processing layer produces types in the Cpp2ILInjected.CallAnalysis namespace.

* <PrivateImplementationDetails> should be namespace prefixed
* Revised the definition for injected Cpp2IL types
Copy link
Copy Markdown
Member

@Kasuromi Kasuromi left a comment

Choose a reason for hiding this comment

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

What is the reason behind allowing <PrivateImplementationDetails> to be processed by the generator?

@ds5678
Copy link
Copy Markdown
Collaborator Author

ds5678 commented Dec 22, 2022

What is the reason behind allowing <PrivateImplementationDetails> to be processed by the generator?

It was already allowed. This just un-does the portion of #61 that placed it in the global namespace.

@Kasuromi
Copy link
Copy Markdown
Member

Kasuromi commented Dec 22, 2022

It was already allowed. This just un-does the portion of #61 that placed it in the global namespace.

My mistake, I see that now.

@Kasuromi Kasuromi merged commit 384d4ea into BepInEx:master Dec 22, 2022
@ds5678 ds5678 deleted the renaming-tweaks branch December 22, 2022 21:43
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