New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test errors with 2018.06 #43
Comments
|
I'm compiling again 2018.06. Maybe I didn't have the latest version or something... |
|
Same thing. Do I need to install master? |
|
That class is undefined and looking at earlier changes by @jonathanstowe looks like it should be named |
|
In fact, Rakudo includes Pod::Defn but the problem is that the version I have does not return that yet. Was that released? |
|
Ah. No, it existed in Rakudo only for 13 days. The module should either be patched with a backcompat shim or the changes reverted entirely. It's required by p6doc and a couple of other modules, which means they're now broken. |
The handling of the fake Pod::Defn for older compilers is just copied from Raku/Pod-To-HTML#43. Probably it isn't needed anymore, nobody is still using that old of a compiler. But it doesn't hurt. The :formatting<B> config is not documented explicitly for =defn, and I've chosen to use it to format only the term, not the definition. Fixes #24
Which is weird, because it was working somewhere else. This is an Ubuntu 16.04 LTS
The text was updated successfully, but these errors were encountered: