-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
custom_params: register ReplacePrefix before ReplaceFeature
This way, ReplacePrefix will be applied before ReplaceFeature. This is important because, when these two params are used in combination and the replaced feature contains a reference to a lookup only contained in the prefix to be replaced, feaLib Parser will trigger an error if it cannot resolve the lookup reference. Thus it is important to replace the prefix before the feature body.
- Loading branch information
1 parent
44a30a0
commit 58b0fe4
Showing
1 changed file
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters