Bug Fixes
-
Update incremental build cache information properly on IDE rebuilds (#3789, @kritzcreek)
Fixes a bug where triggering a rebuild via the IDE would not update the
output/cache-db.json
file, which in certain situations could lead to unnecessary rebuilds, as well as modules not being rebuilt when they should have been. -
Don't include compiler-internal declarations in IDE completions (#3850, @kritzcreek)