April 6, 2026
8:26 p.m.
On Mon Apr 6 20:20:25 2026 +0000, Jan Robert Gerigk wrote:
Thanks for the feedback. For the validation: * Reject NULL and empty strings with E_INVALIDARG * Reject strings exceeding 128 characters (APPLICATION_USER_MODEL_ID_MAX_LENGTH) with E_INVALIDARG * Not enforce a minimum length beyond rejecting empty strings, since you noted native does not seem to enforce it. Does that match your observations on native? I will update the implementation and add tests then. That's what I have down in my notes, yes. Sounds good!
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10565#note_135168