metaprogramming
Here are 674 public repositories matching this topic...
-
Updated
May 16, 2022 - Swift
-
Updated
May 29, 2022 - Java
-
Updated
May 28, 2022 - C++
Rubberduck version information
The info below can be copy-paste-completed from the first lines of Rubberduck's log or the About box:
Rubberduck version [Version 2.5.2.6030
OS: Microsoft Windows NT 10.0.22000.0, x64
Host Product: Microsoft Office x64
Host Version: 16.0.14701.20226
Host Executable: WINWORD.EXE
Description
Language inspection for assignment of LCase suggests usi
-
Updated
Apr 13, 2022 - C++
-
Updated
May 18, 2022 - C++
problem: the shadow classes (CtClass reflecting a binary class) built by JavaReflectionTreeBuilder
can be modified. This is confusing for users, see INRIA/spoon#4664.
solution: the JavaReflectionTreeBuilder
should construct immutable objects, closed to modification, where all setters throw an UnsupportedOperationException
-
Updated
May 27, 2022 - Java
-
Updated
May 30, 2022 - Lua
-
Updated
Apr 24, 2022 - Python
-
Updated
May 31, 2022 - Scala
-
Updated
Jan 10, 2022 - C++
-
Updated
May 26, 2022 - C#
-
Updated
May 2, 2022 - C++
-
Updated
May 25, 2022 - Scala
-
Updated
May 24, 2022 - Swift
-
Updated
Mar 22, 2022 - C++
-
Updated
May 24, 2022 - C
-
Updated
May 24, 2022 - C
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
May 24, 2022 - Julia
-
Updated
Sep 25, 2019 - C++
-
Updated
May 30, 2022 - Elixir
-
Updated
May 9, 2022 - Python
Parent issue: #335
Every plugin must be able to use all properties to construct the exact PSI element being fed in to achieve isomorphism between Quote and Scope. To ensure that AST parsing and our quote-and-template system is robust, more testing is needed to increase stability and reliability.
Checklist for WhenExpression
- Destructure and make available all methods related to re
-
Updated
May 26, 2022 - Java
-
Updated
Oct 2, 2019 - C#
Improve this page
Add a description, image, and links to the metaprogramming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the metaprogramming topic, visit your repo's landing page and select "manage topics."
I expected
?
to not overwrite the query, but to merge. The docs of the proc use the word "concatenate" which implies that this is how the proc should work, but the implementation overwrites thequery
instead of concatenating.Example
Current Output