-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support new installers location. Avoid infinite loop in translator. Fix #363 #364
Conversation
@enzolutions @harold20 can you take a look at this based on a conversation on slack seems like is caused by this change on the |
See my comment in hechoendrupal/drupal-console#4129 (comment) |
Thanks, this fixed a memory error I began receiving when trying to |
…onsole-core#364 to avoid infinite recursion trying to find drupal/console-en
The resolved the issues for me as well. |
I can confirm this fix the problem for me as well. |
Should the files in the new location be gitignored? |
Thanks to @eiriksm for the code and the rest of you for testing. I will accept this PR and create a new release today. @clemens-tolboom there is something we could to fix the issue in composer/installer of drupal-composer/drupal-project? BTW thanks for your help in that matter |
@enzolutions I've tested this commit. Works fine for me. We don't have to do anything right? Unless I missed something. People have to:
Correct me if I'm wrong. |
Ai ... I forgot to mention installing latest version of |
@clemens-tolboom you will probably want to add |
@jmolivas this "hanging" directory started to appear in all projects that use console after the update. Is it possible to avoid the creation of this dir altogether? Also, how come it is doing it in the root of the repo and not in the |
AFAIK the idea of the console/language directory is you can add your own translation there and manage those in your own (git) workflow. That is why drupal-composer/drupal-project#509 added it to So IMHO it is not a bug. |
@clemens-tolboom Thank you for explanation. Created #366 |
This was related to an old PR composer/installers#311 merged to the But got fixed on latest release of the drupal-console project |
No description provided.