-
It seems that DEAP using too much metaprogramming grammar, that makes IDE hard to do static syntax check and cause error-prone. So, what's the best practice to use DEAP to work with IDE?
![image](htt…
-
Remove the skip here https://github.com/pytorch/pytorch/blob/911952220ddfd8330532e516499959c1a77c613a/torch/testing/_internal/common_methods_invocations.py#L4301 to trigger the error below.
```
__…
-
Is it possible to generate the C++ bindings using template metaprogramming instead of the current generators? If so, is that better than what we do now?
-
Example: [http://ideone.com/QaLeKP](http://ideone.com/QaLeKP)
If I rewrite the function in the following way, everything works:
`template
void f(Y& y) {
typename Y::value_type value = 42;
y.va…
-
Aspect-Oriented Programming allows the decorator pattern. How could it be added to this project?
-
Metaprogramming in lib/auto_link.rb: https://github.com/pdarden/launcher_selfies/blob/master/lib/auto_link.rb
Use it in model/tweet.rb:
https://github.com/pdarden/launcher_selfies/blob/master/app/mod…
-
All described issues source at `StringUtils`.
1. `Parse(const T*, U*)` works only for unsigned integers.
2. There is no direct culture control over float parsing.
3. There is no overload/speciali…
-
Hi,
I am having a hard time writing tuple constructors using reflection and/or metaprogramming. With metaprogramming, you can imagine structs as
```C++
template
struct tuple
{
// ... som…
rbock updated
3 years ago
-
Презентацията е много хубава, само забелязах, че липсва (в assets) картинката на слайда за failed test или е именувана по друг начин :)
```
#HSLIDE
### Metaprogramming
##### Това пък е резулта…
-
```
module m
macro m()
quote
f() = 3
end
end
end
```
creates a call-site gensym'd function `f`
```
module m
macro m()
:(f() = 3)
end
en…