bug in the new release (typo) and question
Hi Hans, There is an extra 'j' left in this line: ========================================= diff -r scripts/context/ruby/base/tex.rb 1125c1139 < system("xdv2pdf #{File.suffixed(jobname,'xdv')}") ---
system("xdv2pdf #{File.suffixed(jrawname,'xdv')}")
========================================== And is this right? It looks like you removed a bugfix or feature: =========================================== diff -r tex/context/base/core-not.tex 712,717c729,730 < \ifx\lastnotesymbol\relax < \unskip < \gotobox{\dodonotesymbol\currenttextreference}[#2]% < \else < \lastnotesymbol < \fi ---
\unskip \gotobox{\dodonotesymbol\currenttextreference}[#2]%
=========================================== Taco
Taco Hoekwater wrote:
Hi Hans,
There is an extra 'j' left in this line:
========================================= diff -r scripts/context/ruby/base/tex.rb 1125c1139 < system("xdv2pdf #{File.suffixed(jobname,'xdv')}") ---
system("xdv2pdf #{File.suffixed(jrawname,'xdv')}")
==========================================
whow, you did some real close-reading
And is this right? It looks like you removed a bugfix or feature: =========================================== diff -r tex/context/base/core-not.tex 712,717c729,730 < \ifx\lastnotesymbol\relax < \unskip < \gotobox{\dodonotesymbol\currenttextreference}[#2]% < \else < \lastnotesymbol < \fi ---
\unskip \gotobox{\dodonotesymbol\currenttextreference}[#2]%
===========================================
it was a bug (reported on th elist if i remember well); i admit that i could not figure out why the test was there (mayb eolder code) Hans
Hans Hagen wrote:
Taco Hoekwater wrote:
whow, you did some real close-reading
That's why these release notes sometimes take a long time :-) Some work has to be done to keep the issue collector up to date, btw. Yesterday I went through the registered list to clean that up a bit, but there are still a large number of requests and bugs missing from that list. http://context.literatesolutions.com/collector/base_view Taco
participants (2)
-
Hans Hagen
-
Taco Hoekwater