Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error prone env naming #253

Open
PierreJeanjacquot opened this issue Jul 20, 2021 · 0 comments
Open

Error prone env naming #253

PierreJeanjacquot opened this issue Jul 20, 2021 · 0 comments

Comments

@PierreJeanjacquot
Copy link
Member

The file name writting is not consitent accross IEXEC_DATASET_FILENAME & IEXEC_INPUT_FILE_NAME_1 wich is error prone.

public static final String IEXEC_DATASET_FILENAME = "IEXEC_DATASET_FILENAME";

public static final String IEXEC_INPUT_FILE_NAME_PREFIX = "IEXEC_INPUT_FILE_NAME_";

We should choose one of the writtings and make it consistent across all the variables.
It could be useful to alias the replaced writting to keep backward compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant