tonybaloney / Pyjion

Pyjion - A JIT for Python based upon CoreCLR

Home Page:https://www.trypyjion.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider making it work with any number of paths. For now:

todo opened this issue · comments

commented

# TODO: Consider making it work with any number of paths. For now:
if [ ! -z "${3:-}" ]; then
say_err "combine_paths: Function takes two parameters."
return 1
fi


This issue was generated by todo based on a TODO comment in 6c7ebdb when #441 was merged. cc @tonybaloney.