Skip to content
#

macro

Here are 392 public repositories matching this topic...

magnolia
anne-decusatis
anne-decusatis commented Nov 20, 2018

I was trying to make a small change to the default example, and wanted to test that my change didn't break anything. The compilation error I see looks like it's an issue between Mercator and Either, my guess is because Either has two type parameters (for Left and Right) and Monad only has one (equivalent to Right), but I don't know enough to submit a PR to fix. Please let me know if there's any

ticki
ticki commented Jan 25, 2017
    /// A page management error.
    enum Error {
        /// No clusters left in the freelist.
        ///
        /// This is the equivalent to OOM, but with disk space.
        OutOfClusters {
            description("Out of free clusters.")
        }
        /// A page checksum did not match.
        ///
        /// The checksum of the data and the checksum stored in the pag
gilch
gilch commented Nov 12, 2019

#42 broke docs. rtfd.io is still using Python 3.7. Hissp now requires 3.8, so autodoc broke. (At least I think it's autodoc. I don't think it's running the doctests or anything.)

Maybe there's some configuration to force 3.8? I'll have to look into this. Or maybe we don't get doc updates until ReadTheDocs updates. Or I can special case some compatibility logic for 3.7. I did not want to have

Improve this page

Add a description, image, and links to the macro topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the macro topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.