-
-
-
src/Lunr/Corona/MsgpackView.php (Diff revision 1) This is a JSON specific workaround. Is this needed for msgpack as well?
-
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+636) |
-
-
tests/statics/Corona/msgpack_code.msgpack (Diff revision 2) what's up with the "stdClass" here?
IMHO, that shouldn't end up in the output, no?
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+643) |
-
-
src/Lunr/Corona/Tests/MsgpackViewPrintFatalErrorTest.php (Diff revision 3) missing @requires
also, PHP 5.5.12?
-
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 4 (+654) |
-
-
src/Lunr/Corona/Tests/MsgpackViewPrintTest.php (Diff revisions 3 - 4) not necessary to place this here.
The 5.5.12 was specifically needed because it fixed a bug that changed json encode behavior -
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 5 (+640) |
-
-
src/Lunr/Corona/MsgpackView.php (Diff revision 5) It's not calles
$return
nor is naming the variable here in the php/javadoc spec as it doesn't say anything.
-
-
-
src/Lunr/Corona/MsgpackView.php (Diff revision 5) That sounds like str_replace did something wrong before and this fixes it.
Change Summary:
clarified comment.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 6 (+640) |
-
-
src/Lunr/Corona/MsgpackView.php (Diff revision 6) Better, but still not quite :)
Do X because Y
i.e. something like
"Replace empty stdClass with empty map manually, because...."
-
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 7 (+641) |
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 8 (+641) |
-
-
src/Lunr/Corona/Tests/MsgpackViewTest.php (Diff revisions 7 - 8) eh, no. Check previous changes on how we solved this pls
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 9 (+641) |
-
Unit tests still failing:
PHP Fatal error: Call to undefined function Lunr\Corona\msgpack_pack() in /mnt/progs/projects/web/lunr/src/Lunr/Corona/MsgpackView.php on line 115
PHP Stack trace:
PHP 1. {main}() /usr/bin/phpunit:0
PHP 2. PHPUnit_TextUI_Command::main() /usr/bin/phpunit:583
PHP 3. PHPUnit_TextUI_Command->run() phar:///usr/bin/phpunit/phpunit/TextUI/Command.php:116
PHP 4. PHPUnit_TextUI_TestRunner->doRun() phar:///usr/bin/phpunit/phpunit/TextUI/Command.php:186
PHP 5. PHPUnit_Framework_TestSuite->run() phar:///usr/bin/phpunit/phpunit/TextUI/TestRunner.php:517
PHP 6. PHPUnit_Framework_TestSuite->run() phar:///usr/bin/phpunit/phpunit/Framework/TestSuite.php:722
PHP 7. PHPUnit_Framework_TestSuite->run() phar:///usr/bin/phpunit/phpunit/Framework/TestSuite.php:722
PHP 8. PHPUnit_Framework_TestCase->run() phar:///usr/bin/phpunit/phpunit/Framework/TestSuite.php:722
PHP 9. PHPUnit_Framework_TestResult->run() phar:///usr/bin/phpunit/phpunit/Framework/TestCase.php:860
PHP 10. PHPUnit_Framework_TestCase->runBare() phar:///usr/bin/phpunit/phpunit/Framework/TestResult.php:686
PHP 11. PHPUnit_Framework_TestCase->runTest() phar:///usr/bin/phpunit/phpunit/Framework/TestCase.php:905
PHP 12. ReflectionMethod->invokeArgs() phar:///usr/bin/phpunit/phpunit/Framework/TestCase.php:1054
PHP 13. Lunr\Corona\Tests\MsgpackViewPrintFatalErrorTest->testPrintFatalErrorPrintsMsgpack() phar:///usr/bin/phpunit/phpunit/Framework/TestCase.php:1054
PHP 14. Lunr\Corona\MsgpackView->print_fatal_error() /mnt/progs/projects/web/lunr/src/Lunr/Corona/Tests/MsgpackViewPrintFatalErrorTest.php:92
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 10 (+641) |