Skip to content
#

permissions

Here are 860 public repositories matching this topic...

Katrix
Katrix commented Apr 13, 2022

Description

I would love to have some proper topological sorts in LP, so that I can ensure that before a group is processed, all the things inheriting from it has already been processed.

Proposed Behaviour

Two new options for inheritance-traversal-algorithm. "Reversed-dfs-post" which does a DFS-post sort, and reverses the order, and "khan" which performs Khan's algorithm.

Extra D

type: suggestion help wanted good first issue

Improve this page

Add a description, image, and links to the permissions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the permissions topic, visit your repo's landing page and select "manage topics."

Learn more