Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting unused labels is not always valid #1

Open
rpitasky opened this issue Oct 29, 2024 · 1 comment
Open

Deleting unused labels is not always valid #1

rpitasky opened this issue Oct 29, 2024 · 1 comment
Labels
bug Something isn't working easy-fix Easy to resolve

Comments

@rpitasky
Copy link
Member

Consider

If A
Lbl B
Disp "C

If Lbl B is blindly deleted, then the program will look like this:

If A
Disp "C

In this program, Disp "C will not run if A is false. Currently, tibo is very happy to delete Lbl B.

@rpitasky rpitasky added bug Something isn't working easy-fix Easy to resolve labels Oct 29, 2024
@anujkumardarji

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working easy-fix Easy to resolve
Projects
None yet
Development

No branches or pull requests

2 participants