Closed desmonddak closed 8 months ago
This PR updates parallel prefix documentation and links to classes that were not possible on first check-in.
During CI: discovered problem with google-fonts where the BKM is to lock it to a recent but not latest version: https://stackoverflow.com/questions/78090711/error-type-fontfeature-not-found-flutter-google-fonts-package-error
During CI: discovered a problem with flutter code shadowing arguments of a parent class triggering an error entitled use_super_parameters: https://dart.dev/tools/linter-rules/use_super_parameters
None
I've tested the documentation links in my fork. I've also added a linear adder test for narrow adders to complement the random test.
Is this a breaking change that will not be backwards-compatible? If yes, how so?
No
Does the change require any updates to documentation? If so, where? Are they included?
Changes are to the documentation, so they are included.
Description & Motivation
This PR updates parallel prefix documentation and links to classes that were not possible on first check-in.
During CI: discovered problem with google-fonts where the BKM is to lock it to a recent but not latest version: https://stackoverflow.com/questions/78090711/error-type-fontfeature-not-found-flutter-google-fonts-package-error
During CI: discovered a problem with flutter code shadowing arguments of a parent class triggering an error entitled use_super_parameters: https://dart.dev/tools/linter-rules/use_super_parameters
Related Issue(s)
None
Testing
I've tested the documentation links in my fork. I've also added a linear adder test for narrow adders to complement the random test.
Backwards-compatibility
No
Documentation
Changes are to the documentation, so they are included.