2
0
Fork 0
 
 
 
 
 
 
Go to file
Stefan Bühler c673e5b638 [plugin_core] always enforce directory handling of aliases
Example: `alias "/foo" => "/some/dir/";`
* old behavior: would resolve "/foo../" to "/some/dir/../".
* new behavior: prefix doesn't match.

Note: `alias "/foo/" => "/some/dir"`, as shown in the doc examples,
always did the right thing.

Change-Id: Icf506d2f39ee57217799f9c68da74e172c92c09e
2023-09-14 13:33:59 +02:00
contrib [autobuild] drop autobuild 2023-09-11 18:12:55 +02:00
doc [plugin_core] always enforce directory handling of aliases 2023-09-14 13:33:59 +02:00
include [autobuild] drop autobuild 2023-09-11 18:12:55 +02:00
src [plugin_core] always enforce directory handling of aliases 2023-09-14 13:33:59 +02:00
tests [autobuild] drop autobuild 2023-09-11 18:12:55 +02:00
.flake8 [tests] refactor python tests 2023-01-06 20:25:34 +01:00
.gitignore [autobuild] drop autobuild 2023-09-11 18:12:55 +02:00
COPYING [doc] convert http:// to https:// links if valid 2023-07-13 00:59:18 +02:00
diff-dist-git.sh [dist] add script to show differences between git and dist 2014-02-04 13:23:05 +01:00
meson.build [meson] compiler.has_type requires meson 1.0 to use array for prefix - join manually to support meson 0.61 2023-09-14 12:21:22 +02:00
meson_options.txt [build] add meson support 2023-01-15 19:46:56 +01:00
packdist.sh [doc] convert http:// to https:// links if valid 2023-07-13 00:59:18 +02:00
pyproject.toml [tests] refactor python tests 2023-01-06 20:25:34 +01:00