autospec icon indicating copy to clipboard operation
autospec copied to clipboard

scan_for_configure can cause build_patterns to switch between builds

Open bryteise opened this issue 7 years ago • 1 comments

Due to the way os.walk is implemented using readdir, the order that files are inspected to determine the build pattern for a project is potentially arbitrary. This can result in a project with multiple files that can be used for build pattern detection to switch between build systems upon autospec being rerun on the project.

bryteise avatar Jun 27 '18 18:06 bryteise

I ran into this issue yesterday with the Clear Linux gnome-calculator package. See the commit at https://github.com/clearlinux-pkgs/gnome-calculator/commit/cde0c41a85, where I needed to set the meson build pattern manually, whereas before, that pattern was autodetected.

phmccarty avatar Jun 27 '18 21:06 phmccarty