deprecated-packages / pehapkari.cz-old

Website of Czech and Slovak PHP Community
https://pehapkari.cz
31 stars 85 forks source link

Endless log entry generation in CLI #77

Closed tomasfejfar closed 7 years ago

tomasfejfar commented 7 years ago

When starting sculpin with:

composer update
vendor/bin/sculpin generate --watch --server

I get endless stream of messages:

λ vendor\bin\sculpin generate --watch --server
Didnt find at least one of this type : posts
Detected new or updated files
Generating: 100% (38 sources / 0.01 seconds)
Converting: 100% (38 sources / 0.07 seconds)
Formatting: 100% (38 sources / 0.01 seconds)
Processing completed in 0.20 seconds
Starting Sculpin server.
Server is running at http://localhost:8000
Quit the server with CONTROL-C.
Didnt find at least one of this type : posts
Didnt find at least one of this type : posts
Didnt find at least one of this type : posts
...
Didnt find at least one of this type : posts
Didnt find at least one of this type : posts
Didnt find at least one of this type : posts
TomasVotruba commented 7 years ago

Thanks for reporting. This is due to PHP7_Sculpin being in development.

Will be fixed in new version.

TomasVotruba commented 7 years ago

Ref #94

TomasVotruba commented 7 years ago

Resolved by #114

tomasfejfar commented 7 years ago

Verified. Works fine now ❤️