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

Updating Dependencies #155

Closed
quinnmccourt opened this issue Oct 3, 2023 · 3 comments
Closed

Updating Dependencies #155

quinnmccourt opened this issue Oct 3, 2023 · 3 comments

Comments

@quinnmccourt
Copy link
Collaborator

Issue to track work on updating the dependencies on the project

@quinnmccourt
Copy link
Collaborator Author

Currently working on dependencies in this PR here: https://github.com/revelrylabs/ecto_soft_delete/pull/154/files

Required a bump to the elixir and erlang versions for some of the dependency bumps. After finding the right combo of elixir/erlang that travis and hex was happy with, we can build.

Current blocker is a test in ecto that is failing:

` 1) test soft_delete_columns adds deleted_at column (Ecto.SoftDelete.Migration.Test)
test/soft_delete_migration_test.exs:15
** (FunctionClauseError) no function clause matching in Ecto.Migration.Runner.start_link/1

 The following arguments were given to Ecto.Migration.Runner.start_link/1:

     # 1
     {#PID<0.403.0>, Ecto.SoftDelete.Test.Repo, Ecto.SoftDelete.Migration.Test, :forward, :up, %{level: false, sql: false}}

 Attempted function clauses (showing 1 out of 1):

     def start_link({parent, repo, config, module, direction, migrator_direction, log})

 stacktrace:
   (ecto_sql 3.10.2) lib/ecto/migration/runner.ex:42: Ecto.Migration.Runner.start_link/1
   test/soft_delete_migration_test.exs:10: Ecto.SoftDelete.Migration.Test.__ex_unit_setup_0/1
   test/soft_delete_migration_test.exs:1: Ecto.SoftDelete.Migration.Test.__ex_unit__/2`
   
   It looks like it's missing an argument in the config, but I need to put my pencil down here for this week. 

@Samkeer1
Copy link
Contributor

Here's what allowed me to install this version of erlang: erlang/otp#7687 (comment)

KERL_CONFIGURE_OPTIONS="--disable-jit" asdf install erlang 25.3

@thebriz24 thebriz24 assigned thebriz24 and unassigned thebriz24 Jun 7, 2024
@stuartjohnpage
Copy link
Contributor

I'm closing this - we've updated all the deps we can for now.

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

4 participants