vain
vain
Our dependency handling is very basic. Everything depends on the namespace it is in and on *all secrets* in that namespace. Now I have a situation where I need a...
https://github.com/bundlewrap/bundlewrap/pull/781#issuecomment-2451582022
I just accidentally wrote this in a _node_ file: ``` supergroups = ['yadda'] ``` I didn’t get an error, but the node still wasn’t in that group and I was...
You need to run `bw test -M` to see metadata conflicts. Anything else “just works” – but it’s all undefined behavior, it just spits out _some_ result. So if you...
Every time I introduce someone to bw, I have to put in a lengthy explanation on what “fault” could possibly mean. Most people think of this as some kind of...
Repository.is_repo() only checks for nodes.py and groups.py, but a bundles/ directory is also needed
(We talked about this briefly in person yesterday.) We have a couple of breaking things in the pipeline. We also have some big tasks for bw 5 pending. It is...
This was introduced in #666. Currently, it just says: ```python elif exitcode in (126, 127, 255): io.debug(f"{self.id} failed local validation with code {exitcode}, ignoring") ``` This should be more “verbose”....
This is probably low-prio. There are also many ways to get this wrong, because ACLs aren’t super trivial. My end goal is to have a file that contains a secret...