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
From blacklight_range_limit test suite, these taken from github actions log, but I can see the same ones locally.
Actual output run has some info at the end that may give larger stack traces that make it more clear where these are coming from. I'm having trouble interpreting them all or figuring out the best way to report them readably here.
Some of these are definitley blacklight_range_limit's responsiblity; others of them I'm not totally sure, it could be blacklight triggering it's own deprecation warnings?
This makes it difficult to use blacklight_range_limit with recent blacklights, as it fills up your test output with deprecation warnings.
DEPRECATION WARNING: render_hash_as_hidden_fields is deprecated and will be removed from a future release (Use Blacklight::HiddenSearchStateComponent instead). (called from block in __home_runner_work_blacklight_range_limit_blacklight_range_limit_app_views_blacklight_range_limit__range_limit_panel_html_erb___4404557722848220164_28060 at /home/runner/work/blacklight_range_limit/blacklight_range_limit/app/views/blacklight_range_limit/_range_limit_panel.html.erb:60)
DEPRECATION WARNING: facet_display_value is deprecated and will be removed from blacklight 8.0. (called from facet_display_value at /opt/hostedtoolcache/Ruby/2.7.2/x64/lib/ruby/gems/2.7.0/gems/blacklight-7.14.0/app/helpers/blacklight/facets_helper_behavior.rb:300)
DEPRECATION WARNING: Constraints helpers or partials were overridden; not using components. (called from public_send at /opt/hostedtoolcache/Ruby/2.7.2/x64/lib/ruby/gems/2.7.0/gems/actionview-6.1.1/lib/action_view/base.rb:247)
DEPRECATION WARNING: [] is deprecated and will be removed from a future release. (called from range_params at /home/runner/work/blacklight_range_limit/blacklight_range_limit/lib/blacklight_range_limit/view_helper_override.rb:90)
DEPRECATION WARNING: Use SearchState#to_h instead of SearchState#to_unsafe_h. (called from normalize_params at /opt/hostedtoolcache/Ruby/2.7.2/x64/lib/ruby/gems/2.7.0/gems/blacklight-7.14.0/lib/blacklight/search_state.rb:34)
DEPRECATION WARNING: render_constraints_filters is deprecated. (called from render_constraints_filters at /home/runner/work/blacklight_range_limit/blacklight_range_limit/lib/blacklight_range_limit/view_helper_override.rb:33)
DEPRECATION WARNING: render_constraints_element is deprecated. (called from block in render_constraints_filters at /home/runner/work/blacklight_range_limit/blacklight_range_limit/lib/blacklight_range_limit/view_helper_override.rb:34)
The text was updated successfully, but these errors were encountered:
From blacklight_range_limit test suite, these taken from github actions log, but I can see the same ones locally.
Actual output run has some info at the end that may give larger stack traces that make it more clear where these are coming from. I'm having trouble interpreting them all or figuring out the best way to report them readably here.
Some of these are definitley blacklight_range_limit's responsiblity; others of them I'm not totally sure, it could be blacklight triggering it's own deprecation warnings?
This makes it difficult to use blacklight_range_limit with recent blacklights, as it fills up your test output with deprecation warnings.
The text was updated successfully, but these errors were encountered: