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
For the project I am working on I am tweaking the action template and requirements.txt and probably soon the setup.sh too (adding import and some internal classes/lib, logging). To track the changes in the template I am using Quilt so That I can apply all my patches.
The way quilt works is that is needs a folder named 'patches' in the folder where you do changes. it also create a folder named ,pc when you apply patches.
Unfortunately whenever either of theses two folder exists 'snips-template render' will fail with the following error >
[12:02:21.720383] INFO :snips_actions_templates_engine_lib: parsed 1 snippets
thread 'main' panicked at 'not yet implemented', snips-template/snips-actions-templates-engine-lib/src/lib.rs:93:17
note: Run with RUST_BACKTRACE=1 for a backtrace
Failure happens during the renderin of the last snippet making it unusable (no action- python file and no requirements.txt so venv generation fail
The text was updated successfully, but these errors were encountered:
For the project I am working on I am tweaking the action template and requirements.txt and probably soon the setup.sh too (adding import and some internal classes/lib, logging). To track the changes in the template I am using Quilt so That I can apply all my patches.
The way quilt works is that is needs a folder named 'patches' in the folder where you do changes. it also create a folder named ,pc when you apply patches.
Unfortunately whenever either of theses two folder exists 'snips-template render' will fail with the following error >
[12:02:21.720383] INFO :snips_actions_templates_engine_lib: parsed 1 snippets
thread 'main' panicked at 'not yet implemented', snips-template/snips-actions-templates-engine-lib/src/lib.rs:93:17
note: Run with
RUST_BACKTRACE=1
for a backtraceFailure happens during the renderin of the last snippet making it unusable (no action- python file and no requirements.txt so venv generation fail
The text was updated successfully, but these errors were encountered: