-
Notifications
You must be signed in to change notification settings - Fork 7
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
What has changed since Julia-1.0 blog post #16
Conversation
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.
MY PEDANTRY KNOWS NO BOUNDS
this is just round one, I'll keep going shortly. feel free to reject any suggestions that you don't like.
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.
holy shit
println("You won't see this") | ||
end | ||
``` | ||
This is just handy, doing it without this is seriously annoying. |
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.
Perhaps mention Suppressor.jl?
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.
good idea.
Also added was a `sort` argument, which I don't see the point of so much, since `sort(readdir(x))` seems cleaner than `readdir(x; sort=true)`; and because I rarely rely on processing files in order. | ||
|
||
|
||
`ccall` is now available as a macro `@ccall` which lets you specify |
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.
Incomplete sentence
GitHub was starting to visibly slow down once I had ~100 pending comments, lol |
Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Apply suggestions from code review Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]> Update _posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Co-authored-by: Chris de Graaf <[email protected]>
eb5c2f6
to
8b7e622
Compare
Co-authored-by: Chris de Graaf <[email protected]>
Co-authored-by: Chris de Graaf <[email protected]>
Co-authored-by: Chris de Graaf <[email protected]>
Co-authored-by: Chris de Graaf <[email protected]>
Co-authored-by: Chris de Graaf <[email protected]>
Co-authored-by: Chris de Graaf <[email protected]>
Co-authored-by: Chris de Graaf <[email protected]>
Co-authored-by: Chris de Graaf <[email protected]>
Co-authored-by: Chris de Graaf <[email protected]>
CLosing this so to avoid the massive number of comments slowing things down. |
This needs a ton of editting and fact checking still