mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Playground website #6253
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iluuu1994 on GitHub (Jun 18, 2019).
Feature Request
Summary
I think it would be greatly beneficial for the Doctrine team and users if there was a playground website where bugs could be reproduced and cross referenced to the issue. I see several benefits:
Great examples of such websites are:
https://psalm.dev/
https://phpstan.org/
WDYT?
@Ocramius commented on GitHub (Jun 18, 2019):
Feasible with in-memory SQLite, but would need to run in an environment that has no network access. While Psalm/PHPStan do not run code, doctrine does, so the environment needs to be armored.
@iluuu1994 commented on GitHub (Jun 18, 2019):
I think that should be sufficient for the majority of issues 👍
That's true. Maybe the guys from 3v4l.org can help to make it secure.