Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT 9.* no longer supports multiple ASTCompletionProposal contributions

You're right, there is no need to cast to ASTCompletionNode here, as the function being called (getEntries()) is declared on the interface IASTCompletionNode.

I think the cast is an unintentional remnant from an earlier draft of the patch, which added the new function to ASTCompletionNode only.

Removed the cast in https://git.eclipse.org/r/#/c/133014/.

Regards,
Nate


________________________________________
From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Costean Adrian <costean_adrian@xxxxxxxxx>
Sent: November 23, 2018 1:51 PM
To: CDT General Developers List.
Subject: [cdt-dev] CDT 9.* no longer supports multiple ASTCompletionProposal contributions

See the stackoverflow post:
CDT 9 removes support for different ASTCompletionNode proposals<https: stackoverflow.com="" questions="" 53444902="" cdt-9-removes-support-for-different-astcompletionnode-proposals="">

<https: stackoverflow.com="" questions="" 53444902="" cdt-9-removes-support-for-different-astcompletionnode-proposals="">





CDT 9 removes support for different ASTCompletionNode proposals
The changes introduced in CDT 9* (diff link) removes support for ASTCompletionNode's of different type than ...




</https:></https:></costean_adrian@xxxxxxxxx></cdt-dev-bounces@xxxxxxxxxxx>

Back to the top