-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[stdlib] Add examples for env_get_int
and sizeof
#3593
[stdlib] Add examples for env_get_int
and sizeof
#3593
Conversation
634931b
to
13ad643
Compare
Signed-off-by: rd4com <144297616+rd4com@users.noreply.github.com>
13ad643
to
f804d30
Compare
❌ Run pre-commit / lint (pull_request):
✅ Had to add a note after one example:
|
Do you mind filing a GH issue for this? I think we should loosen our parsing doc requirements to allow for things of the form some example code here without ending in a |
Signed-off-by: Joe Loser <joeloser@fastmail.com>
!sync |
✅🟣 This contribution has been merged 🟣✅ Your pull request has been merged to the internal upstream Mojo sources. It will be reflected here in the Mojo repository on the nightly branch during the next Mojo nightly release, typically within the next 24-48 hours. We use Copybara to merge external contributions, click here to learn more. |
[External] [stdlib] Add examples for `env_get_int` and `sizeof` Add a few examples: - `env_get_int` for parametrizing - `sizeof` for sizes Co-authored-by: rd4com <144297616+rd4com@users.noreply.github.com> Closes #3593 MODULAR_ORIG_COMMIT_REV_ID: 3f8ef10024ff3736cbd4f1ad56038b595ca09aea
Landed in ee75c6b! Thank you for your contribution 🎉 |
Hello, this commit adds a few examples:
env_get_int
for parametrizingsizeof
for sizes