Skip to content

Commit

Permalink
Merge branch 'topic/fix_build_edge' into 'edge'
Browse files Browse the repository at this point in the history
Adapt to new Laltools API to resolve names

See merge request eng/ide/ada_language_server!1532
  • Loading branch information
AnthonyLeonardoGracio committed Apr 8, 2024
2 parents c3e2032 + e6c302c commit 29accc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ada/lsp-ada_declaration.adb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ package body LSP.Ada_Declaration is
On_Defining_Name : Boolean := False;
-- Set to True if we are on a denfining name node

Ignore : Boolean;
Ignore : Libadalang.Common.Ref_Result_Kind;
begin
if Self.Contexts.Is_Empty then
-- No more contexts to process, sort and return collected results
Expand Down

0 comments on commit 29accc2

Please sign in to comment.