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

Fixed doubled listing plugin files. #153

Merged
merged 1 commit into from
Jun 15, 2024

Conversation

MiranDMC
Copy link
Collaborator

@MiranDMC MiranDMC commented Jun 15, 2024

Some plugins were listed twice due to search patterns overlap for *.cleo and SA.*.cleo
Displaying duplicated plugin warning name in original case.

15/06/2024 11:59:31.634 Listing CLEO plugins:
15/06/2024 11:59:31.635  - 'D:\GTA_SA\cleo\cleo_plugins\SA.Audio.cleo'
15/06/2024 11:59:31.635  - 'D:\GTA_SA\cleo\cleo_plugins\SA.DebugUtils.cleo'
15/06/2024 11:59:31.635  - 'D:\GTA_SA\cleo\cleo_plugins\SA.FileSystemOperations.cleo'
15/06/2024 11:59:31.635  - 'D:\GTA_SA\cleo\cleo_plugins\SA.IniFiles.cleo'
15/06/2024 11:59:31.635  - 'D:\GTA_SA\cleo\cleo_plugins\SA.Math.cleo'
15/06/2024 11:59:31.635  - 'D:\GTA_SA\cleo\cleo_plugins\SA.MemoryOperations.cleo'
15/06/2024 11:59:31.635  - 'D:\GTA_SA\cleo\cleo_plugins\SA.Text.cleo'
15/06/2024 11:59:31.636  - 'D:\GTA_SA\cleo\FileSystemOperations.cleo' skipped, duplicate of `FileSystemOperations` plugin.
15/06/2024 11:59:31.636  - 'D:\GTA_SA\cleo\IniFiles.cleo' skipped, duplicate of `IniFiles` plugin.
15/06/2024 11:59:31.636  - 'D:\GTA_SA\cleo\IntOperations.cleo'
15/06/2024 11:59:31.636  - 'D:\GTA_SA\cleo\aaa.cleo'
15/06/2024 11:59:31.636  - 'D:\GTA_SA\cleo\zzz.cleo'
15/06/2024 11:59:31.636 Loading plugin 'D:\GTA_SA\cleo\zzz.cleo'

@MiranDMC MiranDMC requested a review from x87 June 15, 2024 08:53
@MiranDMC MiranDMC force-pushed the fix_double_listing_same_plugin_files branch from 59a7584 to 7c4de2f Compare June 15, 2024 10:01
@MiranDMC MiranDMC force-pushed the fix_double_listing_same_plugin_files branch from 7c4de2f to 64729bf Compare June 15, 2024 11:38
@MiranDMC MiranDMC merged commit 1caca4b into master Jun 15, 2024
1 check passed
@MiranDMC MiranDMC deleted the fix_double_listing_same_plugin_files branch June 15, 2024 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants