Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IGNORED_ANCESTOR_TAGS #194

Open
wowagsm opened this issue Jan 21, 2025 · 1 comment
Open

IGNORED_ANCESTOR_TAGS #194

wowagsm opened this issue Jan 21, 2025 · 1 comment

Comments

@wowagsm
Copy link

wowagsm commented Jan 21, 2025

When adding a plugin from the stable branch, warnings are displayed.:

bundle exec rake redmine:plugins:migrate RAILS_ENV=production

/opt/redmine/plugins/additionals/lib/additionals/wiki_formatting/common_mark/emoji_filter.rb:7: warning: already initialized constant Additionals::WikiFormatting::CommonMark::EmojiFilter::IGNORED_ANCESTOR_TAGS
/opt/redmine-5.1.3/plugins/additionals/lib/additionals/wiki_formatting/common_mark/emoji_filter.rb:7: warning: previous definition of IGNORED_ANCESTOR_TAGS was here
/opt/redmine/plugins/additionals/lib/additionals/wiki_formatting/common_mark/smiley_filter.rb:7: warning: already initialized constant Additionals::WikiFormatting::CommonMark::SmileyFilter::IGNORED_ANCESTOR_TAGS
/opt/redmine-5.1.3/plugins/additionals/lib/additionals/wiki_formatting/common_mark/smiley_filter.rb:7: warning: previous definition of IGNORED_ANCESTOR_TAGS was here

/opt/redmine/ is a symbolic link to /opt/redmine-5.1.3/
The plugin is displayed in modules. Does this error affect his work and can it be fixed?

@alexandermeindl
Copy link
Collaborator

Hi @wowagsm,

thanks for this info. These warnings do not have any affect to the functionality. We'll try to remove these warnings in the next version of additionals plugins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants