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

#166: Fix language definition generation under Windows #190

Merged
merged 8 commits into from
Feb 20, 2024

Conversation

tkilias
Copy link
Collaborator

@tkilias tkilias commented Feb 19, 2024

Fixes #166

All Submissions:

  • Is the title of the Pull Request correct?
  • Is the title of the corresponding issue correct?
  • Have you updated the changelog?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Are you mentioning the issue which this PullRequest fixes ("Fixes...")
  • Before you merge don't forget to run tests in AWS CodeBuild, by adding [CodeBuild] to the commit message

@tkilias
Copy link
Collaborator Author

tkilias commented Feb 19, 2024

I can't test this case, because for that, we would need to run the under windows.

ckunki
ckunki previously approved these changes Feb 19, 2024
@@ -228,7 +228,7 @@ def _generate_new_language_settings(self, path_in_udf: PurePosixPath,
other_definitions = [
alias_definition for alias_definition in prev_lang_aliases
if not alias_definition.startswith(self._language_alias + "=")]
path_in_udf_without_bucksts = Path(*path_in_udf.parts[2:])
path_in_udf_without_bucksts = PurePosixPath(*path_in_udf.parts[2:])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does "bucksts" stand for or is it a typo?

ckunki
ckunki previously approved these changes Feb 19, 2024
@tkilias tkilias merged commit dba0115 into main Feb 20, 2024
4 checks passed
@tkilias tkilias deleted the bug/166_error_deploying_slc_under_windows branch February 20, 2024 13:55
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

Successfully merging this pull request may close these issues.

Error deploying language container under Windows
2 participants