Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1641 | Kartik K. Agaram | 2015-06-24 | 1 | -1/+1 |
| | | | | | | Snapshot in switching editor-data.cursor to editor-data.before-cursor. But I have trouble coercing events to touch events, even though using the integer tag 2 for the conversion works. | ||||
* | 1474 - another warning | Kartik K. Agaram | 2015-05-26 | 1 | -0/+1 |
| | |||||
* | 1437 | Kartik K. Agaram | 2015-05-23 | 1 | -1/+1 |
| | |||||
* | 1434 - support all unicode spaces | Kartik K. Agaram | 2015-05-23 | 1 | -0/+1 |
| | |||||
* | 1391 - avoid unsigned integers | Kartik K. Agaram | 2015-05-17 | 1 | -3/+3 |
| | |||||
* | 1389 | Kartik K. Agaram | 2015-05-16 | 1 | -1/+1 |
| | |||||
* | 1388 | Kartik K. Agaram | 2015-05-16 | 1 | -0/+1 |
| | |||||
* | 1387 | Kartik K. Agaram | 2015-05-16 | 1 | -3/+3 |
| | |||||
* | 1358 - inform shell of test failure | Kartik K. Agaram | 2015-05-12 | 1 | -1/+3 |
| | |||||
* | 1357 - temporarily revert floating-point support | Kartik K. Agaram | 2015-05-12 | 1 | -1/+0 |
| | |||||
* | 1356 - snapshot #2: floating point support | Kartik K. Agaram | 2015-05-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | I added one test to check that divide can return a float, then hacked at the rippling failures across the entire entire codebase until all tests pass. Now I need to look at the changes I made and see if there's a system to them, identify other places that I missed, and figure out the best way to cover all cases. I also need to show real rather than encoded values in the traces, but I can't use value() inside reagent methods because of the name clash with the member variable. So let's take a snapshot before we attempt any refactoring. This was non-trivial to get right. Even if I convince myself that I've gotten it right, I might back this all out if I can't easily *persuade others* that I've gotten it right. | ||||
* | 1354 | Kartik K. Agaram | 2015-05-12 | 1 | -2/+2 |
| | |||||
* | 1343 | Kartik K. Agaram | 2015-05-11 | 1 | -1/+1 |
| | |||||
* | 1276 - make C++ version the default | Kartik K. Agaram | 2015-05-05 | 1 | -0/+93 |
I've tried to update the Readme, but there are at least a couple of issues. |