https://bugzilla.redhat.com/show_bug.cgi?id=858841

--- Comment #18 from Kevin Kofler <ke...@tigcc.ticalc.org> ---
So, one issue is that the bundled old version of the ace editor bundles JSHint
into the same file as the rest of the JavaScript worker. In the current
upstream code, it is a separate file, which would be much easier to get rid of
without removing other functionality (rm the file from the tarball, then apply
a patch to remove its uses). With this code, the repackaging script will need
to use some sed or awk to remove the offending lines by number (because it
cannot mention the code to be removed if it is to be shipped in the SRPM), then
a patch can be applied. (Or you have to delete the whole worker_javascript.js
as you did now with the patch and then deal with the fallout, but that breaks a
lot more functionality than needed. :-( )

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to