You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The from_egg constructor will ignore the platform abi info commonly encoded in the name of setuptools eggs in favor of the EPDPlatform instance passed into the constructor. So it is possible for example to create SetuptoolEggMetadata instances of a linux egg that claims the egg is a windows 32 bit binary egg.
Ideally okonomiyaki should be able to tell if the setuptools egg platform is compatible with the passed EPDPlatform instance, but at least I would expect that if the passed EPDPlatform instance declares a different platform abi than the discovered (if available) encoded in the name, then a warning is raised to notify the users of possible issues.
The text was updated successfully, but these errors were encountered:
The from_egg constructor will ignore the platform abi info commonly encoded in the name of setuptools eggs in favor of the EPDPlatform instance passed into the constructor. So it is possible for example to create SetuptoolEggMetadata instances of a linux egg that claims the egg is a windows 32 bit binary egg.
Ideally okonomiyaki should be able to tell if the setuptools egg platform is compatible with the passed EPDPlatform instance, but at least I would expect that if the passed EPDPlatform instance declares a different platform abi than the discovered (if available) encoded in the name, then a warning is raised to notify the users of possible issues.
The text was updated successfully, but these errors were encountered: