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
Slick provides a short Python script in util/opt/ called verify.py which takes an input file and ensures that its entire contents are strictly ASCII-compliant.
While this is often useful in a vacuum (many Aquefir projects ensure source is ASCII-only for simplicity and tooling), it would be very conducive if projects were one step away from comprehensively checking their sources for this fact, so that it becomes a quick and iterative process to fix.
The text was updated successfully, but these errors were encountered:
Slick provides a short Python script in
util/opt/
calledverify.py
which takes an input file and ensures that its entire contents are strictly ASCII-compliant.While this is often useful in a vacuum (many Aquefir projects ensure source is ASCII-only for simplicity and tooling), it would be very conducive if projects were one step away from comprehensively checking their sources for this fact, so that it becomes a quick and iterative process to fix.
The text was updated successfully, but these errors were encountered: