Dimitri Merejkowsky

Results 111 comments of Dimitri Merejkowsky

> I have produced a cli tool that will extract a tsrc manifest from the gitlab api (which I am happy to share) Looks interesting. Please do share it. As...

Well, actually I went ahead and implemented myself, along with a bunch of cleanups I was meaning to do for quite some time. See #148

Ah. I think the functionality was lost in the refactoring. You can use `tsrc apply-manifest` to read a manifest from the local filesystem in an *existing* workspace, but you _need_...

I just realized something - are you using `tbump` to bump lines inside a `Cargo.lock` file? If so, what you can do instead is use `tbump` to change lines in...

> Would a PR adding such optional and disabled by default, behavior be accepted? You're welcome to try ;) My instincts tell me it's going to be difficult to implement...

So I went ahead and tried it. I started with a workspace like this: ``` $ tsrc status :: Using workspace in /home/dmerej/tmp/tsrc :: Collecting statuses of 3 repo(s) =>...

By the way you can write the `sync.sh` script in any programming language - which is nice I think

> I think that this behavior should be safe to be enabled as the new default Well, I tried that already in a previous project a long time ago. It's...