Summary: | Internal file shouldn't be ignored by file size limit | ||
---|---|---|---|
Product: | [Developer tools] kdevplatform | Reporter: | Alexander Opitz <opi> |
Component: | language | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | git master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alexander Opitz
2018-10-24 07:52:35 UTC
It seems you're misreading that output. It deliberately /ignores/ the file size limit to parse the internal file. Git commit 31c8db7d876b1e9f115ae01aa80dfe0fa6ee8ba8 by Kevin Funk. Committed on 24/10/2018 at 19:04. Pushed by kfunk into branch '5.3'. Remove only use of qCInfo ... turn into qCDebug (as all others) M +1 -1 kdevplatform/language/backgroundparser/parsejob.cpp https://commits.kde.org/kdevelop/31c8db7d876b1e9f115ae01aa80dfe0fa6ee8ba8 Ok, thanks for that hint. |