You've already forked libadalang
mirror of
https://github.com/AdaCore/libadalang.git
synced 2026-02-12 12:28:54 -08:00
`is_spark_impl` has been refactored into `spark_mode_aspect`, which
rather than returning just a boolean for "On/Off", returns an aspect,
which contains the information "On/Off/no information".
This in turns allow to implement the logic "either take the value from
the aspect, and if there is none, take the value from the .adc".
(cherry picked from commit 10fea4468a)