-
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Describe the bug
When using the minify tool on ViperIDE to save disk space, the tool renders the f in front of an f-string as an extra character, thus converting the f-string into a normal string.
To Reproduce
Steps to reproduce the behavior:
- Go to viper-ide.org.
- Type in some f-strings.
- Enter the tools tab, then hit 'Minify'.
- You will notice that the the f in front of the string is gone.
Expected behavior
The minify tool was expected to keep the f-strings, yet it converted them to normal strings, making patching hard, especially if you have a LOT of strings that need placeholders.
Metadata
Metadata
Assignees
Labels
No labels

