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

[Bug] GetAsset returns Copy of Asset Ident not Pointer. #35

Open
Lypsolon opened this issue Sep 26, 2024 · 0 comments
Open

[Bug] GetAsset returns Copy of Asset Ident not Pointer. #35

Lypsolon opened this issue Sep 26, 2024 · 0 comments
Assignees

Comments

@Lypsolon
Copy link
Collaborator

Lypsolon commented Sep 26, 2024

Preamble

currently, the resolverContextCache dereferences the pointer into the cache map and constructs a new AssetIdent. this causes a copy of the data.

Task

  • GetAsset ident should return a pointer to the element not a copy.
  • Ensure all access to the Cache returns pointers.

Ref

@Lypsolon Lypsolon changed the title [Bug]_Title [Bug] GetAsset returns Copy of Asset Ident not Pointer. Sep 26, 2024
@Lypsolon Lypsolon self-assigned this Oct 7, 2024
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

No branches or pull requests

1 participant