[Pdl-devel] Code review sought: branch lldfp1

2015-02-27 Thread Ed
Dear PDL devs, Further to my proposed workflow going forwards (as discussed on #pdl), I have done the following with longlong-double-fix: * rebased it onto current master * moved through the commits, finding at which points it builds and passes tests * decided to break into two major portions, p

Re: [Pdl-devel] [Perldl] Perldl list moving to sf.net

2015-02-27 Thread Zakariyya Mughal
Hello all, Just a follow up on the move to Sourceforge. I got an e-mail earlier this week that the Gmane archives now point to Sourceforge, so both - - receive e-mail from the Sour

Re: [Pdl-devel] Problem with Dev.pm and inline

2015-02-27 Thread Ed
Immediate thing to try - do "git checkout" on the revision before you did the pull - find that with "git reflog" - and try the same. The code searches @INC. Are you trying to do pdlpp with an uninstalled PDL, from outside the git dir? -Original Message- From: Craig DeForest Sent: Frida

[Pdl-devel] Problem with Dev.pm and inline

2015-02-27 Thread Craig DeForest
On the current git, inline pdlpp code is failing to compile. It appears to be a problem with the "whereami" sub, which seems to be trying to find some files in Basic/Core in the installation/build tree of which the current working directory is a part. To reproduce: - CD to some direc