mk-mxp
mk-mxp
- PHPMD version: 2.10.1 - PHP Version: 7.3.27 - Installation type: composer - Operating System / Distribution & Version: Ubuntu 20.04 LTS ### Current Behavior phpmd stops with `Unexpected end...
I tried to dump a configuration file to kick-off my import project. But it does not work with the current version: ```text $ vendor/bin/import-simple --version Pacemaker - Community Console Tool...
Using `configlet sync` at the time of writing is a wall of warnings. These are things to sync. I will extract one issue for each exercise, but that takes some...
- [ ] docs: instructions unsynced: all-your-base - [ ] docs: introduction missing: all-your-base - [ ] Sync test metadata to tests - [ ] Drop unnecessary strict types comments
- [ ] docs: instructions unsynced: pangram - [ ] pangram: missing 1 test case - a-m and A-M are 26 different characters but not a pangram (7138e389-83e4-4c6e-8413-1e40a0076951) - [...
`Meetup` will be the only exercise with PHP as featured language during `#48in24`! Let's prepare it well: - [ ] Run `bin/configlet sync -u -e meetup` (updates the Markdown files...
To keep away lengthy discussions from tracking issue #631 / pull requests #674 and #663 There are lots of experiences and information about the test generators of various tracks in...
I decided to re-write the test generator based on template files instead of `nikic/php-parser`. It had too many limitations. And I didn't want to dig into another huge PHP generation...
While digging into [the performance degradation](https://forum.exercism.org/t/test-tracks-for-the-20-seconds-limit-on-test-runners/10536) caused by upgrades in #656 and the problems seen in https://github.com/exercism/php-test-runner/pull/100 during the upgrades: Should we introduce a well defined and binding (CI enforced)...
This is what I think must be done: - [x] Add PHP 8.3 to the CI of the track and allow it to fail #656 - [x] Add PHPUnit 10...