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

Fix #227 Перевод fluent-операций на lambdas #228

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

nixel2007
Copy link
Member

Fix #227

@sfaqer
Copy link

sfaqer commented Dec 10, 2024

Там ещё чуть ниже фикса в Работе с пакетами:
image

Comment on lines 88 to 95
.СортироватьПо("ИмяПакета", "(Первый, Второй) ->
| НРегПервый = НРег(Первый);
| НРегВторой = НРег(Второй);
|
| Если НРегПервый > НРегВторой Тогда Возврат 1;
| ИначеЕсли НРегВторой > НРегПервый Тогда Возврат -1;
| Иначе Возврат 0;
| КонецЕсли;")
Copy link

Choose a reason for hiding this comment

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

"(Первый, Второй) -> ПроцессорыКоллекций.СтандартнаяФункцияСравненияПрямойПорядок.Выполнить(НРег(Первый), НРег(Второй));"

Вероятно так чуть проще.)

@sfaqer
Copy link

sfaqer commented Dec 10, 2024

Думаю надо ещё подтянуть зависимость от флюента

@nixel2007 nixel2007 requested a review from sfaqer December 10, 2024 15:06
Copy link

@sfaqer sfaqer left a comment

Choose a reason for hiding this comment

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

Огонь!

@nixel2007 nixel2007 merged commit d674216 into master Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants