codeconsole commented on PR #16322:
URL: https://github.com/apache/grails-core/pull/16322#issuecomment-5684140307

   Addressed in fc1941a96e.
   
   - Exact numeric comparisons now accept finite `Float` → `Double` and reject 
lossy narrowing. I avoided round-tripping so `Long.MAX_VALUE` → `Double` stays 
rejected.
   - Conversion exceptions, including `NaN`/infinity → 
`BigDecimal`/`BigInteger`, now name the model field and retain the original 
cause.
   - Staging uses `DuplicatesStrategy.EXCLUDE` with the application views first.
   
   Added regression cases and clarified the guide. All 227 GSP core tests and 
the module's style checks passed; a staging check with a duplicate `index.gsp` 
also passed.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to