aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/Imports.cpp
Commit message (Collapse)AuthorAgeFilesLines
* test: Rename test/TestHelper.* to test/Options.* and add Options::validate().Daniel Kirchner2018-03-141-1/+1
|
* Correctly set evm version in testschriseth2018-03-021-0/+27
|
* Test aliasing in shadowing.chriseth2018-02-201-1/+22
|
* Fix import error check for release version.chriseth2017-07-311-4/+5
|
* Warn about shadowing variables.Alex Beregszaszi2017-07-251-2/+67
|
* Modify library collision testRhett Aultman2017-01-171-0/+1
| | | | | Since libaraies no longer collide on name but on fully-qualified name, you can only induce collision by colliding them as idenfitiers.
* Revert "Move clashing libraries to common source in test"Rhett Aultman2017-01-171-1/+2
| | | | This reverts commit c4a9ca5cfe7a8b4ba9d2d84392c57d5eefacd1f7.
* Move clashing libraries to common source in testRhett Aultman2017-01-171-2/+1
| | | | | | Since contracts and libraries only collide if they share a common source file now, this test only works if both libraries are in the same source.
* fixedVoR02202017-01-121-2/+2
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* added fix and a test for order independence of nested prefixingVoR02202017-01-121-0/+18
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* fixed test and added solutionVoR02202017-01-091-2/+2
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* added testVoR02202017-01-091-0/+11
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* test: add a test importing a file name starting with a periodYoichi Hirai2017-01-041-0/+8
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Fix version pragmas in tests.chriseth2016-09-011-37/+37
|
* Version pragma.chriseth2016-09-011-37/+37
|
* Allow remappings to change depending on the context.chriseth2016-06-091-0/+22
|
* Tests for library name clashes.chriseth2016-01-141-0/+16
|
* Allow aliases during import.chriseth2016-01-111-0/+25
|
* Use paths instead of simple identifiers wherever possible.chriseth2015-12-221-1/+1
|
* Simple aliasing during import.chriseth2015-12-181-0/+8
|
* Relative paths in import directives.chriseth2015-12-101-0/+17
|
* Source units are independent scopes.chriseth2015-12-101-0/+83