-
Notifications
You must be signed in to change notification settings - Fork 40
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
Fix nil
Assignment to frag
causing errors in subsequent logic execution.
#81
base: master
Are you sure you want to change the base?
Conversation
Thank you for your contribution @NGPONG 🤗 Do you in what case |
Hey @weeman1337 , thanks for the reply! I'm sorry I can't give you an answer right now, as you can see this commit is six months old! But I'm pretty sure it does happen, because I haven't had this error here since the last commit of this branch. Anyway, I'll switch back to the original branch and continue using it for a while to try to reproduce the problem. Regards! |
@weeman1337 Here is a video that reproduces the problem. The erros is triggered when 2024-06-09.175811.mp4 |
In order to fix some other issues 9222cc1, I have submitted some changes related to this PR. I apologize for that. I will revert it out when finalizing the confirmation. |
Okay, so this PR does now more than only fix the |
This is a simple modification. The variable
frag
is occasionally set to nil, which disrupts the execution of subsequent logic, such ascurrent_arg .. frag
. When this issue occurs, a vexing error window appears. I earnestly hope this can be rectified. While this may not be the most optimal solution, there might be more effective alternatives. Regardless, I am more than willing to collaborate fully to support your efforts in resolving this matter.closes #73