-
Currently we hard code `local_size_x = 1`. This is rather suboptimal and it would be nice to be able to derive a different value or allow the programmer to set a different value. However, deriving thi…
-
Would it be relevant to include a list of SLE tools (parser generators, language workbenches, metaprogramming environments, etc.)? As a top-level directory 'tools'?
These tools could cross-referenc…
-
In the following Pull Request - #54617 we get the following error :
```
======================================================================
ERROR: test_variant_consistency_jit_gradient_cpu_f…
-
### Feature Description
Adding documentation for checking if students put in the correct arguments for functions.
- This is to check to see if any of the arguments in the function c…
-
[Practical C++ Metaprogramming](http://www.oreilly.com/programming/free/practical-c-plus-plus-metaprogramming.csp) by @edouarda and @jfalcou highlighted a point that I think makes a good core guidelin…
-
Date:2007-08-26 19:31
Priority:3
Submitted By:Dean Wampler (deanwampler)
Assigned To:Dean Wampler (deanwampler)
Category:Examples
State:Open
Summary:Provide example refactorings of ActiveRecord, other…
-
# Notes on C++ SFINAE, Modern C++ and C++20 Concepts - C++ Stories
What is SFINAE? Where can you use this metaprogramming technique? Are there any better alternatives in Modern C++? And how about Con…
-
Great gem!
I'm really missing the "default value" feature the ruby hash has:
`hash = Hash.new(default_value)`
I would love to contribute to the gem, but I could not undestand the code. I have never…
-
| | |
|------------------|-----------------|
|Previous ID | SR-7581 |
|Radar | None |
|Original Reporter | Vatsal Manot …
-
It appears there may be some low-hanging fruit for quick refactors and improvements to this gem.
I see a few improvements:
- Can we simplify the metaprogramming in `ActsAsRdfableCore`?
- What…