You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GAP_pkg_browse should set up terminfo paths, see oscar-system/Oscar.jl#1891 -- once that is done and we once we use it, we can remove the corresponding from Oscar.jl and from GAP.jl
The text was updated successfully, but these errors were encountered:
res = GAP.Globals.LoadPackage(GapObj("browse"), banner; OnlyNeeded=only_needed)
should become
withenv("TERMINFO_DIRS"=>joinpath(GAP.GAP_jll.Readline_jll.Ncurses_jll.find_artifact_dir(), "share", "terminfo")) do
res = GAP.Globals.LoadPackage(GapObj("browse"), banner; OnlyNeeded=only_needed)
end
GAP_pkg_browse
should set up terminfo paths, see oscar-system/Oscar.jl#1891 -- once that is done and we once we use it, we can remove the corresponding from Oscar.jl and from GAP.jlThe text was updated successfully, but these errors were encountered: