Re: [Gnoga-list] building v1.4 in windows

2018-07-11 Thread Pascal via Gnoga-list
> Le 11 juil. 2018 à 04:25, Jeremiah Breeden a > écrit : > > As a note, while testing 1.3 today, I found a similar issue to the "random > build directory" that is not present in 1.4. If I use the command "make all" > with version 1.3, it generates a random directory named "home" and all the

Re: [Gnoga-list] inability to stop server under some situations

2018-07-11 Thread Jeremiah Breeden
I went ahead and made a ticket for this. Locally I made a bandaid fix: Connection_Manager.First (ID); while ID /= 0 loop begin Close (ID); Connection_Manager.Next (ID); exception when others => Connection_Manager.First(ID); -- restart if cursor is deleted early