Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3856 | Kartik K. Agaram | 2017-05-13 | 8 | -448/+449 |
| | | | | | Bugfix on commit 3853: clear `render-all-on-no-more-events` once you've actually run the `render-all`. | ||||
* | 3855 | Kartik K. Agaram | 2017-05-13 | 18 | -3501/+3679 |
| | |||||
* | 3849 | Kartik K. Agaram | 2017-05-10 | 1 | -356/+356 |
| | |||||
* | 3848 | Kartik K. Agaram | 2017-05-06 | 2 | -150/+147 |
| | | | | | Improve an error message. Still lots of room for improving how we render reagents in errors. | ||||
* | 3847 | Kartik K. Agaram | 2017-05-06 | 2 | -149/+157 |
| | | | | | Fix a crash on an invalid program. Thanks Lakshman Swaminathan for reporting this issue. | ||||
* | 3845 | Kartik K. Agaram | 2017-05-06 | 25 | -1457/+1364 |
| | |||||
* | 3840 | Kartik K. Agaram | 2017-04-20 | 2 | -1549/+1547 |
| | | | | | | | | Fix CI. Our previous approach was breaking because a test was generating different results depending on what layer you stopped at. Turns out we rename instructions in layer 54. So let's save the original_name in the same layer. | ||||
* | 3839 | Kartik K. Agaram | 2017-04-20 | 2 | -1046/+1048 |
| | | | | | | Fix CI. In the process I also fixed a bug in the tangle/ utility. | ||||
* | 3838 - further improve an error message | Kartik K. Agaram | 2017-04-20 | 1 | -473/+478 |
| | | | | | | | Expanded instructions don't seem to be worth the space they take up. Let people think through the types of variables for themselves. Thanks again to Ella Couch. | ||||
* | 3837 | Kartik K. Agaram | 2017-04-19 | 13 | -1674/+1720 |
| | |||||
* | 3831 | Kartik K. Agaram | 2017-04-18 | 3 | -7/+7 |
| | | | | Fix CI. | ||||
* | 3830 - crosslink shape-shifting containers in html | Kartik K. Agaram | 2017-04-18 | 26 | -565/+565 |
| | |||||
* | 3829 | Kartik K. Agaram | 2017-04-18 | 11 | -1345/+1345 |
| | |||||
* | 3825 | Kartik K. Agaram | 2017-04-16 | 18 | -3654/+3535 |
| | |||||
* | 3823 | Kartik K. Agaram | 2017-04-14 | 8 | -1561/+1571 |
| | |||||
* | 3820 | Kartik K. Agaram | 2017-04-13 | 18 | -2561/+2609 |
| | |||||
* | 3813 | Kartik K. Agaram | 2017-04-04 | 1 | -4/+4 |
| | |||||
* | 3812 | Kartik K. Agaram | 2017-04-04 | 1 | -3/+3 |
| | | | | Fix CI. | ||||
* | 3811 | Kartik K. Agaram | 2017-04-04 | 3 | -4/+4 |
| | |||||
* | 3810 | Kartik K. Agaram | 2017-04-04 | 3 | -17/+17 |
| | | | | | | | Stop naming 'jump' instructions in their errors since they're so often rewritten from 'break' or 'loop' instructions. Thanks Lakshman Swaminathan for running into this issue. | ||||
* | 3809 | Kartik K. Agaram | 2017-04-04 | 3 | -229/+230 |
| | |||||
* | 3808 - 'length' for duplex lists | Kartik K. Agaram | 2017-03-31 | 4 | -762/+777 |
| | |||||
* | 3806 | Kartik K. Agaram | 2017-03-21 | 1 | -60/+55 |
| | |||||
* | 3805 | Kartik K. Agaram | 2017-03-20 | 1 | -204/+246 |
| | |||||
* | 3804 | Kartik K. Agaram | 2017-03-20 | 1 | -2/+2 |
| | | | | Drop the inaccurate cross-links to 'truncate' everywhere. | ||||
* | 3803 | Kartik K. Agaram | 2017-03-20 | 3 | -223/+222 |
| | |||||
* | 3802 - more accurate sandbox results | Kartik K. Agaram | 2017-03-20 | 2 | -480/+501 |
| | | | | Thanks Lakshman Swaminathan for reporting this issue. | ||||
* | 3801 | Kartik K. Agaram | 2017-03-20 | 1 | -5/+5 |
| | |||||
* | 3800 | Kartik K. Agaram | 2017-03-18 | 1 | -449/+469 |
| | |||||
* | 3799 | Kartik K. Agaram | 2017-03-18 | 2 | -3/+3 |
| | |||||
* | 3798 - trace-browser: make search like in vi | Kartik K. Agaram | 2017-03-15 | 1 | -439/+460 |
| | |||||
* | 3797 | Kartik K. Agaram | 2017-03-15 | 10 | -740/+738 |
| | |||||
* | 3796 | Kartik K. Agaram | 2017-03-14 | 3 | -874/+893 |
| | | | | | | Standardize the order of some common blocks in `render`, `render-text` and `render-code`. This is preparation for trying to reorganize them to reduce duplicate code. | ||||
* | 3794 | Kartik K. Agaram | 2017-03-14 | 1 | -2/+2 |
| | | | | Fix a _very_ misleading comment. | ||||
* | 3793 | Kartik K. Agaram | 2017-03-14 | 4 | -910/+910 |
| | | | | | | Move 'render-code' to the layer where it's used. Thanks Caleb Couch for finding this bit of ugliness. | ||||
* | 3792 | Kartik K. Agaram | 2017-03-12 | 1 | -267/+292 |
| | | | | | | | Bugfix: make sure 'print 0, 0' always does the right thing, no matter how it's overloaded. Thanks Ella Couch for reporting this. | ||||
* | 3791 | Kartik K. Agaram | 2017-03-12 | 2 | -1419/+1381 |
| | | | | Simpler way to do commit 2929. | ||||
* | 3790 | Kartik K. Agaram | 2017-03-12 | 7 | -1040/+1043 |
| | | | | Don't try to snapshot in scenarios. | ||||
* | 3789 | Kartik K. Agaram | 2017-03-12 | 7 | -1045/+1047 |
| | | | | | | | | | | | | | I accidentally got rid of git snapshotting of lessons back when I switched to testable file primitives last December (commit 3705). >:-( Bringing it back now, hopefully better. The improvement is that there's now at most one commit every time we hit F4. This change adds yet another reason that running `mu` from a different directory is just not supported. | ||||
* | 3788 | Kartik K. Agaram | 2017-03-12 | 2 | -796/+805 |
| | |||||
* | 3787 | Kartik K. Agaram | 2017-03-12 | 1 | -6/+6 |
| | |||||
* | 3785 | Kartik K. Agaram | 2017-03-10 | 1 | -104/+106 |
| | | | | Don't show empty hidden counts in the trace-browser. | ||||
* | 3784 | Kartik K. Agaram | 2017-03-10 | 1 | -317/+487 |
| | |||||
* | 3771 | Kartik K. Agaram | 2017-03-08 | 1 | -1/+1 |
| | |||||
* | 3770 | Kartik K. Agaram | 2017-03-08 | 1 | -194/+199 |
| | |||||
* | 3769 | Kartik K. Agaram | 2017-03-08 | 1 | -272/+280 |
| | |||||
* | 3768 - trace browser: scrolling horizontally | Kartik K. Agaram | 2017-03-08 | 1 | -263/+273 |
| | |||||
* | 3767 | Kartik K. Agaram | 2017-03-08 | 1 | -251/+257 |
| | |||||
* | 3766 | Kartik K. Agaram | 2017-03-08 | 1 | -6/+6 |
| | |||||
* | 3765 | Kartik K. Agaram | 2017-03-08 | 1 | -4/+4 |
| |