[00:12:02] *** Joins: myoriel1 (~Myoriel@2001:a60:131d:2801:9155:18b4:b492:21e7) [00:12:25] *** Quits: myoriel (~Myoriel@aftr-88-217-181-189.dynamic.mnet-online.de) (Ping timeout: 265 seconds) [00:16:32] *** Quits: myoriel1 (~Myoriel@2001:a60:131d:2801:9155:18b4:b492:21e7) (Ping timeout: 245 seconds) [00:21:33] *** Quits: mmehdig (~mmehdig@cust-95-80-47-120.csbnet.se) (Remote host closed the connection) [00:29:59] *** Joins: mmehdig (~mmehdig@cust-95-80-47-120.csbnet.se) [00:39:25] *** Quits: mmehdig (~mmehdig@cust-95-80-47-120.csbnet.se) () [00:39:47] *** Joins: mmehdig (~mmehdig@cust-95-80-47-120.csbnet.se) [03:35:54] *** Quits: mmehdig (~mmehdig@cust-95-80-47-120.csbnet.se) (Remote host closed the connection) [03:36:32] *** Joins: mmehdig (~mmehdig@cust-95-80-47-120.csbnet.se) [03:40:57] *** Quits: mmehdig (~mmehdig@cust-95-80-47-120.csbnet.se) (Ping timeout: 252 seconds) [04:13:19] *** Quits: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) (Quit: Computer has gone to sleep.) [05:14:08] *** Joins: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) [05:18:36] *** Quits: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) (Ping timeout: 265 seconds) [06:14:45] *** Joins: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) [06:19:47] *** Quits: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) (Ping timeout: 276 seconds) [07:36:42] *** Joins: mmehdig (~mmehdig@cust-95-80-47-120.csbnet.se) [07:41:07] *** Quits: mmehdig (~mmehdig@cust-95-80-47-120.csbnet.se) (Ping timeout: 245 seconds) [08:14:25] *** Joins: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) [08:18:43] *** Quits: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) (Ping timeout: 240 seconds) [09:19:18] *** Joins: jmvanel (~jmvanel@213.0.88.79.rev.sfr.net) [09:24:14] *** Joins: mmehdig (~mmehdig@cust-95-80-47-120.csbnet.se) [10:11:15] *** Joins: myoriel (~Myoriel@aftr-88-217-181-47.dynamic.mnet-online.de) [10:42:30] inariksit, I figured out a problem on my solution (probably that was the source of the error). Now, I think I'm on a right track. There will be lots of changes in RG. [11:11:25] I changed ResPes.gf, VerbPes.gf, and ParadigmsPes.gf. [11:43:23] yay ^^ [12:15:10] *** Joins: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) [12:22:12] inariksit, again another error :( [12:22:25] gf: Internal error in GeneratePMCFG: [12:22:25] evalTerm (table Str { [12:22:25] _ => table [12:22:27] VerbForm1 [12:22:29] [str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; [12:22:31] str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; [12:22:33] str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; [12:22:35] str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; [12:22:37] str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; [12:22:39] str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; [12:22:41] str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; [12:22:43] str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; [12:22:45] str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; [12:22:47] str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; [12:22:49] str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; [12:22:51] str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; str_0; [12:22:53] str_0] [12:22:55] }) [12:22:57] oh sorry for long copy/paste! [12:23:34] well I know why I have this long "VerbForm1 [ str_0 ... ]" thing [12:24:15] these are verb conjugations [12:24:34] I have changed the verb type. [12:25:05] it was { s : VerbForm1 => Str } [12:26:02] I changed it to { s : Str => (VerbForm1 => Str) ; n0 : Str } [12:26:25] what is wrong with it? [12:34:44] I guess I made an infinite number of conjugations ... [12:41:23] my Verbs are like this { s = \\pre => (\\vf => pre ++ v0 ! vf); n0 = "nonverbal part" } [12:46:22] v0 is a table with those all conjugations (as in current version), I only wrapped it with the "pre" thing [12:50:54] in the error message there are exact 109 "str_0"s (number of implemented variants of verb form) [13:24:02] *** Quits: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) (Quit: Computer has gone to sleep.) [13:55:52] I changed it all again :)) [14:18:49] *** Joins: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) [14:18:51] ok Now again I keep seeing the old error again: [14:19:01] gf: Internal error in GeneratePMCFG: descend (CStr 113,CNil,CProj (LIdent (Id {rawId2utf8 = "n0"})) CNil) [14:28:11] *** Quits: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) (Quit: Computer has gone to sleep.) [15:03:10] I think I have found source of error. it's in Ezafa oper. [15:24:41] *** Joins: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) [15:31:05] *** Quits: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) (Ping timeout: 252 seconds) [15:40:55] *** Joins: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) [18:05:03] *** Quits: jmvanel (~jmvanel@213.0.88.79.rev.sfr.net) (Quit: Quitte) [18:14:49] *** Joins: jmvanel (~jmvanel@213.0.88.79.rev.sfr.net) [18:38:50] *** Quits: spectie (~fran@unaffiliated/spectie) (Ping timeout: 276 seconds) [19:13:31] *** Joins: spectie (~fran@193.212.24.132) [19:13:31] *** Quits: spectie (~fran@193.212.24.132) (Changing host) [19:13:32] *** Joins: spectie (~fran@unaffiliated/spectie) [20:13:55] *** Quits: spectie (~fran@unaffiliated/spectie) (Ping timeout: 240 seconds) [20:14:22] *** Joins: spectie (~fran@193.212.24.132) [20:14:27] *** Quits: spectie (~fran@193.212.24.132) (Changing host) [20:14:27] *** Joins: spectie (~fran@unaffiliated/spectie) [20:20:24] *** Joins: spectre (~fran@193.212.24.132) [20:21:28] *** Quits: spectie (~fran@unaffiliated/spectie) (Ping timeout: 265 seconds) [20:51:57] *** Quits: spectre (~fran@193.212.24.132) (Ping timeout: 245 seconds) [21:32:55] *** Quits: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) (Quit: Computer has gone to sleep.) [21:33:31] *** Joins: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) [21:37:31] *** Quits: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) (Ping timeout: 240 seconds) [21:56:25] mmehdig yeah yoy can only have a finite type on the left hand side of a table [21:56:39] I did fix it [21:57:11] also you can only pattern match finite types in lins [21:57:31] great! [21:57:55] I'm on a train now and just browsed through the logs :p [21:58:23] :D [21:58:30] I will send the email this time [21:58:38] I have problem with Ezafa oper [21:59:05] yeah, it'll be more reliable :p tomorrow I'm going to iceland [22:03:15] I have tried all possible things. and I want to send my code to you and aarne to see the problem. [22:04:02] I don't need more reliability :)) I want results :P [22:04:16] just send the mail to whole gf-dev, there the solution can help someone else later on :) [22:07:31] oh ok :) [22:14:02] *** Joins: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) [22:16:59] *** Quits: myoriel (~Myoriel@aftr-88-217-181-47.dynamic.mnet-online.de) (Remote host closed the connection) [22:20:17] *** Quits: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) (Ping timeout: 245 seconds) [22:25:27] *** Joins: myoriel (~Myoriel@aftr-88-217-181-47.dynamic.mnet-online.de) [23:01:56] *** Quits: myoriel (~Myoriel@aftr-88-217-181-47.dynamic.mnet-online.de) (Ping timeout: 265 seconds) [23:05:16] *** Joins: spectie (~fran@unaffiliated/spectie) [23:10:56] *** Joins: myoriel (~Myoriel@aftr-88-217-181-47.dynamic.mnet-online.de) [23:14:37] *** Joins: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) [23:17:24] *** Quits: spectie (~fran@unaffiliated/spectie) (Ping timeout: 265 seconds) [23:18:38] *** Quits: Deseaus (~Deseaus@ttt9911.olf.sgsnet.se) (Ping timeout: 240 seconds) [23:20:56] *** Quits: myoriel (~Myoriel@aftr-88-217-181-47.dynamic.mnet-online.de) (Ping timeout: 276 seconds) [23:31:56] *** Quits: jmvanel (~jmvanel@213.0.88.79.rev.sfr.net) (Quit: Quitte) [23:54:50] *** Joins: spectie (~fran@62.92.112.6)