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

Падает считывание из PCU при наличии в PABCSystem перегруженных версий Incremental #260

Closed
miks1965 opened this issue Jul 31, 2016 · 7 comments

Comments

@miks1965
Copy link
Contributor

Пока участок, вызывающий падение в ЛЮБОЙ ПРОГРАММЕ, закомментирован в PABCSystem:

function Incremental(Self: sequence of integer): sequence of integer; extensionmethod;
begin
  Result := IncrementalSeq(Self);
end;

function Incremental(Self: sequence of real): sequence of real; extensionmethod;
begin
  Result := IncrementalSeq(Self);
end;

Вот минимальный набор, который надо раскомментировать чтобы ошибка появилась

@ibond84
Copy link
Contributor

ibond84 commented Jul 31, 2016

Ошибка не воспроизводится

@miks1965 miks1965 reopened this Aug 1, 2016
@miks1965
Copy link
Contributor Author

miks1965 commented Aug 1, 2016

Ну, если в PABCSystem откомментировать все Incremental, то не проходит уже самый первый тест.

@ibond84
Copy link
Contributor

ibond84 commented Aug 1, 2016

У меня все раскомментировано и тесты проходят.

@miks1965
Copy link
Contributor Author

miks1965 commented Aug 1, 2016

Ну, пусть повисит какое-то время открытым - я еще опрошу других, проходят ли тесты

@wisestump
Copy link
Contributor

У меня тоже проходят все тесты со всеми раскомментированными методами

@ibond84
Copy link
Contributor

ibond84 commented Aug 1, 2016

Ну, вопрос наверно исчерпан..

@miks1965
Copy link
Contributor Author

miks1965 commented Aug 1, 2016

Да, у меня ошибка исчезла. Закрываю.

@miks1965 miks1965 closed this as completed Aug 1, 2016
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

No branches or pull requests

3 participants