Package: arcanist
Version: 0~git20170812-1

arcanist's system for interacting with Subversion works by running svn
utilities with the --xml option, which causes their output to be
formatted in XML, and then parsing that output using PHP code such as

      $xml = new SimpleXMLElement($status);

The 'SimpleXMLElement' class referred to here is defined in the php-xml
package (or rather, in this case, the php7.0-xml package which that
pulls in in turn).

However, the arcanist package does not list php-xml as a dependency, so
it's possible to install arcanist and find it giving you mysterious
internal errors when you try to use it with Subversion.

Cheers,
Simon

-- 
for k in [pow(x,37,0x1a1298d262b49c895d47f) for x in [0x50deb914257022de7fff,
0x213558f2215127d5a2d1, 0x90c99e86d08b91218630, 0x109f3d0cfbf640c0beee7,
0xc83e01379a5fbec5fdd1, 0x19d3d70a8d567e388600e, 0x534e2f6e8a4a33155123]]:
 print("".join([chr(32+3*((k>>x)&1))for x in range(79)])) # <ana...@pobox.com>

Reply via email to