-
Notifications
You must be signed in to change notification settings - Fork 3
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
Question: Issues that aren’t really major issues but are still issues #14
Comments
We worked in a family member health issue for the last 48 hours. We hope to address questions posed in issue #13 tomorrow, assuming you need us to answer them by tomorrow (else update them accordingly). |
Thanks for the laugh! |
Best wishes! I have a kind of busy day today but I am hoping to look at the issue more soon. I have one thought that might help but even so some of the comments if nothing else need replies (for discussion). Thanks and no worries on my behalf! Health comes first always. |
I have a great idea for the Makefiles: a new control variable for the test suites. I did it already in jparse but haven't committed yet: I have to take care of other things first. Anyway I will also do it here and the dbg and dyn_array repos: it's make VERBOSITY=1 test so one can more easily run the tests (and bug report for that matter if I added such an option which might not be the case as we always want it very verbose) with the Makefile and so not having to figure out the right command line to do so. I have changes in jparse that can't be committed yet but when back at the laptop I will commit the things that can and then sync over. Usually one will not want to change the value of the variable but during testing it might be good. What's more is that many times verbosity would have been useful for the test workflow so we can now do that too. I have to go through photos from the past couple days, today, and I am planning on making courgette (or if you prefer zucchini) bread but otherwise until sometime early afternoon I hope to work on the repos. |
FYI: it is quite likely that tomorrow I won't be able to spend as much time working on these things. I've not been able to get some other things done that need to be taken care of. They could wait but I don't want to get too behind. It might be I still get some done but I'm not sure how much. We shall see. Anyway I'm done for the day here and at the other repos too. Hope the medical situations are going okay or will be soon! |
My mum is in hospital right now .. just emergency at this point. Hypertension and vertigo. She was coherent. They've taken a blood draw (no results yet) and they have her on IV for hydration. But this has taken extra time away. I did make a few fixes in jstrdecode (minor) and I was going to sync to mkiocccentry repo along with other repos that might not be synced but the above happened and so I'm unable to do that now. I have to go take care of other things. If I don't get to this today I'll do it tomorrow. Left some comments in the thread about decoding bugs but that's possibly all I will do today. Sorry for the delays! |
Sad "turn of events", as the expression goes. Please take care of yourself and help her as needed. Please present my "best compliments", as the 18th century expression went, to your mom. |
She says thank you! She's doing a lot better. Sometimes she has a problem with dehydration. This has happened before but it didn't dawn on me until she was already there. And that's what they determined too. |
QUESTION - is this correct behaviour of jstrencode ?Is this correct? $ jstrencode -Qe '\"foo"'
\\\"foo |
No, it is not correct. The trailing double quote should NOT have been removed! |
So I thought. I can look at it tomorrow unless you want to take care of it. |
This issue has been fixed in PR #18 The form that PR has been applied to the mkiocccentry repo via commit 4d60badafca319f126e31b72165c473348b51055 |
Thank you! Well done! |
I knew you would be amused as I know you can also read upside down and sideways and diagonally and mirrored and all the combinations. I was looking for a picture of a hoarding (or if you prefer billboard) that could be easily doctored for another meme I wanted to make (based on a joke that popped into my head last night or so) and then I saw this. It does remind me of a computer shop that used to be here. The owner deliberately put the sign upside down to draw attention (it worked of course but then most people probably couldn't read it easily or at all). But it made me laugh. I don't know if this one is deliberate or not but something tells me that it was a mistake. |
As for the decoding bug I really don't know what to do about it. I have been pondering trying to use the decoder you linked to before. It would have to be modified a bit and I agree with your idea about putting it into its own file. It is a real shame but if it works maybe it would be good to do at least for now. But it might be good to do some research and study and experimenting with the problem to try and get it to work. Perhaps the next step we should take is to make a test directory with minimal code with the UTF-8 to decode hard coded so we can more easily test it. I think I will do that and hopefully tomorrow. But if you want to experiment with it please do so. But with that being said I need sleep. Good night! |
Oh one more thing. I believe that you were friends with Paul Erdős which is why I am sharing this with you. I know one of the judges was and pretty sure it was you. Anyway: And good night now. |
Erdös said that both "Joe" (his way referring to the Soviet Union Government - Joe as in "Joseph Stalin") and "Sam" (his was or referring to the US Government - Sam as in "Uncle Sam") were both interested in him. He was happy to talk about math and did so in the west .. but avoided the Soviet Union. |
Okay so was it an umlaut or what I copy pasted? As for Iosef (as I think his birth name spelling was) Stalin I won't even get started on. The other one I won't get into either but for different reasons. I am not in the least bit surprised he avoided the Soviet Union in discussion but it's interesting, all parts. Thanks for the story! I hope to start looking at the decoding issue soon but I have other things I have to do today too. In the meantime I do have to go for now. |
Erdös is an Hungarian name, and he spelled it with a ö. We knew Erdös well, and we did some mathematics together. There is even a Erdös-Noll conjecture. |
I knew the former (though not well) but I have seen both with an umlaut and the other diacritic (which I am not sure what it even is). So it's the umlaut. Thanks.
The last part sounds lovely! I guess you wrote about it together? |
On bats: -- The first known use of bats was on the Cal State University networks -- I read that quite a while back (maybe years ago but not sure). Anyway do you refer to talkd ? I guess that's what you mean. I used to really enjoy that one. A relic of the past as they say. |
Yes. |
Thanks. Why do you do it like BTW I found some typos, one of which you might want to fix and the other maybe too :-) First: The second one is in the poem the word 'i' is not capitalised. |
BTW: HAPPY BIRTHDAY TO YOU, and .. HAPPY BIRTHDAY TO YOU, and ... HAPPY HOBBIT DAY TO YOU! I'm not sure what I'll do today but I think I might take a break and just read something .. not sure if that's LR or The Hobbit itself but I might very well do that .. along with other things of course. |
The reference to an apple being in every Apple computer is part of a hilarious episode of The IT Crowd. Well they all are but this is the first one I saw and so I went back and watched the earlier ones and all the ones after it too. They didn't say it was a hoax/scam but I added that because of Jobs' behaviour and treatment of others. |
FYI: with commit f29677f I added a fun file I would say 'Because!' but the real reason is some other projects have something like this AND because this is a JSON parser so it seems fun. In the process I discovered some typos in comments in the README.md file and some of the tools. I've not synced this to the other repo and I won't today ... going to try and work on some other things that I have not (well I did somewhat but I did not go as much as I could have). Maybe. I will also be getting food sometime soon too so I probably won't get much more done with that. Something else came up which has unfortunately messed up part of this day but that's another matter entirely. |
But we don't need a |
Indeed. But the new feature of a previous commit can help make it so that |
But that's the reason for Validating JSON stuff like The |
Yes. It was just a thought I was pondering. |
If
BTW: The letter Is there a function for |
As of earlier today there is. I think I have swapped it okay .. have to do a few tests first. |
Taking a Greenland 🇬🇱 nap before moving on to Canada 🇨🇦. |
I also added (not committed yet) a simplified interface for |
Don't get too green! |
The new option Given the time I'll have to look at the other things you found wrong another time, probably tomorrow and not today. |
Done .. and synced to mkiocccentry. Did not update the minimum version in the website tools as it shouldn't matter. I'll look at the other possible issues you discovered but not until tomorrow I'd guess. |
Hmmm .. based on you examples above and based on the fact that to be properly encoded a string has to be surrounded by double quotes I am not sure if the functionality is what you need. I have to go afk but I'll add a new comment or update this one if you've not seen it when I'm back. UPDATE 0Ah. The reason UPDATE 1Actually UPDATE 0 is definitely not what happened. See my comment 2480705661. |
Ugh. I know why the |
Something is very wrong ... it was not because of that after all. Somehow the functionality of each tool was put in the wrong file. I have no idea how this happened. I know you put in some of those options but whatever the case it can be fixed. Unfortunately it means that we have to figure out what went wrong first. |
Okay I'm totally baffled at what should be what. Has the meaning or use of the options been updated? Because Some of the functionality appears to be in the wrong tool. In commit 3e0c224 you improved the language for In commit bd996d3 you added to jstrencode the In commit e33ee15 I fixed jstrdecode PLEASE understand that I am NOT blaming you. I'm just trying to figure out what happened so we can get this sorted out. At first I thought maybe I made the mistake even, but it seems like I might not have. Not sure. I have no idea what needs to happen. Please advise or open a pull request when you're able to as I don't know what you want or need. I'm totally lost here. Thank you! |
Hi @xexyl, We have some brief WiFi access and will download the result and test after we process the outstanding PRs. Regarding GH-issuecomment-2480705661, "no worries". We apologize as for a while we had "view source code only" access and and to make guesses. We also realize we may have overcomplicated the tools with our requests while in the "view source code only" / "limited Internet" / "unstable power" state. We hope we can clarify soon. |
Regarding GH-issuecomment-2480705661: We believe the PR for this repo, plus the commits we have pending for the "other repos" should address most, if not all of the issues relating to quoting. |
I know it's late but no problem either. Thanks! |
Thanks! I hope so too indeed .. at least too as of yesterday one of the issues in the jstrencode issue is resolved though not all. Thanks. |
QUESTIONGiven the problem with what happened with What do you think? UPDATE 0The more I think on this .. the more I think this is a good idea as it could cause people to have issues like it did me. Even after removing the file if one does not do a If one REALLY needs to or what's to modify the command line they can do it manually like with other variables. Now it is true that most people would not have such a file but it's better to be safe than to cause a potential problem. |
The This should prevent messes like what happened with mkiocccentry. UPDATE 0Okay seems those other repos do indeed have the functionality. If you wish me to remove them I'll look at that tomorrow morning. Have a great day and good luck with the submit server etc.! |
See GH-issuecomment-2486345495 and please do not remove it from the "other repo". |
As I wrote there: the problem is for the general public. Your idea is interesting though. I asked for questions on what you're getting at. I'm certainly happy to add it back but I think the But perhaps you're thinking of something else? In which case it might be good. Of course one does indeed have to use it with care. That being said it could be put in place and totally forgotten. That's how this mess happened. Please clarify in what you might mean and I'll be happy to modify the changes. |
I did almost write something in the README.md instead about being careful so I can indeed see the usefulness at times. This was more of a safety mechanism for those who are not really aware or forget about it, simply because it is not even obvious that such a file might be included, unless one were to look at the Makefile itself. I guess you mean something else. And as for Makefile.local instead of makefile.local I know what you mean .. but you had suggested |
As far as the "other repo", i.e., mkiocccentry repo goes: The Please DO NOT issue pull requests against mkiocccentry repo as it is in a CODE FREEZE state for which only a significant IOCCC28 impacting urgency could thaw prior to the IOCCC28 release and later judges vacation. |
I have no intention of doing so. But that's good to know. I agree the change too. I only named it that because you had asked me to name it that. It does appear your concept you suggest is different from what I removed and that's good. Even so I can certainly add it back but with a caveat. Anyway must leave. Please clarify over there. |
TIME TO PAUSEWe urgently need to FOCUS on IOCCC28 matters and this will have to respectfully delay for months responding to comments about this repo. Unless we do that, IOCCC28 is not going to start this calendar year ... and we don't want to deal with the consequences of that! |
Oh it's no rush. Thanks for that though. Maybe looking at the other thread will give me ideas of what you're thinking of .. not today though. Best wishes! |
At least the problem was solved though. There certainly are a number of ways to address such a problem in the future and I'll look into your concept which does look different from what we had, at first glance. Good day! |
Because some issues are not a real major issue, which is an issue.
The text was updated successfully, but these errors were encountered: