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

Inline functions cause cyclic dependencies #590

Open
FiniteReality opened this issue Jul 5, 2023 · 0 comments
Open

Inline functions cause cyclic dependencies #590

FiniteReality opened this issue Jul 5, 2023 · 0 comments
Labels
bug Something isn't working engine core Tickets pertaining to the engine core codebase.

Comments

@FiniteReality
Copy link
Contributor

Describe the issue:
Some inline functions in our header files cause cyclic dependencies - particularly ones with pointer casts.

Please provide the steps to reproduce if possible:

  1. Use the new project structure
  2. Try to build a file which includes a header with an inline function
  3. Cry

Expected behaviour:
NovelRT should build successfully.

Please tell us about your environment:
This isn't environment-specific.

Additional context:
Eventually we're going to have to discuss what the best approach here is.

@FiniteReality FiniteReality added bug Something isn't working engine core Tickets pertaining to the engine core codebase. labels Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working engine core Tickets pertaining to the engine core codebase.
Projects
None yet
Development

No branches or pull requests

1 participant