Skip to content

1.1.1 — proper handling of pass-by-value, fixed memory leaks

Compare
Choose a tag to compare
@kotauskas kotauskas released this 10 Mar 19:56
· 6 commits to main since this release
6fa1bf5
  • Boxed thin trait objects now implement Drop as intended. This was not enabled due to an oversight, leading to memory leaks whenever those go out of scope.
  • Pass-by-value trait methods will now gracefully fail with an error stating that they are not supported yet instead of yielding a compilation failure.