-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On contributing to Overcast #34
Comments
Hey @garnold, instead of messing with I should spell this out better in the README, and it's definitely worth renaming |
@andrewchilds Ah gotcha. That will definitely work for testing scripts, but recipes will use |
Running |
Hey @andrewchilds, I having a bit of trouble finding the right developer setup for contributing to Overcast. Here's how I started:
/path/to/overcast/bin
to myPATH
With this setup, I'm getting an error when running
overcast run
: #30If skip updating my path, and run Overcast using
/path/to/overcast/bin/overcast
, it does pickup my local changes to the Overcast framework, however I have to include the path to my scripts, ie../bin/overcast run all scripts/my_script
. Also, recipes do not pickup my local changes since they use theovercast
from my classpath.Finally, when creating recipes, in order for Overcast to find the scripts used by the recipe, I need to include the path to the script in the recipe, otherwise the script is not found. Here's an example: https://github.com/andrewchilds/overcast/pull/31/files#diff-b481cea93210e4348dcd2edf85e892ecR19
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: