Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of the compilation of joomla #114

Open
pbiggar opened this issue Jun 3, 2015 · 1 comment
Open

List of the compilation of joomla #114

pbiggar opened this issue Jun 3, 2015 · 1 comment

Comments

@pbiggar
Copy link
Owner

pbiggar commented Jun 3, 2015

What steps will reproduce the problem?

the files.txt are the files used when profiling the joomla
not the entire system, just the executed files.

you can see the source code that I used and my apache config here.
http://code.google.com/p/sfck/wiki/InstallNotes

1. Run my script 
for x in `cat files.txt` 
do echo $x; 
    /home/mdupont/2009/01/php/install/bin/phc --generate-c  $x > $x.c
2>$x.err; 
    echo $x >> report.txt
    cat $x.err >> report.txt
done

What is the expected output? What do you see instead?
should have no errors
Could not generate code for unknown construct

What version of the product are you using? On what operating system?
trunk 

Please provide any additional information below.
see the attached report.
if you think they are new and or relevant,i can extract test cases.

Original issue reported on code.google.com by JamesMikeDuPont on 2009-01-28 12:18:05


- _Attachment: [report.txt](https://storage.googleapis.com/google-code-attachments/phc/issue-105/comment-0/report.txt)_ - _Attachment: [files.txt](https://storage.googleapis.com/google-code-attachments/phc/issue-105/comment-0/files.txt)_
@pbiggar
Copy link
Owner Author

pbiggar commented Jun 3, 2015

I've reviewed all the errors - they're all either static variables, or default
values. It looks like we have the code for default values done for classes -
hopefully that can be used gracefully for default values. Statics are not implemented
yet - perhaps move them up the priorities?

Found 1 other bug, I think

/home/mdupont/2009/01/conference/code/joomla/plugins/system/debug.php
phc: src/codegen/Generate_C.cpp:1281: virtual void
Pattern_assign_expr_bin_op::generate_code(Generate_C*): Assertion `op_functions.has
(*op->value->value)' failed.
SIGABRT received!
This could be a bug in phc. If you suspect it is, please email
a bug report to [email protected].




Original issue reported on code.google.com by paul.biggar on 2009-01-28 12:27:54

  • Labels added: Component-Codegen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant