BadMagic100

Results 37 comments of BadMagic100

I hit the same thing recently, it seems that the component doing metadata generation from projects needs to update to a newer version of the Roslyn API. In the meantime...

Not likely to read the code in detail as I don't live too much in the python side of world dev, but one of the benefits I see this having...

The example I gave of reducing the region graph is implemented here, or more precisely in the TryXyz methods called here https://github.com/ArchipelagoMW-HollowKnight/APHKLogicExtractor/blob/1eca0da499ddb83e4d93c926a1cc1213a92d2363/APHKLogicExtractor/ExtractorComponents/RegionExtractor/RegionGraphBuilder.cs#L235 If you mean an example of what I...

Also just wanted to add, I know resource logic is explicitly out of scope here but I think the api for defining custom rule classes puts it into a very...

Something I'd like to see in the docs that doesn't seem to be here yet (maybe not finalized enough for this) is an explanation of the serialized format. Reason I...

I think a very straightforward way to accomplish this would be with an `includes(self, other)`* method on rules which is essentially a rule's way to say "if I am satisfied,...

Our use case is to use wildcards to automatically update pre release versions when building locally. So we do want deterministic builds in general, and we get them by restoring...