Albacore icon indicating copy to clipboard operation
Albacore copied to clipboard

Albacore > 0.1.0 is broken on Linux because of file-loading ordering

Open msassak opened this issue 15 years ago • 4 comments

Requiring albacore greater than 0.1.0 on Linux raises "NameError: uninitialized constant RunCommand::AttrMethods" because Dir#glob returns files in a different order there than on Windows/OS X. If files are required where the classes/modules are used, this problem can usually be avoided. :-)

I've pasted the backtrace from an irb session here: http://gist.github.com/326835

msassak avatar Mar 09 '10 17:03 msassak

this may be fixed, but i don't have a *nix box to test

mxriverlynn avatar May 10 '10 21:05 mxriverlynn

Sorry about the slow response. I'll check this out as soon as I can.

msassak avatar May 11 '10 04:05 msassak

@msassak did you get around to testing this?

thecodejunkie avatar Jun 23 '11 07:06 thecodejunkie

@thecodejunkie I'm doing half of my Albacore development on linux, haven't noticed problems other than with MsBuild... Fixing issues I encounter as I go (and there are specs that are failing).

haf avatar Jan 30 '12 06:01 haf