Chris Kilding
Chris Kilding
@damnhandy would you be able to review this?
@damnhandy would you be able to take a look at this?
Hmm... The best user / developer experience would probably be to update the `#[watch]` macro code so that it behaves as expected. With that in mind I've taken a quick...
Good to know - sounds like there's quite a hill to climb here. As a starter for ten, just thinking about how you might unit test at the component level......
Are there any updates on the proposed `cargo` buildsystem? It would certainly make Flatpak packaging of Rust apps much more convenient.
I've opened #564 to have a go at implementing this. I haven't worked on flatpak-builder before, so will gratefully accept any help :)
I'm also a bit stuck on how to add the new test cases to the script / entry point that runs the test suite - could someone advise where this...
@TingPing agreed - that was always the intention. I just wanted to get the test harness set up around it first to TDD my changes. Would you still recommend `tomlc99`,...
Another thought about parsing the Cargo / Cargo.lock files.... If we take the Toml parser route with `tomlc99` or similar, effectively we would have to reimplement all of Cargo's parse+fetch...
@hfiguiere yes, also a good point. I suppose this prompts the question of how `flatpak-builder` should provide buildsystems for **any** language/toolchain that's not in the base SDK - not just...