leif
2017-5-9 23:55:49

@mflatt Err…is this expression supposed to cause Racket to quit?: (variable-reference->module-path-index (#%variable-reference +))


leif
2017-5-10 00:20:42

Also, @florence fun problem if you magic time: how hard do you think it would be to have your code coverage package work with github pages to upload the coverage reports?


leif
2017-5-10 00:21:06

That way we could have the more fine grained ones you give, rather than the rougher coveralls ones.


leif
2017-5-10 00:21:17

(And then use travis ci to automate it.)


leif
2017-5-10 00:21:19

Just a thought anyway.


florence
2017-5-10 00:23:34

@leif I don’t have time to do it now (or anytime in the near future), but that shouldn’t be to hard. It would probably be better to convince codecov to implement expression coverage though (I think they expressed interest in the past).


leif
2017-5-10 00:24:56

Ah, fair.


leif
2017-5-10 00:25:23

Also, I agree, its certainly not a good use of your time. @ben and I were just talking about it while on a walk today.


mflatt
2017-5-10 02:38:36

@leif: repair pushed - thanks!


leif
2017-5-10 02:53:25

Cool, thanks.