-
Notifications
You must be signed in to change notification settings - Fork 66
Error "Failed to open stream hoa://Library/Ruler/Grammar.pp" wich seems related to case sensitivity #86
Comments
Hello, What versions are you using? What is the output of |
Thank you for your answer, my composer.json is
|
Sorry, the problem seems to be from my own environement, i'm using the xautoload module of Drupal to load composer, but using a simple |
Ok found it, i managed to force the What is the use case behind the |
The So, nop, it's not an issue with Hoa. It's just a side-effect from the ecosystem 😃. Is your issue resolved? If yes, do you think it is necessary to close this issue? |
Oh, and the |
Thank you for the explanations :) As for the issue yes i think you can close it. Thanks again |
We are discussing if we should consider this as an edge case or if this is more. Thank you for your feedback and your exemplary help. May I ask you to open an issue on |
Hi,
I'm trying to use Ruler in my project, but when i "interpret" a rule, i get the following error :
Failed to open stream hoa://Library/Ruler/Grammar.pp
After some debugging i found that Hoa\Protocol\Protocol is looking into two directories (at the end of the "resolve" function) :
<my_root>/src/vendor/Hoathis/Ruler/Grammar.pp
<my_root>/src/vendor/Hoa/Ruler/Grammar.pp
But the
file_exists
that comes after always returns false because composer downloaded the files in<my_root>/src/vendor/hoa/ruler/Grammar.pp
The directories hoa and ruler are lowercase
Am i missing something ?
Thank you
The text was updated successfully, but these errors were encountered: