-
-
Notifications
You must be signed in to change notification settings - Fork 739
Add video tutorial link #10771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add video tutorial link #10771
Conversation
…111 (dlang#10739) Load `Bcrypt.dll` ourselves as needed.
…ents count instead of sentinel (dlang#10728)
* Implement `version (linux_legacy_emulate_getrandom)` * Fix style
* Add changelog entry for the `getrandom()` backwards compatibility shim * Comment message pragma of the `getrandom()` backwards compatibility shim
This reverts commit bea3184.
Closes: dlang#10747 Closes: dlang#10764
Please removed all unrelated commits from this PR. AFAICT you might have accidentally created this PR off of the |
@@ -13,3 +13,5 @@ More Links | |||
* Participate in [our forum](http://forum.dlang.org/) | |||
* Ask questions on our `#d` IRC channel on libera.chat ([web interface](https://kiwiirc.com/client/irc.libera.chat/d)) | |||
* Review Phobos additions in the [Review Queue](http://wiki.dlang.org/Review_Queue). | |||
|
|||
* Video Tutorial: [Setting Up dmd and Phobos for Contribution](https://www.youtube.com/watch?v=iLN4rQkk4Fs&list=PLIldXzSkPUXXSkM5NjBAGNIdkd4Q2Zf0R&index=1&t=1s) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
t=1s
— Is there a reason to request the video playback to start with an offset of one second?
Thank you for pointing it out. There's no particular reason for the video to start at 1 second — that was unintentional and my mistake. I've made the necessary correction and opened a clean pull request with only the intended change. Closing this one to avoid confusion. Replaced by cleaner PR: #10772. |
Added a link to a YouTube tutorial to help new contributors set up the D compiler and Phobos development environment.