Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Circular dependencies #3

Open
tanenbaum opened this issue Feb 19, 2015 · 0 comments
Open

Circular dependencies #3

tanenbaum opened this issue Feb 19, 2015 · 0 comments
Labels

Comments

@tanenbaum
Copy link
Owner

if a extends b and b extends a then go round and round forever.

Should be very straightforward, we just need to maintain a stack when following extensions.

Either the system should just go one level deep, whichever area is demanded first, or it should refuse to compute it with a suitable 500 message.

@tanenbaum tanenbaum added the bug label Feb 19, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant