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

Miscellaneous minor fixes and improvements #91

Merged
merged 4 commits into from
Nov 5, 2015

Conversation

sschuberth
Copy link
Member

Mainly fix unit tests for default encoding on Windows plus some other minor fixes and improvements.

@jenkinsadmin
Copy link
Member

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

@sschuberth sschuberth changed the title Fix unit tests for default encoding on Windows Miscellaneous minor fixes and improvements Aug 28, 2015
@sschuberth
Copy link
Member Author

@svanoort Would you mind having a look?

@@ -30,7 +30,6 @@
*/
public class BlockableBuildTriggerConfig extends BuildTriggerConfig {
private final BlockingBehaviour block;
public boolean buildAllNodesWithLabel;
Copy link
Member

Choose a reason for hiding this comment

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

Breaks binary compatibility. If unused, should be marked as deprecated

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll drop this change as I not not want to mix this PR of mine with code deprecation.

@oleg-nenashev
Copy link
Member

👎 for merge in the current state

@sschuberth
Copy link
Member Author

@oleg-nenashev I've updated the PR to address your comments.

@svanoort
Copy link
Member

Apologies for the delay. It looks like my filter that was supposed to tag direct github mentions (so they don't get buried in the 50+ per day) needs some tweaks, and this slipped through.

👍 from me for this, and I'll merge tomorrow if no objections are raised

@sschuberth
Copy link
Member Author

I've pushed an update that removes the multi-byte assertions for non-multi-byte default character sets, as I believe there's no point in comparing against "???"-like strings.

@oleg-nenashev
Copy link
Member

👍

@sschuberth
Copy link
Member Author

@svanoort I think it's ready now ;-)

@svanoort
Copy link
Member

svanoort commented Nov 5, 2015

👍 and merge as a maintainer

svanoort added a commit that referenced this pull request Nov 5, 2015
Miscellaneous minor fixes and improvements
@svanoort svanoort merged commit 9741736 into jenkinsci:master Nov 5, 2015
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.

4 participants