Re: using git-bisect on rakudo

2014-03-29 Thread Siddhant Saraf
Oh noez ! Now even parrot fails to build with this error: init::manifest - Check MANIFEST...No such file: editor/parrot.el Ack, some files were missing! I can't continue running without everything here. Please try to find the above files and then try running Configure again. Full log

using git-bisect on rakudo

2014-03-28 Thread Siddhant Saraf
Hello, I used to be unable to build nqp-p a month ago or so. Recently, that changed, and now parrot + nqp-p builds fine. (rakudo doens't build yet, but that is another email) Now I want to find out which commit fixed things for me. I know how to use git-bisect on a single repo to find the commit

Re: using git-bisect on rakudo

2014-03-28 Thread Moritz Lenz
On 03/28/2014 07:13 PM, Siddhant Saraf wrote: Hello, I used to be unable to build nqp-p a month ago or so. Recently, that changed, and now parrot + nqp-p builds fine. (rakudo doens't build yet, but that is another email) Now I want to find out which commit fixed things for me. I know