We had a package whose config listed a standalone item, but didn't specify the source file. The build process eventually fails with an obscure error ValueError: PosixPath('.') has an empty name, which doesn't help identify the source of the problem.
Chirun should check that the source is set and exists, and should throw a readable error message if not.
We had a package whose config listed a standalone item, but didn't specify the source file. The build process eventually fails with an obscure error
ValueError: PosixPath('.') has an empty name
, which doesn't help identify the source of the problem.Chirun should check that the source is set and exists, and should throw a readable error message if not.