-
Notifications
You must be signed in to change notification settings - Fork 26
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
Ignoring bug about too many leading spaces #193
Comments
@baudoliver7 I believe it's a feature of a new version. @mbao01 right? |
@yegor256 @mbao01 Here is another puzzle (on artipie this time) that fails also : * @todo #449:30min Support running DockerProxyIT test on Windows.
* Running test on Windows uses `mcr.microsoft.com/dotnet/core/runtime` image.
* Loading this image manifest fails with
* "java.lang.IllegalStateException: multiple subscribers not supported" error.
* It seems that body is being read by some other entity in Artipie,
* so it requires investigation. With the same message, preventing Reading src/test/java/com/artipie/docker/DockerProxyIT.java...
ERROR: src/test/java/com/artipie/docker/DockerProxyIT.java; puzzle at line #28; Too many leading spaces at 36:3; make sure all lines that include the puzzle body start at position #4.
If you can't understand the cause of this issue or you don't know how to fix it, please submit a GitHub issue, we will try to help you: https://github.com/yegor256/pdd/issues. This tool is still in its beta version and we will appreciate your feedback. Here is where you can find more documentation: https://github.com/yegor256/pdd/blob/master/README.md.
Exit code is 1 See logs here for more details. |
@yegor256 this has been fixed in #187 but has not been released yet. @baudoliver7 thank you for raising this issue. Issue #163 discusses the same points. Now, leading spaces are not needed in creating a puzzle. This will be out in the next release. |
For example, when I add this puzzle to my code :
and run
pdd
like this on my project :pdd -f /dev/null
Everything is ok so far.
But, 0pdd is unable to create the puzzle with this error message :
See logs here
On another side, I think we should allow someone to create a puzzle designed like the one above :)
The text was updated successfully, but these errors were encountered: