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
Rename parsed_help_a into JUST_HELP_DATA or similar
Don't parse JUST_HELP_DATA more than once. Currently it's parsed every call to justify and again for print_help. This is overkill. Every call in .just is necessary, unfortunately. It's too complicated to know when "just" has changed
Write a checkify to check if a target exists, assuming JUST_HELP_DATA is set.
The text was updated successfully, but these errors were encountered:
From #88, a
checkify
function would still be niceparsed_help_a
intoJUST_HELP_DATA
or similarJUST_HELP_DATA
more than once. Currently it's parsed every call tojustify
and again forprint_help
. This is overkill. Every call in.just
is necessary, unfortunately. It's too complicated to know when "just
" has changedcheckify
to check if a target exists, assumingJUST_HELP_DATA
is set.The text was updated successfully, but these errors were encountered: