I was going to wait until the project was working before posting this devlog. That is not the case.
After a while of adding the lookup part of the parse function and refactoring a few things I encountered an error: the lifetime of a variable ended while it was being created. this took about three hours to solve :sob and in the end it was just me ending the value assignment with .split(), which modifies the variable in place and thus trips the compiler into thinking data was lost (I think).
And that wasn’t the end, I later wanted to commit my changes to GitHub and then realised that I haven’t moved from the master branch, which I forgot to remove from being the default on my system before starting this project. I have almost lost 90% of my progress trying to move everything but I got it sorted and now the default branch on my system and remote are both ‘main’ sighs now I have to figure out why my command are going out in the wrong format. wish me well.
have a nice 365 days,
with love,
–Koy💜
P.s. for the shipwrights, I’m sorry that I can never find anything to add as the attachment. I hope this doesn’t create a problem. (I know I’m not making it any better by adding this as the attachment but still my code doesn’t even work rn 😭😭)
Log in to leave a comment