Dear XCode I'm not even mad that
2024-10-04 21:05:03.221199+02 by Dan Lyke 2 comments
Dear XCode: I'm not even mad that somehow you let a ^S file into my source code.
It's that you didn't freakin' show me that it was there somehow...
2024-10-04 21:05:03.221199+02 by Dan Lyke 2 comments
Dear XCode: I'm not even mad that somehow you let a ^S file into my source code.
It's that you didn't freakin' show me that it was there somehow...
[ related topics: Open Source ]
comments in ascending chronological order (reverse):
#Comment Re: Dear XCode I'm not even mad that made: 2024-10-04 22:43:27.575438+02 by: markd
At least swift gives a "illegal character somewhere". objc-mode it results in some bizarre error (that I've now seen often enough to know what's going on)
#Comment Re: Dear XCode I'm not even mad that made: 2024-10-08 21:53:53.597758+02 by: Dan Lyke
clang started whining about character code 19 (might have even said something like \u0019, which I had to go figure out if that was a hex code or decimal), and it's been so long since I've used XON/XOFF (which I guess the kids these days are calling DC1 and DC3) that I had to go look it up.
To then see that XCode wasn't showing it to me. Grrr.