Eduardo Tongson

Results 17 comments of Eduardo Tongson

I think this is because `OP_LEN` iterates from the end like `MaxN`.

Ok, either change gopher-lua `Len()` behavior or create a new function for the `#` operator.

Invoking `__lt` and `__le` for mixed types is a 5.2+ feature.

Sorry just got back from vacation. I may have time this weekend to add this feature. Regards.

Configi could use `add-apt-repository` or do it by itself. Still trying to figure out the best way.

Thanks. Added ppa module. Just used add-apt-repository like in Puppet apt::ppa. Example: https://github.com/Configi/configi/blob/master/test/ppa_present.lua The `update` parameter determines if an `apt-get update` is run after adding the repository. By default it...

Apologies. luaX_pusherrno is no more in my local working copy. I will have time to refactor the rest of the C modules this weekend. I guess it's time to release...

The environment of the policy is sandboxed. Incidentally was contemplating on user provided modules. Just added it to the Todo project, I'll work on that after polishing the dependency support....

Just curious. Which Linux flavor/distro are you using Configi for?

Thanks Eric, That `gitobj` example is very doable with user provided modules. Also possible with core modules but it will be trickier to figure out the methods and not overdo...