Remove duplicated info.yml and services.yml files

Created on 29 June 2023, 12 months ago
Updated 19 September 2023, 9 months ago

Problem/Motivation

Not sure how that happened, but the module contains duplicated *.info.yml and *.services.yml files. It looks like there was an attempt to remove those files in this commit: https://git.drupalcode.org/project/transliterate/-/commit/4d13343f429a41...

But for some reason, they still exist releases that were coming after the fix.

Proposed resolution

Remove duplicated files: twig_filter_transliterate.info.yml and twig_filter_transliterate.services.yml

🐛 Bug report
Status

RTBC

Version

1.0

Component

Code

Created by

🇺🇦Ukraine Matroskeen 🇺🇦 Ukraine, Lutsk

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Matroskeen
  • 🇺🇦Ukraine Matroskeen 🇺🇦 Ukraine, Lutsk
  • 🇺🇦Ukraine Matroskeen 🇺🇦 Ukraine, Lutsk
  • Status changed to Needs review 12 months ago
  • 🇺🇦Ukraine Matroskeen 🇺🇦 Ukraine, Lutsk

    I messed up the default fork branch, so here is a patch.

  • Status changed to RTBC 9 months ago
  • 🇫🇮Finland ZeiP

    It seems that the 1.2 and 1.3 versions have been created from a branch that has the fix, but the 1.4 branch including the D9 fixes are in a different branch that has derived from the branch used before.

    The easiest way is probably to do
    $ git checkout 8.x-1.x
    $ git merge 8.x-1.4
    $ git push origin 8.x-1.x

    Which would cause the D9 fixed to be correctly merged in the main branch.

Production build 0.69.0 2024