Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1921 - show trace by clicking on code | Kartik K. Agaram | 2015-08-02 | 8 | -26/+201 |
| | | | | | | | Region to click on to edit is now reduced to just the menu bar for the sandbox (excluding the 'x' for deleting the sandbox). The symmetry there might be useful, but we'll see if the relative click area is in line with how commonly the actions are performed. | ||||
* | 1920 - gracefully handle typo in inferred type | Kartik K. Agaram | 2015-08-02 | 1 | -1/+10 |
| | | | | Thanks Caleb Couch. | ||||
| | |||||
* | 1906 | Kartik K. Agaram | 2015-07-31 | 1 | -8/+4 |
| | |||||
* | 1905 | Kartik K. Agaram | 2015-07-30 | 1 | -38/+38 |
| | |||||
* | 1904 - click on sandbox to edit it | Kartik K. Agaram | 2015-07-30 | 2 | -14/+129 |
| | |||||
* | 1903 | Kartik K. Agaram | 2015-07-30 | 1 | -0/+5 |
| | |||||
* | 1902 | Kartik K. Agaram | 2015-07-30 | 3 | -2/+16 |
| | | | | Now fix the proximal cause of the write to address 0. | ||||
* | 1901 | Kartik K. Agaram | 2015-07-30 | 1 | -1/+1 |
| | | | | | Don't swamp edit.mu with warnings when something writes to address 0. Warn once, then keep going. | ||||
* | 1900 | Kartik K. Agaram | 2015-07-30 | 1 | -1/+2 |
| | |||||
* | 1899 | Kartik K. Agaram | 2015-07-30 | 1 | -1/+1 |
| | |||||
* | 1898 | Kartik K. Agaram | 2015-07-30 | 1 | -58/+61 |
| | |||||
* | 1897 | Kartik K. Agaram | 2015-07-30 | 1 | -13/+20 |
| | |||||
* | 1896 | Kartik K. Agaram | 2015-07-30 | 1 | -288/+292 |
| | |||||
* | 1895 - starting to impose some architecture on edit.mu | Kartik K. Agaram | 2015-07-30 | 1 | -11/+16 |
| | |||||
* | 1894 | Kartik K. Agaram | 2015-07-30 | 2 | -0/+18 |
| | |||||
* | 1893 | Kartik K. Agaram | 2015-07-29 | 1 | -6/+6 |
| | |||||
* | 1892 | Kartik K. Agaram | 2015-07-29 | 1 | -39/+22 |
| | |||||
* | 1891 | Kartik K. Agaram | 2015-07-29 | 1 | -13/+13 |
| | |||||
* | 1890 - bugfix in backspace handling | Kartik K. Agaram | 2015-07-29 | 1 | -9/+37 |
| | |||||
* | 1889 | Kartik K. Agaram | 2015-07-29 | 1 | -10/+10 |
| | |||||
* | 1888 - silence error when no sandboxes | Kartik K. Agaram | 2015-07-29 | 1 | -1/+1 |
| | |||||
* | 1886 - gracefully handle malformed ingredients | Kartik K. Agaram | 2015-07-29 | 13 | -23/+32 |
| | | | | | | | | For example: x:number <- index y:address:array:number, 3 (forgetting to do a lookup) Thanks Caleb Couch. | ||||
* | 1885 | Kartik K. Agaram | 2015-07-29 | 79 | -5731/+5834 |
| | |||||
* | 1884 | Kartik K. Agaram | 2015-07-29 | 2 | -55/+3 |
| | |||||
* | 1883 - type-deducing in more .mu files | Kartik K. Agaram | 2015-07-29 | 9 | -833/+792 |
| | |||||
* | 1882 | Kartik K. Agaram | 2015-07-29 | 4 | -15/+15 |
| | |||||
* | 1881 | Kartik K. Agaram | 2015-07-29 | 2 | -105/+105 |
| | |||||
* | 1880 - switch .mu files to new type-deducing idiom | Kartik K. Agaram | 2015-07-29 | 8 | -980/+978 |
| | |||||
* | 1879 - types required at first mention of a name | Kartik K. Agaram | 2015-07-28 | 3 | -2/+14 |
| | | | | That should avoid many issues with typos in names. | ||||
* | 1878 - switch test_all_layers to optimized binaries | Kartik K. Agaram | 2015-07-28 | 1 | -1/+1 |
| | | | | | | | The cost of optimization across all levels is now lower than that of running them unoptimized. test_all_layers unoptimized: 22:36.88 test_all_layers optimized: 19:33.38 | ||||
* | 1877 - shorten /lookup property to prefix '*' | Kartik K. Agaram | 2015-07-28 | 1 | -0/+20 |
| | |||||
* | 1876 | Kartik K. Agaram | 2015-07-28 | 3 | -22/+23 |
| | |||||
* | 1875 | Kartik K. Agaram | 2015-07-28 | 1 | -1/+0 |
| | |||||
* | 1874 - rudimentary type inference | Kartik K. Agaram | 2015-07-28 | 1 | -0/+30 |
| | | | | | Now we're at C-like levels where you only need to state the type once per name per recipe. | ||||
* | 1873 | Kartik K. Agaram | 2015-07-28 | 1 | -11/+11 |
| | |||||
* | 1872 | Kartik K. Agaram | 2015-07-28 | 2 | -22/+39 |
| | |||||
* | 1871 | Kartik K. Agaram | 2015-07-28 | 2 | -3/+5 |
| |