0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[smartlinks] format is now "Highlighted: <a>small</a>|<a>full</a>" More... over 15 years ago
[smartlinks] Added simple and full version hyperlinks. [smartlinks] If the simple version is clicked, an iframe loads the [smartlinks] highlighted p6 test file within the same page. [smartlinks] If the full version is clicked, a new browser tab is opened [smartlinks] containing the highlighted p6 code with the full parse tree viewer. More... over 15 years ago
[STD_syntax_highlight] ETOOMUCHTIME says "let us play 'nice' with others" More... over 15 years ago
[STD_syntax_highlight] ETOOMUCHTIME now generates simple and full html in one run. [STD_syntax_highlight] fixed the wallclock benchmarking to nop instead of noc More... over 15 years ago
[STD_syntax_highlight] added file generation timestamp html comment More... over 15 years ago
[STD_syntax_highlight] --simple is now --simple-html=filename|- [STD_syntax_highlight] default full mode is now --full-html=filename|- [STD_syntax_highlight] not compatible atm with ETOOMUCHTIME More... over 15 years ago
[STD_syntax_highlight] support #-comments in --simple mode More... over 15 years ago
[STD_syntax_highlight] ignore #elem "color" css in --simple mode More... over 15 years ago
[STD_syntax_highlight] added --help [STD_syntax_highlight] the filename is checked now before passing it to STD More... over 15 years ago
[STD_syntax_highlight] updated SYNOPSIS for --simple More... over 15 years ago
[STD] allow anonymous unpacked arrays in sigs per S06:1330
rhr
More... over 15 years ago
[smop-s1p] the protoobjects also need to have the whence called .() not the protoobject itself More... over 15 years ago
[evalbot] set LD_LIBRARY_PATH More... over 15 years ago
[smop-s1p] WHENCE is evaluated before BUILDALL and sent as named arguments... the test of matching the type of the protoobject would not work with it, because it is simply a closure More... over 15 years ago
[smop-s1p] protoobjects sent to BUILDALL, including WHENCE, are evaluated as closures when its WHAT === the prototype in which BUILD will be called More... over 15 years ago
[smop-s1p] missed to fix ^attributes on last commit More... over 15 years ago
[smop-s1p] .^!does should not be traversed when finding methods or attributes... it is responsability of the composition process to install the methods and attributes in the composed prototype More... over 15 years ago
[smop-s1p] $repr //= "p6opaque" in Object.CREATE More... over 15 years ago
[smop-s1p] BUILDALL receives |@protoobjects and |%initialize More... over 15 years ago
[smop-s1p] making Object.pm more real-like More... over 15 years ago
[smop-s1p] missed renaming the knowhow declaration\ More... over 15 years ago
[t/spec] add S06-signature/unpack-array.t STD doesn't seem to like this
rhr
More... over 15 years ago
[smop] submethod takes precedence over traversing the method hierarchy More... over 15 years ago
[STD_syntax_highlight] finally implemented the complicated --simple ;-) [STD_syntax_highlight] results are not optimal but it generates correct html. More... over 15 years ago
[smop] mv Class.pm ClassHOW.pm, as suggested by TimToady++ More... over 15 years ago
[STD_syntax_highlight] --simple closes spans properly More... over 15 years ago
[STD_syntax_highlight] Added smop_highlight which highlights *.pm [STD_syntax_highlight] code in v6/smop/src-s1p More... over 15 years ago
[smop] implementation of Class.can($methodname, $capture?) and Class.dispatch... More... over 15 years ago
[t] some cleanup in instance.t More... over 15 years ago
[t] move oo/class/literal.t to spec/ More... over 15 years ago