AlexsLemonade / exrcise

Selectively Excise Code Chunks for Exercises
Other
2 stars 0 forks source link

Check/optimize functionality for non-R code chunks #7

Closed cansavvy closed 4 years ago

cansavvy commented 4 years ago

Right now, we can't exrcise shell chunks, or chunks without a language specification. It would be handy for our alevin material if we could do that.

jashapiro commented 4 years ago

This will probably depend on #6, and will also require some additional functionality to be able to parse comments in other languages that don't use # to denote comment lines.

Will not get done for a bit at this stage.

cansavvy commented 4 years ago

It looks like exrcise does work for the shell chunks! https://github.com/AlexsLemonade/exercise-notebook-answers/pull/35#discussion_r458460492

So I think this issue can be closed?

jashapiro commented 4 years ago

I think I will leave it open, as the second part of making it check language and use appropriate comment markers is still relevant. At the least, it should show a warning if used with an unsupported language.