| 02:58 | <ljharb> | Michael Ficarra: is 2125 ready to land? |
| 03:35 | <bakkot> | ljharb: no, give me a chance to review |
| 03:36 | <bakkot> | I'll get to it tonight and then put the label on |
| 03:36 | <ljharb> | Perfect, thanks |
| 14:36 | <shu> | so i've never developed a TS project before, how do i actually build ecmarkup? it's complaining that it can't find ecmarkdown |
| 15:10 | <shu> | oh i see, i guess i needed to npm install, but then how do i use a local copy of ecmarkdown? |
| 16:54 | <bakkot> | the official way is to do npm link in your local ecmarkdown directory and then npm link ecmarkdown in your ecmarkup directory |
| 19:38 | <shu> | cool, thanks |
| 23:10 | <shu> | i have a WIP of the annotation that works off of reachability of 'Call' |
| 23:10 | <shu> | the naive version is producing funny results |
| 23:12 | <shu> | it is marking static semantics as calling user code because we use ToString liberally |
| 23:31 | <shu> | bakkot: did we make it so that all emu-clauses have a type attribute? |