Gráfico de Commits

5 Commits

Autor SHA1 Mensagem Data
mwilliams a61c47e801 Fix refCounts for SetM on strings
When we throw an InvalidSetMException, we need to incRef the value we
throw.
2013-07-06 11:12:23 -07:00
mwilliams 49aa101879 Fix crashes with empty string as SetElem base
It needs to convert the key to a real TypedValue, and needs
to side exit (via throw).
2013-06-19 09:56:49 -07:00
Paul Tarjan c2ec1c97c9 sortof format slow tests
A poor man's formatter since I didn't like any of the other ones I found. The original C++ source sometimes put newlines and sometimes not.

Codemods:

    codemod '([;{}])([^\n])' '\1\n\2'
    codemod -m '\s*<\?php\s+' '<?php\n\n'
    codemod '\t' '  '

I hand-fixed all the failing tests
2013-05-30 17:32:57 -07:00
Drew Paroski a3620e7758 Remove hphp_get_iterator and related dead code
This code is no longer used, let's get rid of it.
2013-05-02 10:13:38 -07:00
ptarjan 503f75d08b Rename test directories
These names don't make sense now that we run both suites the same
way.
2013-04-17 09:06:51 -07:00