bug in ada parsing. (kdevelop 3.3.0)
Matt Rogers
mattr at kde.org
Fri Jan 27 01:56:18 UTC 2006
On Thursday 26 January 2006 02:04, Василий wrote:
> bug in ada support part: background parser not parse .adb .ads files and
> paresed not .ad? files.
>
> ada/problemreporter.cpp contains:
> }
>
> /* Temporarily deactivated (crashes)*/
> if (!m_adaSupport->fileExtensions ().contains (QFileInfo
> (m_filename).extension ())) {
> m_bgParser = new BackgroundParser( this, m_editor->text(),
> m_filename ); m_bgParser->start();
> }
> /**/
> }
>
> must be if (m_adaSupport->fileExtensions ().contains (QFileInfo
> (m_filename).extension ())) but ada parsed sometimes crahs. I thing that
> lines
> m_bgParser = new BackgroundParser( this, m_editor->text(),
> m_filename ); m_bgParser->start();
> nust be commented:
> // m_bgParser = new BackgroundParser( this, m_editor->text(),
> m_filename ); // m_bgParser->start();
>
for both cases, can you make a patch ( in unified diff format ) so that we can
actually see what the change is?
Thanks
--
Matt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20060127/3399973e/attachment.sig>
More information about the KDevelop-devel
mailing list