

Right, so you can’t “enforce” a return from the function.


Right, so you can’t “enforce” a return from the function.


shouldn’t Rust enforce returning from function
How do you enforce returning from exit or a function with a loop that never terminates?


I was more thinking along the lines of having FOSS repos that are primarily used by me but which can accept external pull requests by anybody with a Github account.
I like the idea of running my own machine for CI but I don’t like the idea of having to become knowledgeable about avoiding exploits.


Just self host an open source runner like woodpecker and you’ll never have to move again
How painful is the setup and general maintenance/security?
I’m considering the idea but I just don’t want to deal with people abusing exploits in the actions that give them access to my LAN.


I have used cargo ramdisk before with success.
Take a look at xtask. It essentially relies on the fact that you can add cargo aliases in local files in order to execute specific packages.
When I create a workspace that has some form of code generation I like to overwrite cargo gen to whatever is doing the generating.


Number 4 is only about not returning impl Into and instead just returning T.


That’s a bummer. I guess what I though was PyO3 type hints was actually just PyCharm guessing at the types.
I tried creating a .pyi file and it seems to be a pretty big improvement over no type hints, but I don’t know how to add type hints for modules added with PyModule::add_module and adding the .pyi file seems to make the type checker not know about my other modules.
Would you mind sharing the script for auto generating type hints? Keeping them in sync manually would be pretty annoying.


How is the quality of the generated bindings?
I have previously used PyO3 for Python bindings and it doesn’t seem to correctly generate type hints.
That depends on the license. Music is also available on Youtube without authentication requirements but I don’t think you can just download those and do whatever you want with them.