Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-16 | belated move to OO | Marc Espie | |
2023-06-16 | no extra params there, to be revisited | Marc Espie | |
2023-06-16 | fix default parm, noticed by aja@ on clean-old-distfiles | Marc Espie | |
2023-06-14 | GC remnants of pipe support, long gone. | Marc Espie | |
Display an error message for non found packages, in addition to setting the exit code. | |||
2023-06-13 | move to use v5.36; | Marc Espie | |
tested by me over the last few weeks, and tb@ also fixed a "manual install" bug properly reported by tb@ aside that there should be *no functional change*. If you see any message like "hey, the number of params is wrong" it is a fringe case I didn't run into and should be easy to fix. | |||
2023-06-07 | do not pass @_ to code snippets, prepare for 5.36 | Marc Espie | |
found out by aja@ | |||
2023-05-29 | use v5.36, this one is somewhat trivial | Marc Espie | |
2023-05-27 | the solver needs some love for later | Marc Espie | |
2023-05-27 | remove the extra local variable (blessing a ref to self DOES work) | Marc Espie | |
accordingly zap the extra blocks that are no longer needed making this look less funky | |||
2023-05-27 | comment/cosmetic | Marc Espie | |
2023-05-27 | more comment | Marc Espie | |
2023-05-27 | yeah, yeah, those names are horrible | Marc Espie | |
2023-05-27 | finish making this a singleton class (which I don't always like | Marc Espie | |
and is definitely worthy of a comment) | |||
2023-05-27 | more descriptive comment | Marc Espie | |
2023-05-27 | indicate that not having hashes already is just legacy needed | Marc Espie | |
until all old packages are gone | |||
2023-05-27 | point people towards relevant comments | Marc Espie | |
2023-05-27 | a few comments | Marc Espie | |
explicitly return undef from check, which will prevent casual me from 'fixing' it later | |||
2023-05-27 | prepare for 5.36: pass $code as @code so that we don't have | Marc Espie | |
to decide a default right away (I should apply this everywhere I go to read a plist actually) | |||
2023-05-27 | comments | Marc Espie | |
2023-05-27 | document base method | Marc Espie | |
2023-05-27 | try/catch to be revisited | Marc Espie | |
2023-05-27 | comments/cosmetics | Marc Espie | |
2023-05-27 | restore documentation: explain what ArcCheck does | Marc Espie | |
2023-05-27 | cosmetic/comments improvement | Marc Espie | |
2023-05-27 | - make the handling of interactive more regular by | Marc Espie | |
delegating the choice of the class to a separate method - zap/improve meaningless comments - mark ntogo as a focus for improvements | |||
2023-05-27 | prepare for 5.36, document methods in base class | Marc Espie | |
2023-05-23 | don't pass state, we get them from the progressmeter | Marc Espie | |
2023-05-22 | gc unused/old code | Marc Espie | |
2023-05-21 | missed one | Marc Espie | |
2023-05-21 | move the interface to SharedLibs to be somewhat object oriented | Marc Espie | |
accordingly, load it "just in time" in State. Most calls get simplified, and we can save more state for later. | |||
2023-05-21 | document how this is used... There's nothing that actually uses the | Marc Espie | |
export part, and be explicit about how we call code refs. | |||
2023-05-21 | "fix" for 5.36: pass the possible option value as an extra param | Marc Espie | |
instead of defined/undefined, so that the code sub is called with the right number of parameters. | |||
2023-05-21 | v5.36, trivial move | Marc Espie | |
2023-05-20 | Don't bother setting the effective group, it doesn't affect file creation | Marc Espie | |
on a BSD system anyhow (duh moment, thx semarie@) | |||
2023-05-19 | make Paths fully OO, as it makes some things simpler | Marc Espie | |
2023-05-19 | this parameter does not exist | Marc Espie | |
2023-05-19 | remove indirect calls | Marc Espie | |
2023-05-18 | adjust style to post v5.36 world | Marc Espie | |
2023-05-17 | fix -n | Marc Espie | |
2023-05-17 | stop using old-style prototypes except where strictly necessary | Marc Espie | |
(for try/catch) signatures will be much more powerful once I move to 5.36 | |||
2023-05-17 | actually fix caching for release/stable | Marc Espie | |
$r2 computation was wrong, led to an undef, which autovivification promptly masked | |||
2023-05-16 | explicitly rename internal methods with an _ | Marc Espie | |
2023-05-16 | clean visible interface a bit: Ustar does not use errsay (but ArcCheck does) | Marc Espie | |
and having a forwarder for system for ONE use is a bit much ! | |||
2023-05-16 | cleaner documentation of what's going on | Marc Espie | |
2023-05-16 | start un-exposing some internal methods | Marc Espie | |
2023-05-16 | ditch subclasses for PackingList: I ended up never using this anywhere | Marc Espie | |
2023-05-16 | use the new set_destdir interface | Marc Espie | |
2023-05-16 | avoid the "indirect object" call, as it won't work with v5.36 | Marc Espie | |
document a few useful details introduce a less confusing set_destdir inteface for later | |||
2023-05-16 | explain why there is a hierarchy with one single subclass, because | Marc Espie | |
we never know when we may need to change crypto-hashes! | |||
2023-05-16 | document a few small details, some of them non-obvious like | Marc Espie | |
the inheritance hierarchy or the exact interface for ->add |