| Age | Commit message (Collapse) | Author |
|
|
|
|
|
we're already doing a DFS to sort modules and it already check for
circular imports, so instead of rolling a custom detection afterward
just signal the circular dependency when detected in the DFS
|
|
Refactor modules support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lock and unlock coroutine #4645
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 9a47d92eaa9612bf6e3fdb72995d8872b533d082.
|
|
seems my refactoring doesn't prevent this policy to work fine
|