phpDocumentor / phpDocumentor/phpDocumentor

Prevent infinite loop due to cyclic dependency

Open
#2,236 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
PHP
Stars
4.3k
Forks
648
Avg merge
28m
Merged PRs (30d)
13

Description

Introduce cyclic dependency checking in the Linker; when a class or interface extends another and that class or interface extends the first we go into a cycle.

The Linker should probably guard against that

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Linker and tracing how class or interface inheritance is followed. Reproduce a pair of mutually extending declarations, then verify that linking terminates with cyclic dependencies detected instead of looping indefinitely.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.