-
Test program:
```
void herp_derp() {}
[[gnu::alias("_Z9herp_derpv")]] void frobble();
int main() {
frobble();
}
```
Clang and GCC compile and link this successfully. But ClangIR doesn't p…
-
*Title*: Attribute aliasing
*Description*:
Often times, control planes and higher layers expose user friendly attributes that do not map directly to an Envoy attribute. e.g., source.foo that may be …
-
PR #2344 added a new attribute, `[alias]` providing an alternative way for declaring recipe aliases. I personally lean towards not adding a new attribute, but I don't feel super strongly, so if it's s…
casey updated
1 month ago
-
With #48533 circa Rails 7.1, attribute methods and aliases are defined "lazily" on AR subclasses, meaning they get defined on the first call to `ActiveRecord::Base#initialize` via `#init_internals`: h…
-
```
Message type: ERROR
Location: /var/www/[www.members.loutilities.com/venv/lib/python3.9/site-packages/flask/app.py:838](http://www.members.loutilities.com/venv/lib/python3.9/site-pa…
-
In the https://github.com/elastic/elasticsearch/pull/114992, we introduced the selector API in the multi-target syntax. We would like to suppor the :: syntax in the [resolve API](https://www.elastic.c…
-
We have had several issues over the years related to `FactoryBot.aliases`: #522 #734 #851 #989 #1096 #1138, #1417. In most of these issues people do not realize that `factory_bot` assumes`{attribute}_…
-
https://godbolt.org/z/nPs46EEre
https://godbolt.org/z/nTK5E6bYd
-
# Problems
Compiling, testing or proving the Move contract [atomic_bridge.move](aptos-move/framework/aptos-framework/sources/atomic_bridge.move) generates several warnings.
- some are related to…
-
We currently don't really support aliasing imports at all (aliases usually just break things or make them not work at all), likewise we kind of ignore most attributes on imports, like `#[doc(hidden)]`…