Max Marrone
Max Marrone
`ir.Constant` objects are constructed with an `ir.Type` argument, which is stored in the undocumented `self.type` attribute. That attribute is helpful for using `ir.Constant`s in places where an explicit type is...
# Overview This PR mitigates a source of fragility in `robot-server`'s database. It lets `robot-server` unpickle objects created by prior versions of itself, even if the object's Python class has...
Closes RSS-98. # Overview [To do] # Changelog [To do] # Review requests [To do] # Risk assessment [To do]
# Overview The `transfer()`, `distribute()`, and `consolidate()` commands (at least; there may be more) silently ignore kwargs that don't actually exist. So, if you make a silly typo, your protocol...
(Migrated from an internal wiki page by @ncdiehl11) # Use Case Users often want to iterate through tips in a non-standard way. An example is picking up fewer than 8...
This makes some documentation changes that clarify the `files` argument of `requests.post()` et. al. ## Be more precise when we say "multiple files" The `files` argument can either be a...
# Overview User-facing app and robot release notes for v7.2.1. Addresses RTC-405. # Review requests Coherent, correct, and complete? # Risk assessment No risk.
Steps towards EXEC-301. # Overview # Test Plan # Changelog # Review requests # Risk assessment
# Overview Closes EXEC-299. # Changelog * Set up our types for a new `awaiting-recovery` run status. It's not actually used by Protocol Engine or emitted by robot-server yet. See...
Very messy work in progress while I figure out how much of this is actually a good idea. Expect rebases. # Overview # Test Plan # Changelog # Review requests...