Added Gitea issue note

This commit is contained in:
Tristan B. Velloza Kildaire 2022-10-13 13:45:39 +02:00
parent 96d8f0face
commit 4b36623861
1 changed files with 3 additions and 1 deletions

View File

@ -785,12 +785,14 @@ public class DNodeGenerator
/* Resolve the Entity */
Entity namedEntity = tc.getResolver().resolveWithin(context.getContainer(), nearestName);
/* FIXME: We should add a `namedEntity.setContext()` here */
/**
* If an entity by that name exists
*/
if(namedEntity)
{
/* TODO: Reusrse */
/* TODO: Recurse and do dependency generation (this should include #8 on Gitea) */