We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I clone this repository on a UNIX systems, several or all *.razor files have executable permissions.
*.razor
This is not necessary (IMHO) and probably an artefact that BERP grammar generation normally occurs on Windows (or in the container).
EXAMPLES:
javascript/gherkin-javascript.razor
python/gherkin-python.razor
The *.razor should not have executable permissions (best verified on a UNIX system, like: macOS, Linux, BSD, Windows WSL, ...).
NOT RELEVANT, because this a development/maintenance issue of the Git repository.
On a UNIX system:
# -- USE: bash shell (or some other shell) $ git clone https://github.com/cucumber/gherkin.git $ cd gherkin $ ls -laF javascript/*.razor -rwxr-xr-x $SOME_USER $SOME_GROUP $FILE_SIZE $FILE_DATE javascript/gherkin-javascript.razor*
No response
The text was updated successfully, but these errors were encountered:
agree, it should not be executable
Sorry, something went wrong.
I have no idea why these are executable either.
Feel free to make pull request. If it changes exactly this, it will be quick to merge.
Successfully merging a pull request may close this issue.
👓 What did you see?
When I clone this repository on a UNIX systems,
several or all
*.razor
files have executable permissions.This is not necessary (IMHO) and probably an artefact that BERP grammar generation normally occurs on Windows (or in the container).
EXAMPLES:
javascript/gherkin-javascript.razor
python/gherkin-python.razor
✅ What did you expect to see?
The
*.razor
should not have executable permissions (best verified on a UNIX system, like: macOS, Linux, BSD, Windows WSL, ...).📦 Which tool/library version are you using?
NOT RELEVANT, because this a development/maintenance issue of the Git repository.
🔬 How could we reproduce it?
On a UNIX system:
📚 Any additional context?
No response
The text was updated successfully, but these errors were encountered: