5HT / fs

📁 FS: Windows, Linux, Mac Driver
https://fs.n2o.dev
Other
234 stars 69 forks source link

Update pc -> 1.15.0 #73

Closed bclaud closed 1 month ago

bclaud commented 1 month ago

Compiling that lib using rebar 3.23.0 on Erlang/OTP 27 Erts 15.0 results on the error below:

===> Analyzing applications...
===> Compiling fs
===> compile options: {erl_opts, [debug_info]}.
===> files to analyze ["/home/nclaud/projects/elixir/test_fs/deps/fs/src/fs_event_bridge.erl",
                       "/home/nclaud/projects/elixir/test_fs/deps/fs/src/fs_sup.erl",
                       "/home/nclaud/projects/elixir/test_fs/deps/fs/src/sys/inotifywait_win32.erl",
                       "/home/nclaud/projects/elixir/test_fs/deps/fs/src/sys/inotifywait.erl",
                       "/home/nclaud/projects/elixir/test_fs/deps/fs/src/sys/fsevents.erl",
                       "/home/nclaud/projects/elixir/test_fs/deps/fs/src/sys/kqueue.erl",
                       "/home/nclaud/projects/elixir/test_fs/deps/fs/src/fs.erl",
                       "/home/nclaud/projects/elixir/test_fs/deps/fs/src/fs_app.erl",
                       "/home/nclaud/projects/elixir/test_fs/deps/fs/src/fs_server.erl"]
===> Compiling _build/default/plugins/pc/src/pc_port_env.erl failed
_build/default/plugins/pc/src/pc_port_env.erl:190:10: code:lib_dir/2 is deprecated; this functionality will be removed in a future release

Updating pc solves the issue

5HT commented 1 month ago

Thanks!