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: Separate ontology helpers accessing cache and triplestore #3270

Merged
merged 24 commits into from
Jun 10, 2024

Conversation

BalduinLandolt
Copy link
Contributor

Pull Request Checklist

Task Description/Number

Issue Number: DEV-

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 5, 2024
@BalduinLandolt BalduinLandolt marked this pull request as ready for review June 10, 2024 05:38
.scalafix.conf Outdated
@@ -18,3 +18,4 @@ OrganizeImports {
removeUnused = false
targetDialect = Scala3
}
OrganizeImports.targetDialect = Scala3
Copy link
Contributor

@seakayone seakayone Jun 10, 2024

Choose a reason for hiding this comment

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

question: Isn't this duplicating line 19?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this was auto-added by metals, sorry about this. Yes, this looks very redundant, I'll revert it

Copy link
Contributor

@siers siers left a comment

Choose a reason for hiding this comment

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

Please update split the different classes into different files.

@BalduinLandolt BalduinLandolt merged commit f2edd6f into main Jun 10, 2024
8 of 9 checks passed
@BalduinLandolt BalduinLandolt deleted the wip/split-onto-helpers branch June 10, 2024 09:26
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.

4 participants