Closed pushcx closed 5 years ago
Thanks for the issue report.
Which Linux distribution and version are you using? Also, is the Ruby you're using the system ruby or installed via a ruby manager such as RVM or Rbenv?
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux]
on Arch Linux. I installed it with ruby-install
.
I think I may have identified the issue. I can reproduce when the directory in $LOAD_PATH contains a symlink. Is that the case for you?
Yep. My GEM_HOME is a symlink to the /opt
path you see above.
I've pushed version 0.2.5 of alki-loader to rubygems which should fix your problem. Please let me know if that fixes it, and if you have any other problems.
Thanks
Just tried to test this and ran into an issue, I think something didn't get pushed. (Sorry for the slow response; I traveled last week to start a new job and it stomped on my project time.)
$ bundle
Fetching gem metadata from https://rubygems.org/.........
Could not find alki-dsl-0.6.1 in any of the sources
I've pushed an update for alki-examples that fixes the Gemfile.lock. If you do a pull and retest it should work for you. Thanks!
It worked, yep. Thanks, I'm going to start digging in over the next few days.
I'm trying to get an executable working with code reloading, but get an exception on startup.
I went to put together a minimal testcase and realized that
alki-examples/fizzbuzz
is one. So, with Ruby 2.5.1 on Linux I cloned that repo and reproduced the error: