Closed dsawardekar closed 10 years ago
@luke-gru Any luck with this issue? This is a blocker for me, because I can't cut a release without rake dist
. :(
Hey @dsawardekar, sorry for the delay, I've been kinda busy lately :frowning:
I'm going to look into this today, but I think I might have a fix for it already on my local. I'm going to try to reproduce it in an earlier checkout to make sure it's fixed, though. You can expect some progress on it later tonight.
Thanks!
This is fixed, sorry for delay, computer battery died on me the other night :angry:
I'll make a new release tomorrow.
Thanks for the report!
Thanks. Looks good on master, waiting on the release. ;-)
I'm trying to upgrade to 0.3.7 from 0.3.5 in Portkey. The entire test suite runs fine, but the main include file
portkey.riml
has an include that riml 0.3.7 is failing to pickup. 0.3.5 works correctly. The error is,You can replicate this by running,
rake dist
on the develop branch of portkey. The class in question is in thelib/logger
directory. I've checked that thepath
given toriml
with the-I
flag does containlib/logger
.Any ideas?