about summary refs log tree commit diff stats
path: root/subx/034discourage_raw_hex.cc
Commit message (Collapse)AuthorAgeFilesLines
* 4523 - Give up on pass-through phasesKartik Agaram2018-08-201-36/+0
| | | | | | | | | | | | | | | | | | | | I'm going to continue using them for now, but I'm fairly certain now that they're just a temporary device to help rapidly-prototype ideas. The reason: there's just too many ways to abuse low-level features, and it ends up taking too much code to disallow things soon after you allow them. New plan: stop trying to write checks, just treat them as temporary conventions for now. Goal is now to just get the core sequence of passes nailed down. Then we'll start reimplementing them from the ground up. First implication of this new plan: ripping out most existing checks. I'm still going to eventually build type checks. But no degenerate checks for code just being too low-level. (This decision is the outcome of a few days of noodling over Forth and https://mastodon.social/@akkartik/100549913519614800.)
* 4499Kartik Agaram2018-08-091-6/+5
| | | | | More tweaks for check passes. Ensure they're never first-class transforms.
* 4491Kartik Agaram2018-08-051-0/+11
|
* 4489Kartik Agaram2018-08-051-1/+0
| | | | | | The current approach to warnings is workable. We'll just never print warnings to the screen in tests. In tests you can do whatever you want. This is simpler than messing with levels of warnings.
* 4485Kartik Agaram2018-08-051-1/+7
|
* 4484 - warn when programming in raw hexKartik Agaram2018-08-041-0/+21