You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that this also happens with the example script compile.rs:
simon@Simons-iMac ~/others-repos/otf-fea-rs *$ echo 'feature liga { sub f i by f
_i; } liga;' > foo.fea
simon@Simons-iMac ~/others-repos/otf-fea-rs *$ ./target/debug/compile foo.fea IBMPlexSans-Regular.ttf
parsing...
parsed successfully!
compiling...
feature liga:
compiled successfully!
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: TagNotInFeatureList("LangSys.features", FeatureTag("liga"))', src/bin/compile.rs:89:47
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Oh, I think I get this now. I've been unlucky because I have tried examples which have ligature substitutions and single substitutions, neither of which this currently supports. So this is just incompleteness rather than incorrectness.
I'm getting this with any input:
Here's the client code:
The text was updated successfully, but these errors were encountered: