Skip to content
Snippets Groups Projects
Commit dfd5bdf3 authored by Julien Signoles's avatar Julien Signoles
Browse files

[kernel] property statuses should not be removed when the AST is marked as grown

parent f4dde577
No related branches found
No related tags found
No related merge requests found
......@@ -168,6 +168,7 @@ module Status =
end)
let self = Status.self
let () = Ast.add_monotonic_state self
let iter_on_statuses f ip =
try
......@@ -231,6 +232,7 @@ end = struct
end)
let self = S.self
let () = Ast.add_monotonic_state self
let _mem e path =
try
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment