Skip to content

fix: bump file_system to v1.0 #2

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

Merged
merged 4 commits into from
Oct 11, 2024
Merged

fix: bump file_system to v1.0 #2

merged 4 commits into from
Oct 11, 2024

Conversation

j4nk3e
Copy link
Contributor

@j4nk3e j4nk3e commented Sep 18, 2024

I got some issues when starting the tableau server:

warning: using map.field notation (without parentheses) to invoke function FileSystem.Backends.FSInotify.bootstrap() is deprecated, you must add parentheses instead: remote.function()
  (file_system 0.2.10) lib/file_system/backend.ex:23: FileSystem.Backend.backend/1
  (file_system 0.2.10) lib/file_system/worker.ex:18: FileSystem.Worker.init/1
  (stdlib 6.0) gen_server.erl:2057: :gen_server.init_it/2
  (stdlib 6.0) gen_server.erl:2012: :gen_server.init_it/6
  (stdlib 6.0) proc_lib.erl:329: :proc_lib.init_p_do_apply/3


22:25:50.659 [error] unknown option `{:latency, 0}`, ignore

This upgrade of file_system to version 1.0 fixes those issues

@halostatue
Copy link

@mhanberg This would be a very good fix to have.

@mhanberg
Copy link
Contributor

Turns out I don't haven't notifications on for this repo 🤦

Thanks for the ping

mix.exs Outdated
@@ -7,7 +7,7 @@ defmodule WebDevUtils.MixProject do
[
app: :web_dev_utils,
description: "Library to enable awesome local development for websites and web applications",
version: "0.1.0",
version: "0.1.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't bump this

@mhanberg mhanberg changed the title Fix issues with file_system dependency fix: bump file_system to v1.0 Oct 11, 2024
@mhanberg mhanberg merged commit 237f471 into elixir-tools:main Oct 11, 2024
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.

3 participants