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 Julia 0.7, dropping 0.6 support #48

Merged
merged 7 commits into from Oct 7, 2018
Merged

Conversation

schmrlng
Copy link
Contributor

@schmrlng schmrlng commented Jul 13, 2018

Includes #47; see discussion there for a proposal on a double release (RobotOS v0.6.3 including #47, i.e., the first commit here, and then this PR as v0.7.0).

@coveralls
Copy link

coveralls commented Jul 13, 2018

Coverage Status

Coverage increased (+4.02%) to 94.58% when pulling 7c476b3 on schmrlng:0.7 into df32f3c on jdlangs:master.

@schmrlng
Copy link
Contributor Author

schmrlng commented Aug 4, 2018

Now includes updates discussed at #47 (comment).

@jdlangs
Copy link
Owner

jdlangs commented Sep 21, 2018

@schmrlng should this be rebased and reconfigured to support 1.0?

@schmrlng
Copy link
Contributor Author

Sure IIRC it's essentially ready to go code-wise (and I've been using it on 1.0 for a month or two with no issues), but stand by for some fluctuation on this PR while I try to get the CI updated/happy.

@schmrlng
Copy link
Contributor Author

CI passes (though Coverage might be broken at the moment), so I think this is ready to go. Documenter.jl best practices seem to be evolving at the moment; for future reference I used the approach described here for now:
https://discourse.julialang.org/t/psa-use-a-project-for-building-your-docs/14974

@schmrlng
Copy link
Contributor Author

@huckl3b3rry87 since you initially authored the docs build, in case you have any comments on the last commit.

warn("Message type '$typ' conflicts with Julia builtin, ",
"will be imported as '$(_jl_safe_name(typ,"Msg"))'")
@warn("Message type '$typ' conflicts with Julia builtin, ",
"will be imported as '$(_jl_safe_name(typ,"Msg"))'")
Copy link
Owner

Choose a reason for hiding this comment

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

It looks like auto-concatenation of logging messages doesn't happen anymore and this ends up printing the substitution content verbatim in the resulting message. Can just use an extra call to string I suppose.

warn("Use of type '$typestr' is deprecated in message definitions, ",
"use '$(lowercase(string(_ros_builtin_types[typestr])))' instead.")
@warn("Use of type '$typestr' is deprecated in message definitions, ",
"use '$(lowercase(string(_ros_builtin_types[typestr])))' instead.")
Copy link
Owner

Choose a reason for hiding this comment

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

Will need the multi-arg logging fix as well.

@jdlangs
Copy link
Owner

jdlangs commented Oct 7, 2018

@schmrlng much thanks for your patience and help in getting this done.

@jdlangs jdlangs merged commit 30bcd49 into jdlangs:master Oct 7, 2018
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.

None yet

3 participants