You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for all the bug reports, feature requests, and feature implementations! Because of the nature of vibe coding, I think it will be easier to just submit bug reports / feature requests rather than the full implementations. Here are some comments / questions about this PR:
Thanks for finding the viscous issue! Surprisingly few of the .avl files in the runs/ directory were using the CDCL section, so my tests didn't catch this. I've fixed it now, so it automatically turns viscous on when it encounters a CDCL section, similar to AVL. I'd prefer to not expose "Viscous" as an option to keep the interface simpler.
What does localStorage do here? What is the behavior you want that wasn't there?
I don't want to add a docs button to the title bar. I'd definitely consider adding one somewhere else, but I'd prefer it just display the standard avl_doc.txt. Let me know if you're interested in that.
For the afile name, I agree is should just show the tail. For mass file loading, does this change make it more similar to AVL's default behavior (which I'm trying to respect). Does AVL automatically, "apply" the mass file when you load a new one? If so, I'm happy to accept this.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request encompasses several feature improvements.