Skip to content

example: specification of a left pad string padding function #1608

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

crodriguezvega
Copy link

This is a sample specification of a left pad string padding function. After addressing any feedback and merging this PR, I plan to open a PR to hwayne/lets-prove-leftpad to add it there as well.

  • Tests added for any new code
  • Documentation added for any new functionality
  • Entries added to the respective CHANGELOG.md for any new functionality
  • Feature table on README.md updated for any listed functionality

@crodriguezvega
Copy link
Author

I've run make examples, but it seems to hang and the README.md doesn't get updated...

echo "<!-- DO NOT EDIT: THIS FILE IS GENERATED FROM examples/.scripts/README-text.md VIA 'make examples' -->" > examples/README.md
cat examples/.scripts/README-text.md >> examples/README.md
./examples/.scripts/run-examples.sh >> examples/README.md
Academic tradition requires you to cite works you base your article on.
If you use programs that use GNU Parallel to process data for an article in a
scientific publication, please cite:

  Tange, O. (2025, February 22). GNU Parallel 20250222 ('Grete Tange').
  Zenodo. https://doi.org/10.5281/zenodo.14911163

This helps funding further development; AND IT WON'T COST YOU A CENT.
If you pay 10000 EUR you should feel free to use GNU Parallel without citing.

More about funding GNU Parallel and the citation notice:
https://www.gnu.org/software/parallel/parallel_design.html#citation-notice

To silence this citation notice: run 'parallel --citation' once.

@bugarela
Copy link
Collaborator

bugarela commented Mar 12, 2025

I've run make examples, but it seems to hang and the README.md doesn't get updated...

This takes a few minutes to run, but it might be the case that you are hitting #1609

Don't worry, I can run this for you and update the dashboard

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