Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCall ./fuzzit with the correct arguments #14
Closed
Conversation
|
Actually this was updated in the last couple of version. this is |
|
Ok then I should update the version I fetch. This was why I had hoped you'd
just put the latest in the docker image.
…On Tue, 27 Aug 2019, 15:15 Yevgeny Pats, ***@***.***> wrote:
Actually this was updated in the last couple of version. this is --type
local-regression now. this eliminate the need for additional flag
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14?email_source=notifications&email_token=AAXFX64ZCK4QNDX4MFFR7V3QGS2ATA5CNFSM4IP5DQS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5GQH2I#issuecomment-525140969>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAXFX6YHZXT55MZI6WME5RLQGS2ATANCNFSM4IP5DQSQ>
.
|
|
I think the problem regarding |
jaqx0r
pushed a commit
to google/mtail
that referenced
this pull request
Aug 27, 2019
|
Sorry (pressed enter accidentally). I think the problem regarding latest version in general as well as putting the latest version in docker is that once there is a braking change in the latest version it will break your CI. maybe this is something that people want (this way they get notified of latest changes). you can download latest version of fuzzit CLI though via |
|
Yep I realised that after I sent the message and have opted myself in to
that risk :) I hope you at least test the binary before it gets released
tho!
…On Tue, 27 Aug 2019, 16:03 Yevgeny Pats, ***@***.***> wrote:
Sorry (pressed enter accidentally). I think the problem regarding latest
version in general as well as putting the latest version in docker is that
once there is a braking change in the latest version it will break your CI.
maybe this is something that people want (this way they get notified of
latest changes). you can download latest version of fuzzit CLI though via
https://github.com/fuzzitdev/fuzzit/releases/latest/download/fuzzit_Linux_x86_64
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14?email_source=notifications&email_token=AAXFX64DG4UYUSMGFOPGIUTQGS7UXA5CNFSM4IP5DQS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5GS66A#issuecomment-525152120>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAXFX67UUMQT6B6HYV3OX5DQGS7UXANCNFSM4IP5DQSQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
jaqx0r commentedAug 27, 2019
Local regression needs
--localand--type regression, not--type=local-regression.