Summary: | Qmake manager, parsing error when value placed on the following line | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Rui L. Pires <rlpires> |
Component: | Build tools: QMake | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.4.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rui L. Pires
2007-04-18 11:15:25 UTC
Details on version: Self compiled RPMs, kdevelop 3.4 branch, svn export of 13/Apr/2007. I can confirm this behavior for the 3.4.0.2 version. SVN commit 660991 by apaku: Fix a few parser issues: 1. Correctly parse 1-character-long variable values 2. Don't choke on multiline-values that don't have whitespace at the beginning of the line 3. Allow EOF at the end of a variable assignment, instead of just newline BUG:144377 BUG:144987 CCBUG:145009 M +5 -4 qmake.ll M +27 -0 qmake.yy M +124 -119 qmake_lex.cpp M +183 -142 qmake_yacc.cpp M +3 -2 qmake_yacc.hpp |