• Bug#1094343: patch for ruby 3.3 compat fix

    From Pirate Praveen@21:1/5 to All on Mon Jan 27 15:10:01 2025
    Control: reassign 1094343 sass-spec
    Control: forcemerge 1094343 1094055
    Control: tags -1 patch

    This is actually a bug in sass-spec and fixed by the following patch

    --- a/lib/sass_spec/test.rb
    +++ b/lib/sass_spec/test.rb
    @@ -19,7 +19,7 @@
    end

    class SassSpecRunner
    - include MiniTest::Assertions
    + include Minitest::Assertions

    attr_accessor :assertions

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Pirate Praveen@21:1/5 to All on Mon Jan 27 16:00:01 2025
    On Mon, 27 Jan 2025 15:05:39 +0100 Pirate Praveen <praveen@debian.org>
    wrote:
    This is actually a bug in sass-spec and fixed by the following patch

    --- a/lib/sass_spec/test.rb
    +++ b/lib/sass_spec/test.rb
    @@ -19,7 +19,7 @@
    end

    class SassSpecRunner
    - include MiniTest::Assertions
    + include Minitest::Assertions

    attr_accessor :assertions





    Hi Jonas,

    Since libsass autopkgtest failure is blocking ruby 3.3 migration to
    testing, it'd be good if you can upload this fix for sass-spec soon. If
    you are okay with the patch, I could do an NMU as well.

    We will anyway have to request libsass to be removed from testing to get
    ruby 3.3 to migrate.

    There is also #988884 (libsass is deprecated upstream).

    Thanks
    Praveen

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)