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

Release 1.5.4 #201

Merged
merged 22 commits into from
Dec 9, 2018
Merged

Release 1.5.4 #201

merged 22 commits into from
Dec 9, 2018

Conversation

kpaulisse
Copy link
Contributor

@kpaulisse kpaulisse commented Dec 7, 2018

Pull requests for version 1.5.4 release:

This is now being tested internally at GitHub and if all goes well, will be merged and released on 2018-12-11. I will approve, comment, and give thanks on the above listed PRs upon release.

Brice Figureau and others added 22 commits June 6, 2018 21:04
There were two cases where CompilationDir wasn't filtering out changes:
* if the parameter value is an arbitrary data structure (ie hash, array
or mix of both)
* if the parameter value is a string containing more than one occurence
of the compilation dir

It turns out that both can be fixed by just replacing the compilation
dirs in both the new and old values with empty strings and comparing
what's left.

It's probably much slower than the original string-only implementation
but covers much more cases as demonstrated by #187 and #188.
I noticed a few mistakes while reading the API documentation, and I
couldn't resist to fix them.
Fixes issues with Rubocop checks failing in CI.
Bash location is different from /bin on most non-Linux UNIX systems.
Rely on env(1) to find the shell in the user's $PATH.
The commits are referenced in a few places in the test suite, so replace
the old latest commit by the new latest one.
We do not always need a full-features bash, plain sh is enougth for some
scripts.
This seems to be this problem:
travis-ci/travis-ci#8969
@kpaulisse kpaulisse changed the title [WIP] Release 1.5.4 Release 1.5.4 Dec 7, 2018
@kpaulisse kpaulisse self-assigned this Dec 7, 2018
@kpaulisse kpaulisse merged commit fd134ce into master Dec 9, 2018
@kpaulisse kpaulisse deleted the 1-5-4 branch December 9, 2018 18:00
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

4 participants