Commits on Source 5
-
Currently we some duplication in the way we check for invalid filenames. To make it more robust and allow room for adding more warnings, refactor it into a separate method `_warn_invalid_elements()` that handles just this.
-
See https://mail.gnome.org/archives/buildstream-list/2018-December/msg00061.html for some related discussion.
-
-
-
Tristan Van Berkom authored
Add warnings about invalid characters in filename See merge request !1028