On 2018/12/21 15:28, Mayuresh Kathe wrote: > On 2018-12-19 11:11 PM, Stuart Henderson wrote: > > On 2018/12/11 10:08, Mayuresh Kathe wrote: > > > On 2018-12-10 09:55 PM, Stuart Henderson wrote: > > > > On 2018/12/10 21:50, Mayuresh Kathe wrote: > > > > > On 2018-12-10 08:17 PM, Stuart Henderson wrote: > > > > > > On 2018/12/10 19:33, Mayuresh Kathe wrote: > > > > > > > can ucblogo be updated from of 5.5 to currently available 6.0? > > > > > > > https://people.eecs.berkeley.edu/~bh/downloads/ucblogo.tar.gz > > > > > > > > > > > > > > if possible, try to build it the same way as before, i.e. without > > > > > > > any > > > > > > > dependencies. > > > > > > > [snip] > > > > > > > > > > > > > > > > > > > Please try this. > > > > > > > > > > > > Index: Makefile > > > > > > > > > > thanks, great going, will try as soon as i get to my openbsd setup. > > > > > hope this will land in the packages collection by 6.5! > > > > > > > > Testing and reporting back will greatly increase the chance of that :-) > > > > > > i am going to be really too tied up for 2 weeks to test your stuff. > > > check out; https://people.eecs.berkeley.edu/~bh/logo-sample.html > > > if that works then all is well. > > > > That sample doesn't work, but it fails the same way with the in-tree > > version as the new one. > > > > Welcome to Berkeley Logo version 5.5 > > ? to choices :menu [:sofar []] > > > if emptyp :menu [print :sofar stop] > > > foreach first :menu [(choices butfirst :menu sentence :sofar ?)] > > > end > > choices defined > > ? choices [[small medium large] > > ~ [vanilla [ultra chocolate] lychee [rum raisin] ginger] > > ~ [cone cup]] > > I don't know how to foreach in choices > > [foreach first :menu [(choices butfirst :menu sentence :sofar ?)]] > > ? > > That's strange because I tested that sample on my friend's machine running > Ubuntu 18.04 with ucblogo 6 and that code worked perfectly. Actually, that > is what prompted me to request that update. >
It seems no worse so I've committed the update anyway, if you figure out a fix for whatever's going on feel free to send diffs ;)