| Summary: | Infinite symlink loop -> infinite parsing loop | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Matthew Woehlke <mwoehlke.floss> |
| Component: | Build tools: CMake | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.1.0 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kdevelop/8675307a266704da08e0344f836dac1d7e9e1396 | Version Fixed/Implemented In: | 5.1.2 |
| Sentry Crash Report: | |||
|
Description
Matthew Woehlke
2017-07-06 19:26:28 UTC
Git commit 8675307a266704da08e0344f836dac1d7e9e1396 by Kevin Funk. Committed on 06/07/2017 at 21:04. Pushed by kfunk into branch '5.1'. cmake: Use 'subdirs' function in importTestSuites Reviewers: apol Reviewed By: apol Subscribers: kdevelop-devel Differential Revision: https://phabricator.kde.org/D6538 FIXED-IN: 5.1.2 M +34 -19 projectmanagers/cmake/cmakeimportjsonjob.cpp https://commits.kde.org/kdevelop/8675307a266704da08e0344f836dac1d7e9e1396 Please check whether that fixes the issue for you. Best to compile KDevelop from source for that: https://community.kde.org/KDevelop/HowToCompile_v5 (Ugh, use a build tool that mucks with my FS in unknown ways? I'll stick to 'git clone', thanks!) Wow, that was a quick fix! And a much better fix than my (being unfamiliar with the code in question) naïve offhand suggestion. AFAICT it is working \o/. Thanks! |