-
Notifications
You must be signed in to change notification settings - Fork 62
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
Port alias refactor #498
base: 8.x-1.x
Are you sure you want to change the base?
Port alias refactor #498
Conversation
- Better handling of ports with and without default - Use setter injection type instead of constructor
Port alias refactor
Hi, I wonder if you have any feedback into merging this? |
Tests are failing here and always were. I'll try merging in 8.x-1.x to see, but I suspect they are still going to fail. Fortunately, we were able to fix d.o. testing, so you can try rolling another patch on the original issue. |
@hanoli In case you can't see the Travis results, this test needs to be fixed:
|
That test expects the alias pattern list to come back in a specific order. There are also numerous coding style violations in this patch. |
Oddly, this test passes locally and on drupal.org -- https://www.drupal.org/project/domain/issues/3087449#comment-13717294 I wonder why it's failing here. |
Refactors #487 for testing.
https://www.drupal.org/project/domain/issues/3087449