This is not a bug.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-03-20 12:58:16 +01:00
parent 4eba80b2ba
commit 166b1a2c41
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 3 deletions

4
TODO
View File

@ -7,6 +7,4 @@ Below list contains things that should be changed/fixed/implemented.
2. Some builtin functions like isset() seems to be useless, if variable is not defined, interpreter will throw an error.
3. Accessing private attribute from parent class fails with 'Undefined class attribute' instead of error about visibility.
4. Interpreter does not check if all methods match their signatures from interfaces and virtual classes.
3. Interpreter does not check if all methods match their signatures from interfaces and virtual classes.