Advertisement
Guest User

Untitled

a guest
May 31st, 2018
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. [photon@photon-desktop librsvg]$ git bisect start
  2. [photon@photon-desktop librsvg]$ git bisect good 2.42.3
  3. [photon@photon-desktop librsvg]$ git bisect bad 2.42.4
  4. binäre Suche: danach noch 76 Commits zum Testen übrig (ungefähr 6 Schritte)
  5. [36798fdb8567eef506359cfec8adb997e2d26e52] RsvgPathBuilder::to_cairo() - make public
  6. [photon@photon-desktop librsvg]$ git bisect good 36798fdb8567eef506359cfec8adb997e2d26e52
  7. binäre Suche: danach noch 38 Commits zum Testen übrig (ungefähr 5 Schritte)
  8. [8f23aed193cba6eca3bae9a2358005ae05a095db] aspect_ratio: Move impl Defualts under the struct declarations.
  9. [photon@photon-desktop librsvg]$ git bisect bad 8f23aed193cba6eca3bae9a2358005ae05a095db
  10. binäre Suche: danach noch 18 Commits zum Testen übrig (ungefähr 4 Schritte)
  11. [d81d94e3604c6ae3b83e83d50e58a1a58ff048bd] rsvg_set_source_rsvg_paint_server(): Rename in the Rust code; this will go away soon
  12. [photon@photon-desktop librsvg]$ git bisect skip
  13. binäre Suche: danach noch 18 Commits zum Testen übrig (ungefähr 4 Schritte)
  14. [2e40aee869f8494fd72aaa2a4924b2c6bb0f458e] rsvg_draw_path_builder(): Finally move to Rust. Yay!
  15. [photon@photon-desktop librsvg]$ git bisect bad 2e40aee869f8494fd72aaa2a4924b2c6bb0f458e
  16. binäre Suche: danach noch 9 Commits zum Testen übrig (ungefähr 3 Schritte)
  17. [4cdc6d22f2c820df17679c3333c5ea5b60e2d98c] Move all the method-like RsvgState functions from drawing_ctx.rs to state.rs
  18. [photon@photon-desktop librsvg]$ git bisect bad 4cdc6d22f2c820df17679c3333c5ea5b60e2d98c
  19. binäre Suche: danach noch 4 Commits zum Testen übrig (ungefähr 2 Schritte)
  20. [e362b7f34758db5a6ca679263209ae2d3d62e984] Bind to Rust: stroke_opacity, miter_limit, line_cap, line_join
  21. [photon@photon-desktop librsvg]$ git bisect good e362b7f34758db5a6ca679263209ae2d3d62e984
  22. binäre Suche: danach noch 1 Commit zum Testen übrig (ungefähr 1 Schritt)
  23. [628180823876d7ff446f5d6cb5f8448b65d287a2] Set the stroke_dasharray on the cairo::Context in the Rust code
  24. [photon@photon-desktop librsvg]$ git bisect bad 628180823876d7ff446f5d6cb5f8448b65d287a2
  25. binäre Suche: danach noch 0 Commits zum Testen übrig (ungefähr 1 Schritt)
  26. [db8ddb41c2bc67e68ded4b0eb7f1f0a774a74bb9] fix: get_shape_rendering_type
  27. [photon@photon-desktop librsvg]$ git bisect good db8ddb41c2bc67e68ded4b0eb7f1f0a774a74bb9
  28. 628180823876d7ff446f5d6cb5f8448b65d287a2 is the first bad commit
  29. commit 628180823876d7ff446f5d6cb5f8448b65d287a2
  30. Author: Federico Mena Quintero <federico@gnome.org>
  31. Date: Thu Mar 15 15:21:49 2018 -0600
  32.  
  33. Set the stroke_dasharray on the cairo::Context in the Rust code
  34.  
  35. * rsvg_parse_stroke_dasharray() now returns a value in the heap, not a
  36. copied value, which is opaque to the C code.
  37.  
  38. * We now have rsvg_stroke_dasharray_{clone,free}
  39.  
  40. * The C code uses a new rsvg_stroke_dasharray_set_on_cairo()
  41. implemented in Rust.
  42.  
  43. :040000 040000 69415e9cfd135db24596b21864fffd8f9f5fb01f 6ec7c06d8435c35b8caba7fec960184c6c974c5c M librsvg
  44. :040000 040000 d39705a924b75f7c94cc4f929677235b4e674f95 4ea2257eac16127d30caa68f17ae7d8548d3eca0 M rsvg_internals
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement