fuzion icon indicating copy to clipboard operation
fuzion copied to clipboard

Remove uses of `ast.Context` after the front end phase

Open fridis opened this issue 1 year ago • 0 comments

Context should not be needed after the front end. Nevertheless, it is used in AIR and FUIR code since some method in AbstractType like choiceGenerics require a context since they end up calling Generic.constraint. This should not be necessary, need to check how these calls to Generic.constraint could be removed to avoid the dependency from Context.

fridis avatar Aug 15 '24 10:08 fridis