Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Tags: daelvn/lobject

Tags

v1.1.1

Toggle v1.1.1's commit message
Removed ._included merger

v1.1

Toggle v1.1's commit message
Multiple inheritance now works

Turns out that inheritance never worked, to start with. Some debugging
and some easy fixes now let the user: inherit, perform multiple
inheritance besides the name of the Class or Mixin (like `Class ("Name",
AnotherClass, Mixin) (...)`) and merge tables correctly. Because yes,
apparently I am not smart enough to make a simple merge work.

v1.0

Toggle v1.0's commit message
Initial commit