[02:03:31] --- Born Fool has become available [02:23:56] --- Born Fool has left [04:53:33] --- Jeffrey Altman has left: Replaced by new connection [04:53:34] --- Jeffrey Altman has become available [04:53:42] --- jaltman has left: Replaced by new connection [04:53:43] --- jaltman has become available [07:41:40] --- kaj has left [08:24:17] if you're developing on a mac, http://gitbox.pierlis.com/ [09:15:13] --- Russ has become available [11:55:09] --- matt has become available [13:49:41] --- Russ has left: Replaced by new connection [13:49:42] --- Russ has become available [14:09:31] --- jaltman has left: Disconnected [14:09:54] --- jaltman has become available [14:29:19] --- matt has left [14:31:17] --- matt has become available [15:15:15] --- sxw has become available [15:22:47] --- sxw has left [15:27:52] --- rra has become available [15:40:54] --- jaltman has left: Replaced by new connection [15:40:55] --- jaltman has become available [15:55:49] Gerrit 2128 should fix the %p issue in stable. [16:27:03] --- matt has left [16:38:53] our policy with regards to whitespace errors has been to fix them on lines that have changed but not elsewhere [16:39:42] Okay, I can do that. [17:12:21] --- sur5r has become available [17:13:34] hi! does this http://p.nnev.de/1425 look familiar to anyone? it's a single client that crashes the fileserver. most probably windows, version yet unknown [17:18:01] Debian? [17:18:04] 1.4.12.1? [17:18:06] yes [17:18:27] Fixed by http://gerrit.openafs.org/#change,2128 [17:22:14] thanks jeffrey, i'm going to apply it [17:41:46] --- abo has left: Lost connection [17:41:46] --- mho has left: Lost connection [17:57:07] 546 less clang warnings ... [18:12:54] --- sxw has become available [18:51:16] --- matt has become available [19:22:11] does clang process gcc-style inline assembly? [19:22:41] I expect so ... it can build a fbsd kernel. [19:23:00] (and I don't think that was one of the modifications needed.) [19:23:02] that's helpful [19:28:26] --- mdionne has become available [19:32:02] --- sur5r has left [19:36:23] speaking of warnings, a test build with gcc 4.6 gives me 3251 new warnings. the good news is that only about 400 of those are in openafs code - the rest are from kernel headers [19:36:31] Heh. [19:39:07] --- deason has become available [19:40:04] gcc's release notes only mention new warnings about widening pointer casts? [19:41:33] the main culprit is the new "unused but set variable" [19:43:32] oh, yeah [19:47:28] --- mdionne has left [22:10:56] --- deason has left [23:08:47] --- Born Fool has become available [23:20:59] --- Born Fool has left [23:31:35] Setting variables which then don't get used are a fair chunk of what the clang static analyser is getting upset about, too,