From: Mikko Rasa Date: Tue, 16 Mar 2021 09:38:55 +0000 (+0200) Subject: Don't modify the target block's variable map from InlineContentInjector X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=499c0515cde44b304d131ac7ac3b2030c9dbe11c;hp=499c0515cde44b304d131ac7ac3b2030c9dbe11c;p=libs%2Fgl.git Don't modify the target block's variable map from InlineContentInjector This felt hacky, and also seemed wrong since the variable map contains the original names of the variables, not new ones. Instead avoid inlining more than one function per pass into any given function. ---