OberonCore
https://forum.oberoncore.ru/

Bug in CPC Edition B20131028.zip
https://forum.oberoncore.ru/viewtopic.php?f=130&t=4592
Страница 1 из 1

Автор:  Zinn [ Вторник, 05 Ноябрь, 2013 22:42 ]
Заголовок сообщения:  Bug in CPC Edition B20131028.zip

Josef Templ send me a note, that SqlDB.ReadPath terminated at the first '.' what is wrong.

The corrected UNTIL condition is
UNTIL ~Characters.IsIdentChar(ch) & (ch # ".") & (ch # "_") OR (j = varLen)

The next version of CPC Edition will have this correction.

Автор:  Zinn [ Воскресенье, 10 Ноябрь, 2013 12:31 ]
Заголовок сообщения:  Re: Bug in CPC Edition B20131028.zip

Иван Денисов told me there is an error in StdLinks.

Here is the correction:
PROCEDURE (v: Link) Externalize- (VAR wr: Stores.Writer);
VAR pos, version: INTEGER;
BEGIN
v.Externalize^(wr);
IF v.leftSide THEN
Strings.Find(v.cmd, "StdLinks.ShowTarget", 0, pos);
IF HaveWideChars(v.cmd) THEN version := 2
ELSIF (pos = 0) & (v.close = never) OR (v.close = ifShiftDown) THEN version := 0
ELSE version := 1
END
ELSE
version := 0
END;
...

The next version of CPC Edition will have this correction.

Страница 1 из 1 Часовой пояс: UTC + 3 часа
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/