Skip to content

Add wrek_vert:reuse_sandbox/2

Compare
Choose a tag to compare
@rkallos rkallos released this 14 Jan 21:54
· 12 commits to master since this release
6eca7cf

A pattern was emerging where many verts would share the same sandbox. Using wrek_vert:get_sandbox/2 worked okay, but a problem emerged when using get_sandbox on a vert that also used get_sandbox; it would return undefined. wrek_vert:reuse_sandbox/2 fixes this.