By package name, I’m referring to tbe name in the package.yaml file. I changed it recently then became unable to test or submit my code cause the remote runners seem to be expecting the default package name.
Is this intentional? Would it be possible to get the remote runners to respect the package name set in the package.yaml? Could this be done via an environment variable in one of the script files in the .codecrafters directory?
Although we could try to avoid hardcoding the package name in the Dockerfile, it may disrupt build caching, which is especially important given the already long build times.
That said, we’ll look into possible improvements that maintain performance while offering more flexibility.