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

Use FS2 io utilities to load classpath resources #4518

Merged
merged 6 commits into from
Nov 22, 2023

Conversation

shinyhappydan
Copy link
Contributor

Fixes #4514

Also we now use IO.blocking in places where using FS2 is not possible

@@ -41,7 +41,7 @@ final case class Transactors(

object Transactors {

private val dropScript = "/scripts/postgres/drop/drop-tables.ddl"
private val dropScript = "scripts/postgres/drop/drop-tables.ddl"
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do?

@shinyhappydan shinyhappydan merged commit 106bed8 into BlueBrain:master Nov 22, 2023
8 checks passed
@shinyhappydan shinyhappydan deleted the fs2-file-loading branch November 22, 2023 11:42
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.

Use fs2 utility classes to load files from the classpath
3 participants