Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit e8a769e
Author: Aditya Mahajan <adityam@umich.edu>
Date:   Sun Sep 5 22:27:19 2021 -0400

    Bugfile: splitoffname -> splitoffbase

    At some stage, the interface of the internal macro splitfilename
    changed. Adapting to the new interface.
  • Loading branch information
adityam committed Sep 6, 2021
1 parent e9f0e09 commit 3873a0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions t-filter.mkiv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%D \module
%D [ file=t-filter,
%D version=2020.06.29,
%D version=2021.09.05,
%D title=\CONTEXT\ User Module,
%D subtitle=Filter,
%D author=Aditya Mahajan,
Expand All @@ -9,7 +9,7 @@
%D email=adityam <at> ieee <dot> org,
%D license=Simplified BSD License]

\writestatus{loading}{Filter (ver: 2020.06.29)}
\writestatus{loading}{Filter (ver: 2021.09.05)}

\startmodule [filter]
\usemodule [module-catcodes]
Expand Down Expand Up @@ -163,8 +163,8 @@

\edef\externalfilter@input_file{\externalfilter@any_filename{#3}}
\splitfilename{#3}
%NOTE: \edef doesn not work because \splitoffname is not expandable
\def\externalfilter@base_file {\splitoffname}
%NOTE: \edef doesn not work because \splitoffbase is not expandable
\def\externalfilter@base_file {\splitoffbase}

% The output is always in the directory specified by
% \c!directory; even if the input is from some other directory
Expand Down
4 changes: 2 additions & 2 deletions t-filter.mkxl
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@

\edef\externalfilter@input_file{\externalfilter@any_filename{#3}}
\splitfilename{#3}
%NOTE: \edef doesn not work because \splitoffname is not expandable
\def\externalfilter@base_file {\splitoffname}
%NOTE: \edef doesn not work because \splitoffbase is not expandable
\def\externalfilter@base_file {\splitoffbase}

% The output is always in the directory specified by
% \c!directory; even if the input is from some other directory
Expand Down

0 comments on commit 3873a0a

Please sign in to comment.