PaulBraetz / RhoMicro.CodeAnalysis

Source code generators, analyzers and utilities for code analysis
7 stars 1 forks source link

TLE when representing other union type struct that may represent a reference type #33

Open PaulBraetz opened 6 months ago

PaulBraetz commented 6 months ago

Because the generator does not see the generated union type symbol yet (and thus does not recognize a possible impure value type); value type union types are added to the value container.

PaulBraetz commented 3 months ago

Info on why this issue has been up for as long as it has: I'm putting this on the backburner until I get around to rewriting the generator fully around symbols.