| Summary: | Crash when parsing files [QmlJS::ModelManagerInterface::projectInfos, QmlJS::ModelManagerInterface::filesAtQrcPath] | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Kevin Funk <kfunk> |
| Component: | Language Support: QML/JavaScript | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | kfunk |
| Priority: | NOR | Keywords: | release_blocker |
| Version First Reported In: | 4.90.90 | ||
| Target Milestone: | 5.0.0 | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdevelop/6e3e4ceadd9cbf4eee9c133b03d66beadb63eb39 | Version Fixed/Implemented In: | 5.0.0 |
| Sentry Crash Report: | |||
|
Description
Kevin Funk
2015-11-26 11:06:59 UTC
Git commit 6e3e4ceadd9cbf4eee9c133b03d66beadb63eb39 by Kevin Funk. Committed on 26/11/2015 at 20:17. Pushed by kfunk into branch '5.0'. QmlJS: Fix crash when parsing QRC import Regression likely introduced when we updated the 3rdparty qmljs lib M +18 -0 languages/qmljs/kdevqmljsplugin.cpp M +4 -0 languages/qmljs/kdevqmljsplugin.h A +5 -0 languages/qmljs/tests/files/qrc_import.qml [License: UNKNOWN] * M +1 -0 languages/qmljs/tests/test_files.cpp The files marked with a * at the end have a non valid license. Please read: http://techbase.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. http://commits.kde.org/kdevelop/6e3e4ceadd9cbf4eee9c133b03d66beadb63eb39 |