-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[php-slim4] Partial generation #11069
[php-slim4] Partial generation #11069
Conversation
With
|
With
|
With
|
There is an CI error about uncommitted changes. I don't know why |
|
Slim4 doesn't contain manually written tests in the repo. How should I commit changes of generated tests if CI pipe will always reject them??? |
If you're sure there's no manually written test cases, then just manually purge the folder and then regenerate the files. |
That's what I usually do, then I commit updated samples from tests folder. But this repo script doesn't and CI pipe will complain about uncommitted changes each PR. Talking about CI tests, git diff won't match. |
However, CI pipe complains about |
I forgot to update tests folder in latest PR. Fixing my mistake.
e51d704
to
07d819d
Compare
Part generation of server PHP Slim4.
Closes #9573
I will add results of different generations in comments below to make it more readable.
cc @jebentier, @dkarlovi, @mandrean, @jfastnacht, @ackintosh, @renepardon
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*
.For Windows users, please run the script in Git BASH.
master
(5.3.0),6.0.x