So the problem here is in funs[line_no] not producing something that can be interpolated into the regex at line 40.
I’ll try to work a unit test that reproduces this, but it will take some time. (I’m seeing a similar, but different, error in FileTopToBottom. I will file a different report on that when I am clearer on what the exact issue is with that test.)
I’m checking out Nicene for some of our code and I’m seeing some errors. The first error is preventing Credo from completing:
I modified this to print out some details of the line:
This is what I see:
So the problem here is in
funs[line_no]
not producing something that can be interpolated into the regex at line 40.I’ll try to work a unit test that reproduces this, but it will take some time. (I’m seeing a similar, but different, error in FileTopToBottom. I will file a different report on that when I am clearer on what the exact issue is with that test.)