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

К #1332: исправления функций работы с XML, с тестами #1351

Merged
merged 2 commits into from
Sep 26, 2023

Conversation

Mr-Rm
Copy link
Collaborator

@Mr-Rm Mr-Rm commented Sep 22, 2023

В v2 DefaultTypeManager не статический, поэтому контекст перечислений не определяется заранее, а вычисляется при вызове XMLЗначение
Не перенести ли часть решений из v2 в v1? Хотя бы добавить DataType.Null

@EvilBeaver
Copy link
Owner

Не перенести ли часть решений из v2 в v1? Хотя бы добавить DataType.Null

Можно и перенести, смотря какую часть. Я бы в 1.8.4 все-таки не переносил бы, т.к. уже хочу выпустить

throw RuntimeException.InvalidArgumentValue();
try
{
var enumerationContext = GlobalsHelper.GetEnum(enumType);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Если я ничего не путаю, то public static IAttachableContext CreateInstance() вызывается с помощью инжектора зависимостей, и в него можно закинуть GlobalsManager и ITypeManager, а не пользоваться статиками

{
return new XmlGlobalFunctions();
return new XmlGlobalFunctions(mgr);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Красотищща же, ага?

@EvilBeaver EvilBeaver merged commit 6107052 into EvilBeaver:develop Sep 26, 2023
1 check passed
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