Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-22Allow inheritance of _init from more than one level up (#289)mcclure
2018-09-21added linter to the test setup and fixed warningsThijs Schreijer
2016-04-19Setup __tostring on class creation instead of per instance.Jordi Vilalta Prat
2016-01-01Merge pull request #78 from Tieske/get_classSteve J Donovan
2013-08-25pl.class can be used more conveniently from Moonscriptsteve donovan
2013-08-11documentation changes and refactoringssteve donovan
2013-06-26super fix fixed; RIP class base method - not possible to implement correctly ...steve donovan
2013-06-26class super method was borked; now hunts for first available default ctor in ...steve donovan
2013-06-21added some tests, allow to get an instances class through instance:is_a()Thijs Schreijer
2013-06-14pl.List now uses 'class'; class supports object-returning pre-constructor _cr...steve donovan
2013-06-13Thijs doc updates, plus 'catch' can be called with a colon to avoid confusion...steve donovan
2013-06-11doc updates; class.Frodo now puts 'Frodo' in _current environemnt_steve donovan
2013-03-28Adding new class method 'base' which can be used for calling base class metho...José manuel Barroso Galindo
2013-03-23pl.class broke with classes that redefined __newindex; OrderedMap can now use...steve donovan
2012-03-26no more delegate for pl.class until we understand the need better; Set doc fi...1.0.0steve donovan
2012-03-25property support for classes and doc updatessteve donovan
2012-03-20nested super calls working ok (Henk Boom)steve donovan
2012-03-18updating module references to manualsteve donovan
2011-10-02rawget needed for base ctor lookup when handler definedsteve donovan
2011-09-29only global accessed is _G; use io.stderr.write instead of print for warning ...steve donovan
2011-04-06warning if old-style require ('pl.class').class is usedstevedonovan
2011-03-01Doc fixesstevedonovan
2011-02-27Several changes:stevedonovan
2011-02-19pl.class exports just the class construction functionstevedonovan
2010-12-20Version 0.9.0 Initial Commit:0.9.0stevedonovan
2010-12-16All source is now LF terminated.\nAll tests run successfully from their own d...stevedonovan
2010-03-09Bsteve donovan