You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tangling a Julia src code block always prepends a semi-colon before the code. This is an artefact of handling variable settings for the src block and fails when no variables have been assigned.
Note: it is not clear why semi-colons are required even when variables have been assigned using :var but I guess there may be edge cases where this matters.
The text was updated successfully, but these errors were encountered:
That looks like it could be good. I'll try to test it on a few files in the next few days and inspect the output.
( Aside: until now I had the wrong repo watch setting, now I'll actually see notifications for issues I'm not involved in )
Tangling a Julia src code block always prepends a semi-colon before the code. This is an artefact of handling variable settings for the src block and fails when no variables have been assigned.
Note: it is not clear why semi-colons are required even when variables have been assigned using :var but I guess there may be edge cases where this matters.
The text was updated successfully, but these errors were encountered: