Marco Pivetta
Marco Pivetta
Hey @ostrolucky and @Majkl578, can you make a small article about the fact that you were added to the organisation recently? Is it worth doing? I think it is, but...
Moved from https://github.com/doctrine/doctrine2/issues/6060
Docs still mention that we "build" the project with phing (https://github.com/doctrine/doctrine-website-sphinx/blob/ca172b866e2eefe54cf2a342c465dc362c407aa0/site/contribute.rst#phing-build-process). That's outdated, and should be removed/updated.
Hey there! I'm poking over here to let you know that I'm going to shut down the `doctrine/automatic-releases` deployment environment on heroku at the end of this month, or at...
### What As per discussion with @dantleech, the current `UnitOfWork` identity map is very messy, and unlikely to be compatible with the upcoming [Ocramius/ChangeSet](https://github.com/Ocramius/ChangeSet) rework. ### Why There are also...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | no _Disclaimer_: I don't like rollbacks, and...
Fixes #194 This change removes `latest` from default composer dependencies in the generated CI matrix. The rationale is that `latest` dependencies tend to break our builds, and we usually run...
## RFC While running tests over the last few days, I noticed that we have test failure due to runtime depreciations (which I still firmly believe to be an abomination)...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | no #### Summary Whenever we make small...
### Bug Report | Q | A |------------ | ------ | Version(s) | 1.13.0 #### Summary Given following `composer.json`: ```json { "require": { "php": "~8.1.0", "ext-pdo_sqlite": "*" } } ```...