Circular reference not detected by compiler

List of known bugs
Locked
Author
Message
User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

Circular reference not detected by compiler

#1 Post by zristic » 03 Apr 2006 11:32

Bug ID: #060403001
Submitted by: Rackley

Severity: Minor
Status: Fixed since v. 6.0

Description:
Circular reference in two units is not detected. Compiler tries to load/unload each unit and hangs in the attempt to do so.

Code: Select all

unit First;
...
uses Second;
...
end.

unit Second;
...
uses First;
...
end.
Workaround:
Do not use circular reference.

Locked

Return to “mikroPascal Bug List”