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

Проверка на запрос в Цикле #17

Closed
DoublesunRUS opened this issue Jul 13, 2021 · 0 comments · Fixed by #32
Closed

Проверка на запрос в Цикле #17

DoublesunRUS opened this issue Jul 13, 2021 · 0 comments · Fixed by #32
Assignees
Labels
bsl 1C Built-in Script Language

Comments

@DoublesunRUS
Copy link
Contributor

DoublesunRUS commented Jul 13, 2021

Нужна проверка на запрос в цикле.

Два варианта проверки:

  • если в тексте модуля встречается цикл, то проверяем что внутри цикла не вызывается выполнение запроса
  • осматриваем все методы модуля, запоминаем в каких из них выполняется запрос. далее проверяем что указанные методы не вызываются в цикле. делаем рекурсивно.
@marmyshev marmyshev added the bsl 1C Built-in Script Language label Aug 10, 2021
marmyshev pushed a commit that referenced this issue Aug 11, 2021
#17 Добавлена проверка на запросы в цикле
@marmyshev marmyshev added this to the 0.1 для EDT 2021.2 milestone Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bsl 1C Built-in Script Language
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants