Dan Miller

Results 25 comments of Dan Miller

Yeah I am not attached to this solution at all. Something like `inherited_envs` sounds good to me, but curious to hear from folks more experienced than I.

This is also probably fixed by #8

I have this test too but not sure how useful it would be ```rust fn test_select_mode() { // Test default behavior without the fbcode_build feature assert_eq!(select_mode(None), None); assert_eq!( select_mode(Some("custom-mode")), Some("custom-mode".to_owned())...