mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Only avoid collision if it's the same file
@chriseth had suggested that it would be better if contracts were referenced in a file:contract notation, and that we output .bin files that prepend original path names if necessary to avoid a collision. This commit is mostly a draft; it still needs to be run through the test suite.
This commit is contained in:
committed by
Rhett Aultman
parent
9e88f1eebe
commit
071b936b37
@@ -358,6 +358,8 @@ public:
|
||||
Json::Value const& devDocumentation() const;
|
||||
void setDevDocumentation(Json::Value const& _devDocumentation);
|
||||
|
||||
std::string fullyQualifiedName() const;
|
||||
|
||||
virtual TypePointer type() const override;
|
||||
|
||||
virtual ContractDefinitionAnnotation& annotation() const override;
|
||||
|
||||
Reference in New Issue
Block a user