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

Surgical fix to default command line parameters #2090

Merged
merged 1 commit into from
Dec 7, 2018

Conversation

freimair
Copy link
Contributor

@freimair freimair commented Dec 7, 2018

This request fixes #2084 similar to the fix introduced by @cbeams in #2063 (which addressed #2048).

This should get rid of all side-effects we encountered by providing the defaults in the JOptSimple parser already. Since #1961 did not remove any code concerning the "old" default handling this fix should be production ready.

However, as @cbeams mentioned in #1961, he has further changes regarding the command line argument parsing queued up. So git revert e9ca340 (this commit) and git revert b122ff4 should prepare Bisq for your queued changes again.

Copy link
Contributor

@ManfredKarrer ManfredKarrer left a comment

Choose a reason for hiding this comment

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

ACK

@ManfredKarrer ManfredKarrer merged commit fd2d2fd into bisq-network:master Dec 7, 2018
@cbeams
Copy link
Contributor

cbeams commented Dec 10, 2018

utACK. Thanks, @freimair.

@freimair freimair deleted the remove-defaults branch December 10, 2018 09:57
@freimair freimair restored the remove-defaults branch February 19, 2019 15:06
@freimair freimair deleted the remove-defaults branch December 6, 2019 19:45
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.

getProperty(AppOptionKeys.APP_DATA_DIR_KEY) is returning default value
3 participants