Alana Storm
Alana Storm
@ddoddsr I was thinking more a `~/.pestlerc` file that would let a user set a default value for the proposed `--generate-in` option. We'd probably keep pestle defaulting to `app/code`, but...
Dropping this from the milestone -- the magento2:generate:service-contract is barely even an alpha command and not something that's ready fro prime time. Some base minimum viable command would need to...
Thanks for giving pestle a try @danyvega1990. It looks like we're trying to call the built-in `simplexml_load_string` function but can't. My best guess is your version of PHP was built/compiled...
@danyvega1990 I'm not familiar with the standard Ubuntu provided PHP on 18.04 -- however, my guess is when you install PHP there you get a very "bare" PHP with no...
> although my magento installment is on docker Is where you're running pestle from that matters. Pestle is a phar, which is a PHP archive. It needs a system PHP...
Also, try the following command -- this will tell us if we're right about your version of PHP missing the XML module. $ php --info | grep XML
Thank you @danyvega1990 -- if you don't mind I'm going to keep this issue open as a task to have better detection of this condition in pestle and give folks...
Thanks for the bug report @evs-xsarus -- because this is formatting related (i.e. doesn't change the structure of the XML, it's just how the tags are formatting) it'll probably be...
@indrisepos I'm not sure what the above is for?
@VincentMarmiesse ignore the above, I found the problem. I'm going to leave this issue open as "develop a test case that ensures these sort of things don't happen in the...