Skip to content
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

Patch 9 #6487

Closed
wants to merge 11 commits into from
Closed

Patch 9 #6487

wants to merge 11 commits into from

Conversation

usernamealreadyis
Copy link

Merge branch 'master' into patch-9

memory was not allocated to be high enough, resulting in partial results to be
clipped, and therefore failing the assertions

Closes #6161

Previously when comparing which of multiple possible routes to choose in
an ambiguous case, we looked at the specificity of the target of redirect
matches rather than the original match. This meant that if a redirect
used a whilecard, but redirected to a target that was a static path,
we'd cound the static path's specificity instead of the wildcard.

This change stores the specificity of the redirect on the RedirectInstruction.

Closes #5933

Closes #5969

Closes #5795
Widen version dependencies for package:angular, package:code_transformers,
and package:observe.

package:guinness uses package:unittest while
the newest versions of package:code_transformers use package:test.
This causes our end-to-end Dart transformer tests (which use testing
code in package:code_transformers) to be skipped.

To fix this:

  • Move e2e tests to run in a separate file
  • Run gulp test.server.dart tests serially

Closes #5922

Closes #5935

vojtajina and others added 11 commits October 30, 2014 23:53
param:injector ;
hide:param ;
close:propose :+1
$ ~npm init [-f|--force|-y|--yes]
Get full access to your messages and archives, upload files easily, and receive notifications whether you’re at your desk or on the go.
First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column
Requirements Files

"Requirements files" are files containing a list of items to be installed using pip install like so:

<div><div class="highlight-python"><div class="highlight"><pre>pip install -r requirements.txt
</pre></div>
</div>
</div>
@usernamealreadyis
Copy link
Author

Merge branch 'master' into patch-9

memory was not allocated to be high enough, resulting in partial results to be
clipped, and therefore failing the assertions

Closes #6161

Previously when comparing which of multiple possible routes to choose in
an ambiguous case, we looked at the specificity of the target of redirect
matches rather than the original match. This meant that if a redirect
used a whilecard, but redirected to a target that was a static path,
we'd cound the static path's specificity instead of the wildcard.

This change stores the specificity of the redirect on the RedirectInstruction.

Closes #5933

Closes #5969

Closes #5795
Widen version dependencies for package:angular, package:code_transformers,
and package:observe.

package:guinness uses package:unittest while
the newest versions of package:code_transformers use package:test.
This causes our end-to-end Dart transformer tests (which use testing
code in package:code_transformers) to be skipped.

To fix this:

  • Move e2e tests to run in a separate file
  • Run gulp test.server.dart tests serially

Closes #5922

Closes #5935

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade dependency on observable and analyzer to latest
2 participants