These tests are pretty straightforward and well-commented. Ask @quinnj for help if you need some!
I can take this one if it can wait for two or three more days. I'm new to Julia so it may take some time to setup and start :)
Go for it!
Hi, is this still available?
I was hoping to solve all the older beginner-esque issues to get familiar with the code base and the language!
Go for it!
Thanks, could also tell me how to get started with it? I am a little new to open source and still getting familiar with how things work.
Thank you for bearing with me!
This is good to read https://github.com/JuliaLang/julia/blob/master/CONTRIBUTING.md and for writing tests, the manual entry is useful https://docs.julialang.org/en/stable/stdlib/test/.
I will go through them. Thank you!
Welcome @darshan934
! The Julia slack has a channel (#my-first-pr
) dedicated to helping new contributors work through their first pull request. Consider checking it out! :)
Hi @darshan934! I'm relatively new myself, but feel free to ping me either here or on slack if you have any questions about getting started!
That is lovely, thank you!
The Dates tests use @testset
s now.
Most helpful comment
I will go through them. Thank you!