mirror of
				https://github.com/astral-sh/uv.git
				synced 2025-10-31 12:06:13 +00:00 
			
		
		
		
	|  8c8f723005 ## Summary Right now, we store the environment markers in a `BTreeSet` -- so they're sorted, but the sort doesn't really tell us anything. I think we should instead store them in the order in which we solved. I thought this might fix an instability (it didn't), but I think it's still good to ensure we solve in the same order. I also changed from `Option<Vec>` to just `Vec`, since there was no distinction between `None` and empty. | ||
|---|---|---|
| .. | ||
| distribution_filename.rs | ||
| uv.rs | ||