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