You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mdedetrich
changed the title
Use SizeParser to correctly parse windows.PageFileFix
Use SizeParser to correctly parse and validate windows.PageFileFix fields
Mar 14, 2023
In #146 we implemented
windows.PageFileFix
using bareString
's which means its possible to put in incorrect values. Ideally we should use https://github.com/sbt/sbt/blob/973cd63e0b6bfe0d06d364f314f391a08a77d38b/internal/util-complete/src/main/scala/sbt/internal/util/complete/SizeParser.scala however its (largely) blocked by #147 (its possible to work around this but its not nice).The text was updated successfully, but these errors were encountered: