05:24:31 Good morning, everyone. Greetings from Germany. 07:37:33 g'morning 08:56:09 hm, code.illumos.org appears to be stuck 13:27:17 hello 14:21:48 tsoome_: I think I was able to get it moving again. 14:50:07 Sorry I noticed an issue with it and had to disable it for a momemnt. 16:00:29 tsoome_: Sorry about that, hopefully it's running again now 16:01:16 my dashboard is missing some of my changes 16:02:38 all of the changes that appear are numbered 34xx; older changes aren't showing up in the list at https://code.illumos.org/dashboard/self 16:03:03 for instance I'd expect to see https://code.illumos.org/c/illumos-gate/+/3205 16:03:04 code review '3205' not found... 16:04:45 hmm 16:05:14 and several others of similar vintage (https://code.illumos.org/c/illumos-gate/+/2904, https://code.illumos.org/c/illumos-gate/+/2903, https://code.illumos.org/c/illumos-gate/+/2902) 16:05:15 code review '2904' not found... 16:05:15 code review '2903' not found... 16:05:15 code review '2902' not found... 16:05:22 all three of those links work for me. 16:05:33 I have just asked it to flush all the caches 16:05:37 we'll see what happens! 16:06:35 Thanks for taking a look! 16:15:36 code.illumos.org appears to be shut down again? (getting "502 bad gateway") 16:23:35 Yes I took it down again 16:28:28 sommerfeld: I think it might be better now? 16:29:19 yes, the list of changes looks complete now 16:29:36 let's see if fenix agrees: https://code.illumos.org/c/illumos-gate/+/2902 16:29:36 → CODE REVIEW 2902: 15691 uselocale(NULL) is too slow (NEW) | https://www.illumos.org/issues/15691 16:29:58 thank you! 16:31:16 You're welcome! 16:31:22 We apologise for the inconvenience 18:06:54 thanks!:) 20:03:18 tsoome: did you native yacc land? 20:03:38 not yet, no. 20:03:38 I swear, this chiclet keyboard is conspiring to make me look even stupider than normal 20:04:05 tsoome: got a URL I can pull to play with it? 20:04:20 I'm playing games with native stuff 20:04:28 just a moment... 20:05:31 if you have any other "native thingy" PRs, those too :) 20:06:03 https://github.com/tsoome/illumos-gate/tree/16319 20:07:35 I do not have others, just yacc because attempting to update yacc gets you very quickly into flag days nigthmare 20:10:31 yes, it does 20:10:51 and it obviously needs done, I just didn't know if you had done others in that general mess 20:10:57 (lex and rpcgen also suck and need fixing/doing) 20:11:24 if I ever work out why rpcgen _only_ works with K&R cpp 20:12:53 um, yes.... I actually do have some lex/rpcgen bits but I havent checked those some time and I just wanted to get some more immediate ones done first... 20:31:38 tsoome: well, fun thing. apparently rpcgen requires K&R cpp... and possibly depends on that? 20:32:04 from memory, though short-term memory, how and if `%#ifdef __STDC__` expands