[00:06:40] --- kaj has left [00:06:47] --- kaj has become available [01:00:55] --- reuteras has left [01:09:13] --- Simon Wilkinson has become available [01:11:14] It's also not a case of just getting an AFS ticket. You then also have to call the correct picotls to install that ticket into the kernel module. All of this is complicated and subject to change at present. For example, pretty much everything changes with rxgk or rxk5. [01:51:19] --- kaj has left [01:51:28] --- kaj has become available [03:53:49] --- jaltman has left: Replaced by new connection [03:53:50] --- jaltman has become available [04:29:35] --- abo has left [05:03:33] --- abo has become available [05:15:29] --- jaltman has left: Disconnected [06:55:18] --- deason has become available [08:08:06] --- JSund has become available [09:11:05] --- kaj has left [10:09:22] --- jaltman has become available [10:40:13] --- Russ has become available [11:05:59] --- kaj has become available [11:11:40] --- Jeffrey Altman has become available [11:17:41] --- kaj has left [11:17:42] --- kaj has become available [11:27:52] --- jaltman has left: Disconnected [11:34:10] --- jaltman has become available [12:32:05] --- kaj has left [13:15:57] --- Jeffrey Altman has left [13:22:54] --- mmeffie has left [15:26:13] --- jaltman has left: Replaced by new connection [15:26:14] --- jaltman has become available [15:29:12] --- deason has left [16:28:32] --- matt has become available [16:46:13] --- matt has left [18:06:15] Russ: I implemented an is_wstring function in the C TAP Harness and initially put the function inside basic.c/h. When I tried moving the function to a separate file according to your recommendations in the documentation I had some problems with the _failed variable and the print_desc function being static declared. Is there some way to modify the failed count and use the print_desc function from another file without editing basic.c? [18:27:26] Yeah, basically inside your fuction call ok() rather than printing the test result yourself. [18:27:44] In other words, let the basic.c/h functions handle the accounting for you, and call into them once you know the result of your test. [18:28:01] right [18:29:04] I wrote a bunch of additional documentation for how to write test cases; sorry I've been lame about getting that into the tree. I just need to find some time to finish submitting it. [18:31:30] Is it possible to send the format string and va_args through to ok some way? If not, an va_args version of ok would be a nice addition. [18:31:48] Oh, hurm, I forgot about that. That's a good point. [18:31:53] One sec. [18:32:26] --- JSund_ has become available [18:32:26] --- JSund_ is now known as JSund__ [18:32:26] --- JSund__ is now known as JSund_ [18:32:28] --- JSund_ is now known as JSund___ [18:32:28] --- JSund___ is now known as JSund__ [18:32:28] --- JSund__ is now known as JSund_ [18:32:28] --- JSund_ is now known as JSund___ [18:32:28] --- JSund___ is now known as JSund____ [18:32:28] --- JSund____ is now known as JSund__ [18:32:28] --- JSund__ is now known as JSund_ [18:32:28] --- JSund_ is now known as JSund___ [18:32:28] --- JSund___ is now known as JSund_ [18:32:28] --- JSund_ is now known as JSund____ [18:32:28] --- JSund____ is now known as JSund__ [18:32:28] --- JSund__ is now known as JSund___ [18:32:28] --- JSund___ is now known as JSund_____ [18:32:28] --- JSund_____ is now known as JSund______ [18:32:29] --- JSund______ is now known as JSund___ [18:32:29] --- JSund___ is now known as JSund__ [18:32:29] --- JSund__ is now known as JSund____ [18:32:29] --- JSund____ is now known as JSund_ [18:32:29] --- JSund_ is now known as JSund_____ [18:32:29] --- JSund_____ is now known as JSund______ [18:32:40] er, sorry about that :( [18:32:50] --- JSund has left [18:32:55] --- JSund______ is now known as JSund [18:32:55] --- JSund is now known as JSund__ [18:32:55] --- JSund__ is now known as JSund___ [18:32:55] --- JSund___ is now known as JSund_ [18:32:55] --- JSund_ is now known as JSund [18:32:55] --- JSund is now known as JSund____ [18:32:55] --- JSund____ is now known as JSund_____ [18:32:55] --- JSund_____ is now known as JSund______ [18:33:11] --- JSund______ is now known as J_Sund [18:33:12] --- J_Sund is now known as JSund_____ [18:33:12] --- JSund_____ is now known as JSund___ [18:33:12] --- JSund___ is now known as JSund__ [18:33:12] --- JSund__ is now known as JSund____ [18:33:12] --- JSund____ is now known as JSund [18:33:12] --- JSund is now known as JSund_ [18:33:12] --- JSund_ is now known as J_Sund [18:33:12] --- J_Sund is now known as JSund______ [18:33:17] --- JSund______ has left [18:33:17] --- JSund_ has become available [18:33:17] --- JSund_ is now known as J_Sund [18:33:17] --- J_Sund is now known as JSund___ [18:33:17] --- JSund___ is now known as JSund__ [18:33:17] --- JSund__ is now known as JSund____ [18:33:17] --- JSund____ is now known as JSund [18:33:17] --- JSund is now known as JSund_____ [18:33:27] --- JSund has become available [18:33:57] sorry about that, tried moving over to an xmpp plugin for irssi to have persistent sessions instead of having to read the web logs [18:35:00] apparently it does crazy stuff if the nickname collides [18:35:08] --- JSund_____ has left: leaving [18:35:51] --- J_Sund has become available [18:36:19] that seems to work better [18:36:26] --- JSund has left [18:36:34] --- abo has left [18:36:40] There will be an okv() function that you can call that takes a va_list instead of the ... [18:36:45] I'll get it into Gerrit in a moment. [18:37:01] --- abo has become available [18:41:03] on another matter, I noticed that the #endif at the end of basic.h refers to LIBTEST_H in the comment instead of TAP_BASIC_H [18:41:18] Oh, thanks! I'll fix that. [18:41:18] endifs are free [18:42:17] In Gerrit as 2098 (for okv). [18:43:34] I wish git am would recognize the results of git show. [18:46:56] Now it seems to work as intended. Thanks! [18:47:42] Let's see if the change id recognition thing works (forgot to include stdarg.h). [18:48:16] Yup, worked like a charm. [18:54:43] --- Russ has left: Disconnected [19:13:53] --- J_Sund is now known as JSund [19:13:53] --- JSund is now known as J_Sund [19:13:53] --- J_Sund is now known as JSund [19:15:17] --- JSund is now known as J_Sund [19:15:17] --- J_Sund is now known as JSund [19:15:53] --- JSund is now known as J_Sund [19:17:32] --- J_Sund is now known as JSund [19:17:42] --- JSund is now known as J_Sund [19:17:42] --- J_Sund is now known as JSund [19:17:42] --- JSund is now known as J_Sund [19:20:53] --- J_Sund is now known as JSund [19:20:53] --- JSund is now known as J_Sund [19:21:04] --- J_Sund has left: leaving [19:23:58] --- JSund has become available [19:44:11] --- Russ has become available [20:34:06] --- kaj has become available [21:10:36] --- kaj has left [21:10:41] --- kaj@kth.se has become available [21:14:32] --- Jeffrey Altman has become available [21:23:42] --- jaltman has left: Disconnected [21:23:52] --- jaltman has become available [22:15:28] --- reuteras has become available [23:04:55] --- kaj@kth.se has left [23:14:51] --- jaltman has left: Replaced by new connection [23:14:52] --- jaltman has become available [23:17:06] --- jaltman has left: Disconnected [23:34:25] --- jaltman has become available [23:54:57] --- kaj has become available