VerteDinde

#50540: refactor: improve input handling in FilePath gin converter

Merged
Created: Mar 27, 2026, 11:14:45 AM
Merged: Mar 27, 2026, 1:30:59 PM
5 comments
Target: main

Description of Change

This PR modifies the FilePath gin converter so that paths containing certain characters are properly handled across platforms.

Checklist

Release Notes

Notes: none

Backports

39-x-y
Merged
PR Number
#50548
Merged At
Mar 27, 2026, 4:05:01 PM
Released In
Not yet
Release Date
Not yet
40-x-y
Merged
PR Number
#50549
Merged At
Mar 27, 2026, 4:52:45 PM
Released In
Not yet
Release Date
Not yet
41-x-y
Merged
PR Number
#50547
Merged At
Mar 27, 2026, 5:56:38 PM
Released In
Not yet
Release Date
Not yet
42-x-y
In-flight
PR Number
#50546
Waiting to be merged

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron