root/v6/mildew

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @24842 [24842] 7 hours pmurias [mildew] mildew .so objects receive a back continuation added a --valgrind …
(edit) @24828 [24828] 12 hours ruoso [mildew] implement Item assignment... List assignment is currently …
(edit) @24827 [24827] 12 hours pmurias [mildew] the compile error context takes maximum 6 lines
(edit) @24826 [24826] 13 hours pmurias [viv] added VIV::SET_OPT to set some options stored in lexicals …
(edit) @24825 [24825] 14 hours pmurias [mildew] added fcall to AST::Helpers infix:<~> is correctly translated to …
(edit) @24813 [24813] 24 hours pmurias [mildew] use v6; is ignored seperated out statement_control.pm
(edit) @24764 [24764] 4 days ruoso [mildew] put signature-named.t in ROADMAP
(edit) @24763 [24763] 4 days ruoso [mildew] supports accessing $.foo inside a method. [mildew] supports loop …
(edit) @24762 [24762] 4 days ruoso [mildew] implements unless
(edit) @24761 [24761] 4 days ruoso [mildew] implements "has $.a"!
(edit) @24760 [24760] 4 days ruoso [smop] default block signature defines $¿self. [mildew] knowhow attributes …
(edit) @24758 [24758] 5 days ruoso [smop] PurePrototypeHOW implements add_attribute
(edit) @24757 [24757] 5 days ruoso [smop] small fix in Attribute. [smop] Add the lowlevel attribute to the …
(edit) @24755 [24755] 5 days pmurias [mildew] fixed test count in t/p5_fetch_store.t
(edit) @24753 [24753] 6 days pmurias [smop] overloaded .,ne,eq for SMOP::Object we don't destroy the p5 …
(edit) @24744 [24744] 6 days pmurias [smop] SMOPObjects are represented as tied scalars in p5 land so they …
(edit) @24741 [24741] 7 days pmurias [smop] overloaded stringification for idconstants, numification for native …
(edit) @24740 [24740] 7 days pmurias [smop] overloaded bool conversion on SMOP::Object in perl5 land which …
(edit) @24733 [24733] 7 days pmurias [smop] fix memory leakage from p5 interop t/p5.t still suffers from memory …
(edit) @24724 [24724] 8 days pmurias [smop] missing part of the last commit
(edit) @24723 [24723] 8 days ruoso [mildew] small fix in package_declarator
(edit) @24720 [24720] 8 days pmurias [mildew] removed debugging statements
(edit) @24719 [24719] 8 days pmurias [mildew] fixed tiny error which broke knowhows
(edit) @24715 [24715] 9 days ruoso [mildew] "is export" implemented, "is export(:DEFAULT)" still not …
(edit) @24705 [24705] 9 days ruoso [mildew] support :(\$capture) in signatures, all tests pass now ;)
(edit) @24704 [24704] 9 days ruoso [mildew] refactor VAST::* to separated files, should be easier to …
(edit) @24703 [24703] 9 days pmurias [smop] trying out using Coro for runloop integration - proof of concept …
(edit) @24702 [24702] 9 days ruoso [mildew] initial support for Symbolic_unary
(edit) @24701 [24701] 9 days pmurias [mildew] fixed test count in p5.t
(edit) @24700 [24700] 9 days ruoso [mildew] Foo::.method works now
(edit) @24691 [24691] 10 days ruoso [mildew] ignore morename if it doesnt have a name
(edit) @24690 [24690] 10 days ruoso [smop] Package.FETCH [smop] add an empty $?PACKAGE in the lexical prelude …
(edit) @24688 [24688] 10 days pmurias [smop] added $LexicalPrelude? to the lexical prelude, renamed Loader to …
(edit) @24687 [24687] 10 days pmurias [mildew] implemented -Cso which creates a shared object to be loaded in by …
(edit) @24685 [24685] 10 days ruoso [mildew] implements the module keyword
(edit) @24677 [24677] 11 days ruoso [smop] fix p6opaque calling of HOW.dispatch. [smop] fix error message when …
(edit) @24670 [24670] 12 days ruoso [mildew] a test showing throw inside catch
(edit) @24666 [24666] 12 days ruoso [smop] CATCH and CONTROL is run with the outer of the block that contains …
(edit) @24664 [24664] 12 days pmurias [smop] P5Interpreter.eval can now load XS modules commented out the SMOP …
(edit) @24653 [24653] 13 days ruoso [mildew] the tests for return already cover what the tests in ROADMAP …
(edit) @24651 [24651] 13 days ruoso [smop] creates the array correctly when coercing capture to item. [smop] …
(edit) @24647 [24647] 2 weeks ruoso [mildew] signature still BIND values for now... [smop] mold debug prints …
(edit) @24646 [24646] 2 weeks ruoso [mildew] support (|$capture) in a signature, this means return is now …
(edit) @24645 [24645] 2 weeks ruoso [smop][mildew] return is taking only the first positional argument at the …
(edit) @24644 [24644] 2 weeks ruoso [mildew] return_function.t shows how the "return" function willbe …
(edit) @24643 [24643] 2 weeks ruoso [mildew] support for CALLER pseudo-package using a "flattened lexical …
(edit) @24642 [24642] 2 weeks ruoso [smop] fetches the routine from the scalar in handle_return [mildew] fix …
(edit) @24641 [24641] 2 weeks ruoso [smop] ControlExceptionReturn? provides a helper method for the implicit …
(edit) @24631 [24631] 2 weeks pmurias [mildew] fixed CONTROL block moving
(edit) @24628 [24628] 2 weeks ruoso [mildew] uses exec in place of system, and let segfaults be displayed
(edit) @24623 [24623] 2 weeks pmurias [mildew] t/p5.t now uses single quotes to quote p5 code
(edit) @24622 [24622] 2 weeks pmurias [mildew] fixed single quote handling a bit [smop] added S1P::IO.unbuffered …
(edit) @24620 [24620] 2 weeks pmurias [mildew] newlines in strings works added -Cast-yaml [smop] passing SV* …
(edit) @24619 [24619] 2 weeks ruoso [mildew] initial support for CONTROL, the control is being set, but it is …
(edit) @24616 [24616] 2 weeks pmurias [mildew] changed the CLI to a kp6y one
(edit) @24615 [24615] 2 weeks pmurias [smop] a smop linked m0ld is *not* built by default [mildew] --exec …
(edit) @24606 [24606] 2 weeks pmurias [smop] fixed a segfault in postcircumfix:<( )> on a wrapped SV*
(edit) @24588 [24588] 2 weeks pmurias [smop] P5Interpreter.eval returns a wrapped SV* .Str on a wrapped SV* …
(edit) @24586 [24586] 2 weeks pmurias [mildew] t/p5.t sets autoput outflush
(edit) @24584 [24584] 2 weeks pmurias [smop] make also creats a m0ld_exe with a linked in SMOP for …
(edit) @24520 [24520] 3 weeks pmurias [mildew] added AST::Seq for a sequence of nodes removed AST::Package - …
(edit) @24497 [24497] 3 weeks pmurias [mildew] a &code helper is used to create Codes
(edit) @24491 [24491] 3 weeks pmurias [mildew] moved some stuff into AST::Helper a large part of mold for …
(edit) @24410 [24410] 3 weeks ruoso [mildew/ROADMAP] fix misuse of given/when
(edit) @24391 [24391] 4 weeks pmurias [mildew] the last thing in a sub is returned removed clean from the …
(edit) @24331 [24331] 4 weeks pmurias [mildew] self support [m0ld] pcl is linked in so --exec works again
(edit) @24317 [24317] 4 weeks pmurias [mildew] hack - the twigil is part of the name
(edit) @24210 [24210] 5 weeks ruoso [mildew] test for slurpy positionals
(edit) @24209 [24209] 5 weeks ruoso [mildew] two tests for fail and Failure
(edit) @24199 [24199] 5 weeks ruoso [mildew] two more tests in the ROADMAP
(edit) @24197 [24197] 5 weeks ruoso [mildew] The mildew ROADMAP is a directory with test cases that do not …
(edit) @24171 [24171] 5 weeks ruoso [mildew][smop] Moving Map.pm to src-s1p, generic item iterator, lazy list …
(edit) @24108 [24108] 6 weeks ruoso [mildew] small typo fix
(edit) @24107 [24107] 6 weeks ruoso [mildew] calling elems on a lazy list results in eager evaluation…
(edit) @24106 [24106] 6 weeks ruoso [mildew] Iterator should return a capture
(edit) @24105 [24105] 6 weeks ruoso [mildew] one last knowhow to the Map.pm implementation
(edit) @24103 [24103] 6 weeks ruoso [mildew] map consumes as many items as needed by the code signature…
(edit) @24102 [24102] 6 weeks ruoso [mildew] no need to use .!clone, we can use .clone # pmurias++
(edit) @24101 [24101] 6 weeks ruoso [mildew] Map.pm shows how the map operator would work, respecting S07
(edit) @23102 [23102] 6 weeks ruoso [mildew] small fix in the way to treat arguments to terms
(edit) @23101 [23101] 6 weeks ruoso [smop] idconst supports .true, it is only false for 0-sized …
(edit) @23100 [23100] 6 weeks ruoso [mildew] lexical subs working!!!!
(edit) @23099 [23099] 6 weeks ruoso [mildew] simplify lexical-sub test a little bit…
(edit) @23044 [23044] 7 weeks ruoso [mildew] a new failing test for "my sub foo($bar) {...}"
(edit) @23038 [23038] 7 weeks ruoso [mildew] t/classhow_add_method_real.t now also shows that we know how to …
(edit) @23036 [23036] 7 weeks ruoso [mildew] simplifying t/classhow_add_method_real.t... it is still failing, …
(edit) @23035 [23035] 7 weeks ruoso [mildew] we can already dispatch without the FETCH circularity
(edit) @23033 [23033] 8 weeks pmurias [mildew] replaced AST::MetaCall? with AST::Let
(edit) @23028 [23028] 8 weeks pmurias