Rosso Porko

Results 5 issues of Rosso Porko

Hi! I'm the author [Custom Skills Menu](https://www.nexusmods.com/skyrimspecialedition/mods/62423) and I've recently gotten a crash report that indicates that something to do with my JContaienrs Lua script is causing this user to...

It's not really a major issue, but occasionally I'll try to load files from users from non-english speaking countries (especially Japan it seems) and they'll be using a format other...

Pre-processor statements (like the c++ style #ifdef) for code blocks would be useful. Would allow for something like: ``` #ifdef debug my_logging_functions_here() #endif ```

enhancement
lexer
parser
language-addition

When you are missing a source file when compiling, the compiler tells you the name of the missing class, not the name of the missing file. However, the class and...

enhancement
severity-error
compiler-message

For a script to compile with you calling function inside another script, you need to have the source file for that other script. However, you don't actually need the original,...

enhancement
analyzer