Siddharth Lal
Siddharth Lal
Doing this: ``` """ filenames(...) docstring """ @resumable function filenames(...) ... end ``` throws an error, error being: ``` cannot document the following expression: #= /home/siddharth/.julia/dev/CCDReduction.jl/src/collection.jl:105 =# @resumable function filenames(df::DataFrame)...
CodeCov misses `@resumable` functions even if they have proper tests written. Related PR: https://github.com/JuliaAstro/CCDReduction.jl/pull/27 PS: I don't know whether I should have opened an issue here or in source repositories...
Thank you for an awesome theme, I wanted to know how to include tags for RSS feed, does adding elements in `keywords` serves the purpose?