You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: rename base.objtype to std.type internally.
* specs/spec_helper.lua (objtype): Correct a reference to
base.lua:objtype in a comment.
* specs/object_spec.yaml: Show the difference between the object
module table, and the root Object more clearly.
* lib/std/base.lua (objtype): Rename from this...
(type): ...to this.
* lib/std.lua.in, lib/std/container.lua, lib/std/debug.lua,
lib/std/object.lua, lib/std/operator.lua, lib/std/set.lua,
lib/std/tree.lua, lib/std/tuple.lua: Adjust all callers.
Signed-off-by: Gary V. Vaughan <gary@vaughan.pe>
0 commit comments