Script Pre-Compiler didn't work with a txt file.
See original GitHub issueIssue Description
Hi,
In the wiki documentation [here[(https://botium.atlassian.net/wiki/spaces/BOTIUM/pages/218726414/Composing+in+not+standard+files+with+precompiler), it says that the scripting pre-compilers can work with any type of files and JSON file is just an example. However, I couldn’t make it to work with the txt convo files
.
Looking at the code underneath, it looks like it is designed to only work with the JSON files. Am I missing something?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
"#include" a text file in a C program as a char[] - Stack Overflow
3. Nice idea but it won't work, either you have an error because the literal includes a new-line or the #include part will...
Read more >fs_preprocessor [Phoenix Firestorm Project - Wiki]
The Firestorm LSL Preprocessor is a tool to help you circumvent a lot ... debugging functions in the script to see if all...
Read more >PreProcessor Commands - Bohemia Interactive Community Wiki
Copies the code from a target file and pastes it where #include directive is. #include "file.hpp" #include <file.txt> // Brackets are equivalent ...
Read more >1.1. Compiling and Executing Programs
As we go through all the compilation steps required to build a program, anything that appears in a non-header file will be processed...
Read more >Make version catalogs accessible from precompiled script ...
gradle.accessors.dm.LibrariesForLibs>() work around doesn't work for the plugin block because there is no project accessible.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Its fixed. Will be available with the next release.
Your convo name has to end with ‘.convo.txt’. Otherwise it wont be processed.
I updated a documentation too.
Fixed with latest release