forked from translunar/nmatrix
-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
Extconf uses Dir.exists?
which was removed in Ruby 3.2 (ruby-lang issue)
nmatrix/ext/nmatrix/extconf.rb
Lines 57 to 64 in beb266e
Dir.mkdir("data") unless Dir.exists?("data") | |
Dir.mkdir("util") unless Dir.exists?("util") | |
Dir.mkdir("storage") unless Dir.exists?("storage") | |
Dir.chdir("storage") do | |
Dir.mkdir("yale") unless Dir.exists?("yale") | |
Dir.mkdir("list") unless Dir.exists?("list") | |
Dir.mkdir("dense") unless Dir.exists?("dense") | |
end |
To those running into this problem here's a monkey patch gem file_exists which is really just this alias_method
jolohaga
Metadata
Metadata
Assignees
Labels
No labels