Implemented compilation finished events
This commit is contained in:
parent
b8c011d742
commit
aba9cf2412
8 changed files with 72 additions and 50 deletions
|
@ -27,6 +27,7 @@ func compile(functions <-chan *Function, errs <-chan error) (Result, error) {
|
|||
continue
|
||||
}
|
||||
|
||||
function.functions = allFunctions
|
||||
allFunctions[function.Name] = function
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue