◊(Local Yarn Code "History Of Ticket 50052157ddb442ea")

Artifacts Associated With Ticket 50052157ddb442ea

  1. Ticket change [f5bca042] (rid 449) by joel on 2019-05-26 17:53:41:

    1. icomment:
      Using <code>◊link</code> and <code>◊url</code> inside <code>◊note</code> results in
      
      <pre><code>decode-paragraphs: contract violation
        expected: txexpr-elements?
      given: '("I perked up a bit when I read " (link& ((ref "n1")) "link text") " blah blah " 
      (link& ((ref "n2")) "another link text") "\n" "\n" #<void> "\n" #<void> "\n" "\n" …</code></pre>
      
    2. login: "joel"
    3. mimetype: "text/x-fossil-wiki"
    4. severity initialized to: "Important"
    5. status initialized to: "Open"
    6. title initialized to: "Hyperlinks not properly decoded inside note tags"
    7. type initialized to: "Code Defect"
  2. Ticket change [3d7424be] (rid 450) by joel on 2019-05-26 17:53:54:

    1. login: "joel"
    2. mimetype: "text/x-fossil-plain"
    3. priority changed to: "Immediate"
    4. resolution changed to: "Open"
  3. Ticket change [0238e42e] (rid 454) by joel on 2019-05-26 20:26:45:

    1. icomment:
      The <code>◊url</code> tag was returning <code>&lt;void&gt;</code> and this was causing problems since that isn’t a valid txexpr element. Fixed in [b6a4e42a] to return an empty string instead.
      
    2. login: "joel"
    3. mimetype: "text/x-fossil-wiki"
    4. resolution changed to: "Fixed"
    5. status changed to: "Closed"