Git Product home page Git Product logo

Comments (5)

jeremyevans avatar jeremyevans commented on June 26, 2024 1

Unfortunately, I don't have any insight here. The LoadError you are seeing is for the correct path (rodauth/features/become_account), so it isn't attempting to load the wrong path and failing. The only thing I can think of is the rodauth-become_account gem lib directory is not in the ruby load path at the point the require is made. Maybe it's due to the combination of bootsnap and zeitwerk?

As you suspected, it isn't a bug in Roda, so I'll close this. However, if you find out more regarding the cause, I'd be interested.

from roda.

pboling avatar pboling commented on June 26, 2024

One root of the issue (or perhaps better stated as the reason this issue became apparent) is the non-conformity of the plugin to bundler/rubygems standards for the default entry-point load files:
Screenshot 2024-05-04 at 06 17 39

A normal entry point for this gem name, IIRC, would have been lib/rodauth/become_account.rb, but also, the path being attempted is the path in the screenshot, so the right thing is being attempted, and it is unclear how it is failing.

from roda.

pboling avatar pboling commented on June 26, 2024

Also, very interesting to note that (timestamps removed):

<internal:/usr/local/lib/ruby/site_ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in `require': cannot load such file -- rodauth/features/become_account (LoadError)
from <internal:/usr/local/lib/ruby/site_ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in `require'
from /apps/my_app/vendor/bundle/ruby/3.2.0/gems/bootsnap-1.18.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:27:in `require'
from /apps/my_app/vendor/bundle/ruby/3.2.0/gems/zeitwerk-2.6.13/lib/zeitwerk/kernel.rb:34:in `require'
from /apps/my_app/vendor/bundle/ruby/3.2.0/gems/rodauth-2.34.0/lib/rodauth.rb:354:in `load_feature'

rodauth is doing load_feature, which calls require, and this is hijacked by both zeitwerk, and bootsnap, and it ends up failing!

from roda.

pboling avatar pboling commented on June 26, 2024

The only thing I can think of is the rodauth-become_account gem lib directory is not in the ruby load path at the point the require is made

My deepest fear is that my dependencies are not deterministically loaded into my published Docker images... Really hoping that isn't the case, but I'm working with an extremely legacy build incantation that still uses "eye of newt" as an ingredient.

from roda.

pboling avatar pboling commented on June 26, 2024

My deepest fear was true. Sorry for the waste of time!

from roda.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.