circular17
circular17
I'm going to publish it with the next release. So if you have another feedback, you have still a few hours to do so.
I haven't received further feedback since my last message about this point. I wanted to let you all know that I'll be moving forward with publishing as planned. This doesn't...
Ok, I will try to find what's up with this test.
I've added a check for circular references in aliases. Indeed, in the test case, the type was referring to itself:  EDIT: I've changed back the label to just be...
Note it could make more sense to move the logic of finding the aliased type somewhere else, before the documents are rendered. I haven't yet taken the time to study...
Ok, I've refactored the search for aliased type. GitHub doesn't launch test unit tests again, maybe because they passed before?
I guess adding a test case would be great, though I don't know yet how to do that.
Thank you for the step by step explanation. I think I understood the process. > GitHub should run the test after each new push it notices. Maybe there was just...
Wow merging with Git is not always simple. Finally the test ran and I fixed the serialization of `TPasAliasType`. Seems all good now!
Here is a sample unit with directives: ```pascal unit unit1; {$mode ObjFPC}{$H+} interface uses Classes, SysUtils; const _TrueXorTrueIsFalse = {$IF ((1 = 1) xor (2 = 2)) = 0} true...