ChrisPei / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Contents of .sln files is not consistent between runs #296

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The order of the entries in the NestedProjects section of
the sln file is non-deterministic as the ordering of 
MSVSFolder.entries depends on the ordering of CPython's
dict keys.

What steps will reproduce the problem?
1. Run gyp_chromium twice

What is the expected output? What do you see instead?
sln files should be identical between runs.
Instead I see inconsistencies in the sln files around the ordering
of the NestedProjects elements.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by sbc@chromium.org on 18 Sep 2012 at 7:26