Closed yogeshjain999 closed 3 years ago
Issue
reform is failing on requiring latest changes from master because of some missing requires.
reform
master
require
Test to reproduce
https://github.com/yogeshjain999/reform/commit/cfb58e3f1ad30f992778bb2d0d23d9fb8ea2d10d
Test run
https://github.com/yogeshjain999/reform/actions/runs/732842422
Fix
Make requiring files (xml, json, hash etc) explicitly possible. This includes some reverts from PR #235 and commit 411abe72. Reasons,
representable/json
representable/xml
require representable
autoload
Representable::Decorator
Issue
reform
is failing on requiring latest changes frommaster
because of some missingrequire
s.Test to reproduce
https://github.com/yogeshjain999/reform/commit/cfb58e3f1ad30f992778bb2d0d23d9fb8ea2d10d
Test run
https://github.com/yogeshjain999/reform/actions/runs/732842422
Fix
Make requiring files (xml, json, hash etc) explicitly possible. This includes some reverts from PR #235 and commit 411abe72. Reasons,
representable/json
,representable/xml
etc are loaded directly withoutrequire representable
within dependencies.autoload
(eg:Representable::Decorator
).