From: Mikko Rasa Date: Sun, 7 Mar 2021 10:58:23 +0000 (+0200) Subject: Further refactor the resolving process in SL::Compiler X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=c1d3a1d7c1997bc71a30af2e2c25cb4a2b66784b;hp=c1d3a1d7c1997bc71a30af2e2c25cb4a2b66784b;p=libs%2Fgl.git Further refactor the resolving process in SL::Compiler There's now five different types of resolve operations, many of which depend on some others. Better put the logic in one place to keep it straight. This also includes some rearrangements to the resolver classes to have all of them return a boolean indicating if anything was done. ---