about summary refs log tree commit diff stats
path: root/edit/010-warnings.mu
Commit message (Collapse)AuthorAgeFilesLines
* 2309Kartik K. Agaram2015-10-281-23/+23
|
* 2260 - start tracing by depth rather than labelKartik K. Agaram2015-10-061-10/+10
| | | | Now we can collect all traces, just modulating the depth.
* 2227 - offset-checking for containersKartik K. Agaram2015-10-011-7/+23
|
* 2226 - standardize warning formatKartik K. Agaram2015-10-011-5/+5
| | | | | | | | Always show recipe name where error occurred. But don't show internal 'interactive' name for sandboxes, that's just confusing. What started out as warnings are now ossifying into errors that halt all execution. Is this how things went with C and Unix as well?
* 2218 - check types in instructions much earlierKartik K. Agaram2015-09-301-1/+1
| | | | | | | | | Front-loads it a bit more than I'd like, but the payoff is that other recipes will now be able to describe the type checks right next to their operation. I'm also introducing a new use of /raw with literals to indicate unsafe typecasts.
* 2180 - render the trace even if there's warningsKartik K. Agaram2015-09-101-1/+52
|
* 2166Kartik K. Agaram2015-09-051-0/+190
|
* 2160Kartik K. Agaram2015-09-051-0/+199