Johnathan Bostrom
Johnathan Bostrom
``` Building CXX object CMakeFiles/magicseteditor.dir/src/data/field.cpp.o /home/johnathan/MSE/MagicSetEditor2/src/data/field.cpp: In constructor ‘Field::Field()’: /home/johnathan/MSE/MagicSetEditor2/src/data/field.cpp:35:33: error: use of deleted function ‘LocalizedString::LocalizedString()’ 35 | , card_list_align (ALIGN_LEFT) | ^ In file included from /home/johnathan/MSE/MagicSetEditor2/src/data/field.hpp:16, from /home/johnathan/MSE/MagicSetEditor2/src/data/field.cpp:10:...
I recently encountered what appears to be a bug in the `inlineWrappedFunctions` transform. In the following code, `$author$project$Types$Calculation$Scorecard$compareVersions_fn` is undefined: ``` var $author$project$Utils$Order$compareWith_fn = function (f, compare_, a, b) {...