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

Updates for retry changes in 0.6. #368

Merged
merged 2 commits into from
Sep 12, 2017
Merged

Updates for retry changes in 0.6. #368

merged 2 commits into from
Sep 12, 2017

Conversation

rofinn
Copy link
Contributor

@rofinn rofinn commented Jun 20, 2017

I keep including the same retry version check in my code, so I figured this made more sense.

@rofinn
Copy link
Contributor Author

rofinn commented Jun 20, 2017

Looks like the kwargs support to retry won't work on 0.4. Would it make sense to drop support for 0.4 now that we're moving on to 0.7?

@tkelman
Copy link
Contributor

tkelman commented Jun 20, 2017

now's about the right time for that, yes

@rofinn
Copy link
Contributor Author

rofinn commented Jun 20, 2017

I'm guessing that should be a separate PR which removes any 0.4 specific code?

@tkelman
Copy link
Contributor

tkelman commented Jun 20, 2017

yeah, and deprecations that I know @timholy was wanting to get rid of or adjust (hopefully the consumers of them have moved on to not using them from Compat any more...)

@rofinn
Copy link
Contributor Author

rofinn commented Jul 26, 2017

Should be good to review now that 0.4 has been dropped.

@tkelman
Copy link
Contributor

tkelman commented Jul 26, 2017

Needs a README mention

@ararslan
Copy link
Member

Bump. Needs conflicts resolved then should be good to go.

@rofinn rofinn force-pushed the retry branch 2 times, most recently from aeb74c6 to de1f0b6 Compare August 19, 2017 22:00
@rofinn
Copy link
Contributor Author

rofinn commented Aug 20, 2017

Should be good to go now.

README.md Outdated
@@ -155,11 +155,12 @@ Currently, the `@compat` macro supports the following syntaxes:

* `logdet` for `Number`s ([#22629]).

* `fieldcount` is equivalent to `nfields` for Julia versions 0.6 and below and is used to
determine the number of fields in a data type ([#22350]).
* `fieldcount` is equivalent to `nfields` for Julia versions 0.6 and below and is used to determine the number of fields in a data type ([#22350]).
Copy link
Member

Choose a reason for hiding this comment

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

Unrelated change?

Copy link
Contributor Author

@rofinn rofinn Aug 20, 2017

Choose a reason for hiding this comment

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

Yeah, it's just a new line change I accidentally introduced as part of resolving conflicts... didn't think it was a big issue.

Copy link
Contributor

Choose a reason for hiding this comment

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

would be best not to touch this as it would be misleading in blame of the readme

@rofinn
Copy link
Contributor Author

rofinn commented Sep 12, 2017

Bump?

@ararslan ararslan merged commit 9561962 into JuliaLang:master Sep 12, 2017
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.

3 participants