-
```
What steps will reproduce the problem?
1. Try to make a macro that responds to anything other than POST
WebIOPi version used?
=> rev 1243
Python version used?
=> 3.2
Here's a patch to that does…
-
```
check later
```
Original issue reported on code.google.com by `aohelin` on 2 Apr 2010 at 2:44
-
`assert` macro is not enough for proper testing. Ideally we should implement macros from [clojure.test](http://clojure.github.com/clojure/#clojure.test).
-
or maybe some other compile time options, like maybe just annotations.
-
I start all my documents with a macros I need for Tex. For example:
$\def\ip {\, \lrcorner \, }\def\supp {\,\text{supp} \,}\def\Hom {\,\text{Hom} \,} \def\im{\,\text{im} \,}\def\h#1{H^#1_{dR}}\def\…
-
This file formate seems to be used to store macros in Word document.
-
No promises if or when this will happen, but the idea of adding a macro system to MCM has occured to me.
I don't know what all the limitations will be, i hope to make it arbitrarily extendable.
No …
-
The CTS tests currently define `isnan`, `isfinite`, and `isinf` macros for MSVC:
https://github.com/KhronosGroup/OpenCL-CTS/blob/40aaa2bcf2460a083b89427cffaacdbd5f707ffc/test_common/harness/compat.h#…
-
I was having trouble recording a macro and noticed it appears to be due to the insertion of pairs.
With this extension on running `:normal O('')` produces a list that looks something like the follo…
-
A [homoiconic](https://en.wikipedia.org/wiki/Homoiconicity) programming language can parse itself to an AST expressed as native data that can be transformed within the language, evaluated, or isomorph…