Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3.3, 2.4.0-beta-1
-
None
-
None
Description
When using @AutoExternalize with @CompileStatic the code in readExternal has some missing casts. These errors are currently ignored by @CS and the generated code is currently OK for the happy path but we might as well add in the missing casts to minimize the risk of any future adverse interactions.