<p dir="ltr">Those nondeterministic errors are in the Racket test suite, so probably they wouldn't happen in the rackjure tests.</p>
<p dir="ltr">Sam</p>
<div class="gmail_quote">On Jul 11, 2014 8:10 PM, "Robby Findler" <<a href="mailto:robby@eecs.northwestern.edu">robby@eecs.northwestern.edu</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
No. But there are non-deterministic failures that travis sometimes<br>
finds, elsewhere in Racket. I didn't see the link to the travis<br>
output. Do you have that handy?<br>
<br>
Robby<br>
<br>
On Fri, Jul 11, 2014 at 6:15 PM, Alexander D. Knauth<br>
<<a href="mailto:alexander@knauth.org">alexander@knauth.org</a>> wrote:<br>
> I was trying to make docs for ~>% and ~>_ in my fork of rackjure, and the travis cl builds were passing,<br>
> but then I changed one character in the documentation to fix a typo and then all of a sudden the build failed.<br>
> All I did was change one % to an _ within a @racketblock so this:<br>
> @racketblock[<br>
> (~>% #”foobar” bytes-length (number->string _ 16) string->bytes/utf-8)<br>
> ]}<br>
> to this:<br>
> @racketblock[<br>
> (~>_ #”foobar” bytes-length (number->string _ 16) string->bytes/utf-8)<br>
> ]}<br>
> And then all of a sudden the build failed.<br>
> Is there anything scribble or anything else does that would make this not work?<br>
><br>
> <a href="https://github.com/greghendershott/rackjure/pull/42" target="_blank">https://github.com/greghendershott/rackjure/pull/42</a><br>
> <a href="https://github.com/AlexKnauth/rackjure/commit/39473e967a186d9a1d53aede461ba95d5bef16ac" target="_blank">https://github.com/AlexKnauth/rackjure/commit/39473e967a186d9a1d53aede461ba95d5bef16ac</a><br>
><br>
><br>
> ____________________<br>
>   Racket Users list:<br>
>   <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
<br>
____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</blockquote></div>