Niels Thykier
Niels Thykier
@rjbs: The reason why you probably failed to find the implementation of kill is that it is auto-generated. It is listed in %Returns_num_things_changed, so it fails if "$retval != (@_...
Closed with pull request #72
On 2013-09-21 04:40, Paul Fenwick wrote: > If we have skilled C/XS folks, we may even be able to wrap say/print. :) I think to wrap say or print, we...
For reference, @schwern wrote some code for including autodie behaviour directly in perl code (see evalEmpire/perl5ic/issues/16 and https://github.com/evalEmpire/perl5ic/tree/autodie)
At least the `font-style="italic"` issue is related to #209. I suspect but am not entirely sure that the `font-style="normal"` is pruned as a side-effect (because it is now "the default"...
> Would this still create a group and propagate the `fill` to the parent for the following? > > [...] Neither the old nor the new code gets this consistently...
Ok, I have: * Added `--disable-shorten-colors` as an alias of `--disable-simplify-colors` * Made scour always normalize to the _same_ variant of a color (except when we are not shorting colors)....
As for mixing color codes with color names - scour is here to write short svg files, not beautiful ones. :) Also, if your beef with this is about consistency,...
This is a reoccuring error (with different attributes). Options used: ```sh scour.py --enable-id-stripping --enable-comment-stripping --shorten-ids --indent=none --no-line-breaks --strip-xml-prolog --remove-descriptive-elements --set-precision=8 --set-c-precision=8 --create-groups --remove-titles --remove-descriptions --remove-metadata ```
This triggers in the following construction ```xml ``` In the code we have: ```python # for each subsequent child element for childNum in range(len(childElements)): # skip first child if childNum...