Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | try to get by with one feature macro | Kartik K. Agaram | 2022-01-29 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | I fucking hate feature macros. Egregious discharge of our division-of-labor-obsessed society. People should be able to introduce names. People should be able to give up names to lower levels of abstraction when they encounter conflicts. Feature macros seem to exist[1] to support more than two levels of abstraction. You try to build, one of your libraries fails to build because of a conflict between it and one level down. You don't want to modify this library. Just fucking https://catern.com/change_code.html already. But no, I have to litter my code with feature macros even though I just want the abstraction the original library provides. [1] https://man7.org/linux/man-pages/man7/feature_test_macros.7.html https://lwn.net/Articles/590381 | ||||
* | when editing a function, show its callers | Kartik K. Agaram | 2022-01-03 | 1 | -2/+3 |
| | | | | | | No way to select between them. That complicates the UI too much when we do so much with the cursor. But it's still useful to suggest things to type in after ctrl-g. | ||||
* | start saving callers of functions | Kartik K. Agaram | 2022-01-03 | 1 | -2/+4 |
| | | | | | I think this is significantly slowing things down. Perhaps we should sample or something. | ||||
* | rename | Kartik K. Agaram | 2022-01-03 | 1 | -2/+2 |
| | |||||
* | extract a function | Kartik K. Agaram | 2022-01-03 | 1 | -21/+1 |
| | |||||
* | . | Kartik K. Agaram | 2022-01-02 | 1 | -3/+0 |
| | |||||
* | instrumenting function calls with their depth | Kartik K. Agaram | 2021-11-13 | 1 | -0/+54 |
| | |||||
* | get rid of userstate hooks | Kartik K. Agaram | 2021-10-24 | 1 | -2/+0 |
| | |||||
* | new fork of Lua 5.1 | Kartik K. Agaram | 2021-10-22 | 1 | -0/+519 |
https://www.lua.org |