Skip to content

Fix #30: compilation of describe foo

Raymond Toy requested to merge rtoy-fix-30-describe-foo into master

The debug-info-source isn't available until later in the fasl, so don't try to print where the source was compiled from. This seems like a small oversight since the next bit of code does nothing if the debug-info-source isn't available.

Merge request reports