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

refactor: Replace reused datastructures with specific ones for createNewResource.scala.txt template #3277

Merged
merged 11 commits into from
Jun 15, 2024

Conversation

BalduinLandolt
Copy link
Contributor

@BalduinLandolt BalduinLandolt commented Jun 12, 2024

Pull Request Checklist

Task Description/Number

The PR swaps out the last of the "old", reused datastructures against newly created, specific ones, for the createNewResource.scala.txt template.
This step was necessary because testing the query generation is necessary for my TextValue task; but writing these tests was extremely awkward with the old datastructures that hold vast amounts of information that is not actually needed in the context of this template.

PR Type

  • build/chore: maintenance tasks (no production code change)
  • docs: documentation changes (no production code change)
  • feat: represents new features
  • fix: represents bug fixes
  • perf: performance improvements
  • refactor: represents production code refactoring
  • test: adding or refactoring tests (no production code change)
  • deprecated: Deprecation warning (ideally referencing a migration guide)

Basic requirements for bug fixes and features

  • Tests for the changes have been added
  • Docs have been added / updated

Does this PR introduce a breaking change?

  • Yes

@BalduinLandolt BalduinLandolt self-assigned this Jun 12, 2024
@BalduinLandolt BalduinLandolt changed the title refactor: Replace reused datastructures with specific ones refactor: Replace reused datastructures with specific ones for createNewResource.scala.txt template Jun 13, 2024
@BalduinLandolt BalduinLandolt marked this pull request as ready for review June 13, 2024 20:27
@BalduinLandolt BalduinLandolt merged commit 43b342e into main Jun 15, 2024
9 checks passed
@BalduinLandolt BalduinLandolt deleted the wip/change-template-datastructures branch June 15, 2024 08:05
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.

2 participants