Polymorphism fixes #906
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "ghallak/fix-polymorphism"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes: #413
This introduces a couple of fixes for the referenced issue.
The commits should be merged without squashing.
Created by: radrow
If that throws, is the newly created ets table cleared?
Created by: radrow
I don't like this name. It is not clear from where you delete (the universe?). At first I thought you delete it from the contract. Why not something like "register implementation"?
Created by: radrow
Also, why do you match type sig as well?
It is cleared inside
clean_up_ets
. In which case would we need to clean thefunctions_to_implement
table explicitly?Changed here
2a55823633
Changed here
06879fdf73
Created by: radrow
Review: Approved
Created by: hanssv
Review: Approved
Merged by: ghallak at 2022-10-04 09:40:50 UTC