Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify library collision test | Rhett Aultman | 2017-01-17 | 1 | -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 Aultman | 2017-01-17 | 1 | -1/+2 |
| | | | | This reverts commit c4a9ca5cfe7a8b4ba9d2d84392c57d5eefacd1f7. | ||||
* | Move clashing libraries to common source in test | Rhett Aultman | 2017-01-17 | 1 | -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. | ||||
* | fixed | VoR0220 | 2017-01-12 | 1 | -2/+2 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | added fix and a test for order independence of nested prefixing | VoR0220 | 2017-01-12 | 1 | -0/+18 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | fixed test and added solution | VoR0220 | 2017-01-09 | 1 | -2/+2 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | added test | VoR0220 | 2017-01-09 | 1 | -0/+11 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | test: add a test importing a file name starting with a period | Yoichi Hirai | 2017-01-04 | 1 | -0/+8 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Fix version pragmas in tests. | chriseth | 2016-09-01 | 1 | -37/+37 |
| | |||||
* | Version pragma. | chriseth | 2016-09-01 | 1 | -37/+37 |
| | |||||
* | Allow remappings to change depending on the context. | chriseth | 2016-06-09 | 1 | -0/+22 |
| | |||||
* | Tests for library name clashes. | chriseth | 2016-01-14 | 1 | -0/+16 |
| | |||||
* | Allow aliases during import. | chriseth | 2016-01-11 | 1 | -0/+25 |
| | |||||
* | Use paths instead of simple identifiers wherever possible. | chriseth | 2015-12-22 | 1 | -1/+1 |
| | |||||
* | Simple aliasing during import. | chriseth | 2015-12-18 | 1 | -0/+8 |
| | |||||
* | Relative paths in import directives. | chriseth | 2015-12-10 | 1 | -0/+17 |
| | |||||
* | Source units are independent scopes. | chriseth | 2015-12-10 | 1 | -0/+83 |