[01:40:21] *** Quits: koo7 (~kook@210.14.broadband15.iol.cz) (Ping timeout: 276 seconds) [10:01:11] *** Joins: koo7 (~kook@210.14.broadband15.iol.cz) [10:11:41] *** Joins: vin-ivar (~weechat@unaffiliated/vin-ivar) [10:11:53] *** Parts: vin-ivar (~weechat@unaffiliated/vin-ivar) () [10:21:48] *** Joins: vin-ivar (~weechat@unaffiliated/vin-ivar) [10:28:51] *** Joins: vin-ivar_ (~vinit-iva@unaffiliated/vin-ivar) [10:37:15] *** Quits: Gurkenglas (Gurkenglas@dslb-188-106-113-006.188.106.pools.vodafone-ip.de) (Ping timeout: 276 seconds) [10:42:09] *** Joins: Gurkenglas (Gurkenglas@dslb-188-106-113-006.188.106.pools.vodafone-ip.de) [10:51:54] *** Quits: Gurkenglas (Gurkenglas@dslb-188-106-113-006.188.106.pools.vodafone-ip.de) (Ping timeout: 246 seconds) [11:49:47] *** Joins: Flammie (~flammie@195.37.234.79) [12:12:28] *** Quits: spectre (~fran@188.123.231.41) (Ping timeout: 252 seconds) [12:24:23] *** Joins: spectre (~fran@188.123.231.41) [13:23:27] *** Quits: spectre (~fran@188.123.231.41) (Ping timeout: 246 seconds) [13:35:58] *** Joins: spectre (~fran@188.123.231.41) [13:58:56] *** Quits: vin-ivar (~weechat@unaffiliated/vin-ivar) (Quit: WeeChat 1.4) [13:59:00] *** vin-ivar_ is now known as vin-ivar [14:27:09] *** Quits: spectre (~fran@188.123.231.41) (Ping timeout: 268 seconds) [14:31:20] is there any documentation on Coordination? [14:32:02] I kinda get how twoTable works but is the whole thing detailed anywhere? [14:54:10] *** Joins: spectre (~fran@188.123.231.41) [15:15:59] vin-ivar: I'm not sure, if the code is not commented, probably not [15:16:10] I doubt that the book has details about the code [15:17:10] you can ask here, I remember also staring at Coordination and wondering wtf are these PTypes and stuffs ^^ [15:25:50] *** Joins: Gurkenglas (Gurkenglas@dslb-188-106-113-006.188.106.pools.vodafone-ip.de) [15:29:14] haha [15:29:16] yeah [15:29:19] it's pretty confusing [15:29:39] anyway, figured out what the problem was, I had to make a lincat for ListNP in Conjunction, not Cat [15:29:48] cool [15:56:33] *** Quits: spectre (~fran@188.123.231.41) (Ping timeout: 240 seconds) [15:58:43] *** Quits: koo7 (~kook@210.14.broadband15.iol.cz) (Ping timeout: 248 seconds) [16:28:08] *** Joins: koo7 (~kook@210.14.broadband15.iol.cz) [17:12:00] *** Joins: Gurkenglas_ (Gurkenglas@dslb-188-106-113-006.188.106.pools.vodafone-ip.de) [17:15:34] *** Quits: Gurkenglas (Gurkenglas@dslb-188-106-113-006.188.106.pools.vodafone-ip.de) (Ping timeout: 264 seconds) [17:59:38] *** Joins: spectei (~fran@unaffiliated/spectie) [18:27:57] *** Quits: koo7 (~kook@210.14.broadband15.iol.cz) (Ping timeout: 248 seconds) [18:46:37] *** Joins: koo7 (~kook@210.14.broadband15.iol.cz) [19:42:42] *** Quits: Flammie (~flammie@195.37.234.79) (Ping timeout: 250 seconds) [20:02:21] what's the best way to "deubg" a no trees found thing? [20:02:22] I mean [20:02:34] it's obviously broken at some function that doesn't exist or something [20:03:06] but is there like a way to trace the building of an abstract syntax till gf says "nope can't build on this, abort" [20:03:25] i was converting my mini RG to the full RG format [20:03:39] and, well, everything *works*, but no trees :D [20:13:12] vin-ivar: what if you try to generate trees for other categories to see where the problem might be? [21:08:24] oh yeah [21:08:26] that would work [21:08:28] thanks, daherb