This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
build: interimElements and Layout code not deterministically ordered #11727
Labels
g3: reported
The issue was reported by an internal or external product team.
needs: investigation
The cause of this issue is not well understood and needs to be investigated by the team or community
P4: minor
Minor issues. May not be fixed without community contributions.
type: build
Milestone
Bug, enhancement request, or proposal:
Bug
CodePen and steps to reproduce the issue:
CodePen Demo which demonstrates the issue:
angular/bower-material@31ac6b3#diff-df9d3e2ee1137430619e1984b3c34f3b
Detailed Reproduction Steps:
master
branchWhat is the expected behavior?
The order of the code is deterministic.
What is the current behavior?
The order of the code is non-deterministic. In this case, the order of the
src/core/services/layouts
andsrc/core/services/interimElement
code was swapped.What is the use-case or motivation for changing an existing behavior?
So that only real changes show up in the module diffs.
Which versions of AngularJS, Material, OS, and browsers are affected?
1.7.8
1.1.18-master-d577afd
Is there anything else we should know? Stack Traces, Screenshots, etc.
Related to #11502.
The text was updated successfully, but these errors were encountered: