Marco Pivetta

Results 164 issues of Marco Pivetta

See doctrine/common#168, doctrine/doctrine2#406 and doctrine/mongodb-odm#445 Merging this means bumping requirement of `doctrine/common` to `>=2.4`.

Gitlab has a very cool (and helpful) feature called "Merge commit with semi-linear history": ![Selection_336](https://user-images.githubusercontent.com/154256/73739592-d11f6580-4746-11ea-8845-eef20719d74a.png) In practice, in order for a MR to be merged, it must be first contain...

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | no #### Summary The Laminas organization has...

Enhancement

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no `laminas/automatic-releases` works exceptionally well with milestone...

Enhancement
Help Wanted

In #8 and #10, we disable version parsing by removing `.git` from the `Dockerfile`: we will need to re-enable it again, so that the correct application version can be rendered...

Enhancement

### Feature Request Depends on #26 Assuming a "next milestone" already exists, when creating a pull request from a stable release branch to the next release branch, the tool must...

Enhancement
Help Wanted

### Feature Request I find myself always having to announce a release on twitter after closing a milestone. While that's nice (added visibility), it is also something that could maybe...

Feature Request
Help Wanted

### Feature Request See https://github.com/doctrine/automatic-releases/issues/25 Currently the tool does not understand milestones named `(\d+)\.(\d+)\.(\d+)\-(alpha|beta|rc)(\d*)`, nor knows how to sort them. We want to support pre-release versions such as: * `1.0.0-alpha1`...

Enhancement
Good First Issue
Help Wanted

Currently, a `StringSourceLocator` can be constructed with an empty string, but will crash at runtime when doing so: https://github.com/Roave/BetterReflection/blob/f3966ba125e3b4db948a240e8b29bc28882623c1/src/SourceLocator/Type/StringSourceLocator.php#L23-L38 We should really get rid of the exception, and instead enforce...

enhancement
BC break

Following code is perfectly valid in `BetterReflection`, but the outcome is rather unexpected: ``` php class Foo {} class Foo {} function bar() {} function bar() {} const BAZ =...

bug
easypick