Nikita Popov
|
e198132542
|
Drop addition of weird \ prefix for FQ consts
Also fixes a resolution bug
|
2014-06-28 18:24:59 +02:00 |
|
Igor Wiedler
|
602fef0e52
|
Clarify type of use in error messages
|
2013-10-14 23:32:11 +02:00 |
|
Igor Wiedler
|
e23ad4eeb2
|
Add "Done" output to distinguish hard from soft failures
|
2013-10-14 23:21:06 +02:00 |
|
Igor Wiedler
|
6263f221ff
|
Handle case sensivity of constants (nikic)
|
2013-08-25 16:21:51 +02:00 |
|
Igor Wiedler
|
84c8aa3691
|
self and parent are valid function and const names (nikic)
|
2013-08-25 15:08:26 +02:00 |
|
Igor Wiedler
|
bc473228c8
|
Adjust some test names, remove obsolete and duplicate tests (nikic)
|
2013-08-25 14:03:07 +02:00 |
|
Igor Wiedler
|
85d4cfb00d
|
Disallow using functions/consts defined in the same file
* Keep track of defined function and const filenames
* Prohibit use function foo if function foo exists
* Prohibit use const foo if const foo exists
|
2013-08-25 00:02:46 +02:00 |
|
Igor Wiedler
|
5b18530e8c
|
Add test cases for conflicting use and definition in same ns (stas)
|
2013-08-23 23:31:17 +02:00 |
|
Igor Wiedler
|
31d77053a1
|
More test cases for conflicting aliases
|
2013-08-22 15:51:26 +02:00 |
|
Igor Wiedler
|
4adf49eeaf
|
Import namespaced constants via new 'use const' sequence
|
2013-08-22 15:51:26 +02:00 |
|