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

No output #6

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

NikosAlexandris
Copy link
Contributor

No description provided.

@NikosAlexandris
Copy link
Contributor Author

@aborruso Do we need the output files gitted?

@@ -4,6 +4,7 @@ set -x
set -e
set -u
set -o pipefail
alias mlr='mlr.linux.x86_64'
Copy link
Owner

Choose a reason for hiding this comment

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

@NikosAlexandris my mlr executable is mlr not mlr.linux.x86_64. Using this line will I have problems?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops! This is something local! I shouldn't have committed it.

@aborruso
Copy link
Owner

aborruso commented Sep 7, 2021

@aborruso Do we need the output files gitted?

yes, why not?

Why you want backtick in count-similar;filter;cut

@NikosAlexandris
Copy link
Contributor Author

NikosAlexandris commented Sep 7, 2021

@aborruso Do we need the output files gitted?

yes, why not?

Why you want backtick in count-similar;filter;cut

Now it's filter;cut. After it'll be filter;cut. Cleaner. And I also want to tackle this programmatic question using Miller.

@NikosAlexandris
Copy link
Contributor Author

@aborruso Do we need the output files gitted?

yes, why not?

Because the output will be generated when the user wants or when a page or the manual is rebuild. It's the end product of the script. Hmm, I am thinking that I should maybe work on a development branch, where I/we don't need to recommit the end-product with each and every single change of the script. And let it be as is for the main branch?

But, ok. It was just an idea to avoid recommitting the end-product and just do it once and a while.

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.

2 participants