about summary refs log tree commit diff stats
path: root/immutable-error.mu
Commit message (Collapse)AuthorAgeFilesLines
* 3400Kartik K. Agaram2016-09-181-0/+13
| | | | | | | | | Undo commit 3340. Let's standardize names of non-core files to only have dashes. That's also consistent with the edit/ and sandbox/ apps. Mu programmers will tend to pervasively use dashes, just like Lisp programmers. Scripts will continue to use underscores..
* 3340Kartik K. Agaram2016-09-121-13/+0
| | | | | | | | Rename files to be consistent with my (forgotten) convention of always using underscores over hyphens. I'll leave server-socket.mu alone for now, since Stephen's hacking on it.
* 3318Kartik K. Agaram2016-09-101-0/+13
Describe immutability checks in the Readme.
href='#n98'>98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156