| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0000216 | Sphinx | general | public | 2008-09-04 19:39 | 2012-02-05 15:29 |
|
| Reporter | bfolkens | |
| Assigned To | kpumuk | |
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | 0.9.8-release | |
| Target Version | | Fixed in Version | 0.9.8-rc1 | |
|
| Summary | 0000216: Ruby::Client API |
| Description | Ruby complains about "unpack" not having any args on line 712 in snapshot 0.4.0-r1112
fval = ([uval].pack('L')).unpack.first |
| Additional Information | Can this be fixed by replacing with?
fval = ([uval].pack('L')).unpack('f*').first
|
| Tags | No tags attached. |
|
| Attached Files | |
|