Skip to content
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

Closed
wants to merge 32 commits into from
Closed

Conversation

oxinabox
Copy link
Owner

This needs a ton of editting and fact checking still

Copy link
Contributor

@christopher-dG christopher-dG left a 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.

_posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Outdated Show resolved Hide resolved
_posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Outdated Show resolved Hide resolved
_posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Outdated Show resolved Hide resolved
_posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Outdated Show resolved Hide resolved
_posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Outdated Show resolved Hide resolved
_posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Outdated Show resolved Hide resolved
_posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Outdated Show resolved Hide resolved
_posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Outdated Show resolved Hide resolved
_posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Outdated Show resolved Hide resolved
_posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Outdated Show resolved Hide resolved
Copy link
Contributor

@christopher-dG christopher-dG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

holy shit

_posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Outdated Show resolved Hide resolved
_posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Outdated Show resolved Hide resolved
_posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Outdated Show resolved Hide resolved
_posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Outdated Show resolved Hide resolved
_posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Outdated Show resolved Hide resolved
_posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Outdated Show resolved Hide resolved
println("You won't see this")
end
```
This is just handy, doing it without this is seriously annoying.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps mention Suppressor.jl?

Copy link
Owner Author

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incomplete sentence

_posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Outdated Show resolved Hide resolved
_posts/2021-01-09-Julia-1.6-what-has-changed-since-1.0.md Outdated Show resolved Hide resolved
@christopher-dG
Copy link
Contributor

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]>
@oxinabox
Copy link
Owner Author

CLosing this so to avoid the massive number of comments slowing things down.
I haven;t addressed all of them but i think i will catch the remaineder in my next editting pass.
GitHub being borked is making accing the comments annoying

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants