macro
Here are 392 public repositories matching this topic...
-
Updated
Jan 9, 2020 - AutoHotkey
-
Updated
May 25, 2020 - Java
-
Updated
Jun 6, 2020 - C++
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
-
Updated
Jun 10, 2020 - JavaScript
/// 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-
Updated
Mar 15, 2020 - LiveScript
-
Updated
Sep 9, 2018 - C#
-
Updated
Jan 13, 2020 - Rust
We should basically mirror Python in all respects here, except that we won't have an is not operator with whitespace in it.
I'd also be fine with an id() built-in, for getting an object's "identity", probably a number akin to a memory address. is would basically be comparing such identities.
- SyntaxWarning: "is not" with a literal
https://docs.python.org/3.8/whatsnew/3.8.html#changes-in-python-behavior
The compiler now produces a SyntaxWarning when identity checks (is and is not) are used with certain types of literals (e.g. strings, numbers). These can often work by accident in CPython, but are not guaranteed by the language spec. The warning advises users to use equality tes
When rust-lang/rust#57532 lands in stable, we won't need to lower multiple patterns to match anymore.
We may also want to support leading |, as mentioned in the RFC.
-
Updated
May 29, 2020 - Rust
-
Updated
May 31, 2020 - Scala
-
Updated
Jun 10, 2020 - HTML
-
Updated
Jun 1, 2020 - Python
-
Updated
Jun 3, 2020 - C#
#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
Add BuildCache docs
-
Updated
May 27, 2020 - JavaScript
Improve this page
Add a description, image, and links to the macro topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the macro topic, visit your repo's landing page and select "manage topics."
See #128.
This was implemented a while ago, but there's no documentation for it.