Open Issues Need Help
View All on GitHubAI Summary: This enhancement requests the integration of symbolic links into an existing Thunderstore publishing script. The aim is likely to improve the script's functionality, possibly by allowing it to reference files or directories without direct copying. A reference to the current script implementation is provided for context.
A much better Webfishing (patch) mod template
A much better Webfishing (patch) mod template
AI Summary: The issue is that the GDWeave mod is incorrectly identifying the keyword "pass" in a GDScript file as an undeclared identifier, causing a parse error. The task is to debug and fix this within the context of the provided "Better Webfishing Mod Template", likely requiring an update to the token recognition or parsing logic within the template's `TokenBuilders`, `PatternFactories`, or `SnippetBuilders` to correctly handle the "pass" keyword.
A much better Webfishing (patch) mod template
AI Summary: The task is to fix a bug in the Better Webfishing Mod Template where single-quoted strings are not parsed correctly by the `ScriptTokenizer`. This involves modifying the `ScriptTokenizer.cs` file at line 449 to handle single quotes in addition to double quotes within string literals.
A much better Webfishing (patch) mod template