metaprogramming
Here are 597 public repositories matching this topic...
-
Updated
Jul 21, 2021 - Swift
-
Updated
Jul 12, 2021 - JavaScript
-
Updated
Jul 20, 2021 - Java
Python 3.x uses _call_with_frames_removed
to remove internal frames from tracebacks. I tried it in #1687, but couldn't get it to work; might be due to this Python issue.
Regardless, it would be good to remove those frames somehow.
-
Updated
Jul 3, 2021 - C++
Justification
It's much more common to see the code below:
Public Sub Foo()
Dim i, j, k As Long
'code
End Sub
than it is to see:
Public Sub Foo()
Dim i As Long, j As Long, k As Long
'code
End Sub
This is a very common pitfall. Example code in a MultipleDeclarations inspect
-
Updated
Jul 14, 2021 - C++
A lot of the Javadoc comments int the public API are missing documentation for things like parameters and return types (think @param
and @return
tags). In my opinion, the most glaring omissions of these details are in the metamodel docs, found in the subpackages of spoon.reflect
.
For example, at the time of writing
-
Updated
Jun 26, 2021 - C++
-
Updated
Jun 24, 2021 - Java
-
Updated
Jul 20, 2021 - Scala
-
Updated
Jul 12, 2021 - C++
-
Updated
Jul 16, 2021 - Scala
-
Updated
Jun 28, 2021 - C++
-
Updated
Jul 12, 2021 - Swift
-
Updated
Jul 20, 2021 - Lua
-
Updated
Jul 19, 2021 - Python
-
Updated
Jul 8, 2021 - C#
-
Updated
Jul 8, 2021 - C++
-
Updated
Jul 10, 2021 - C
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
Sep 25, 2019 - C++
-
Updated
Jul 15, 2021 - Java
-
Updated
Oct 2, 2019 - C#
-
Updated
Jul 20, 2021 - Julia
-
Updated
Jul 10, 2021 - C
-
Updated
Jul 7, 2021 - 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
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."
Current Output
Expected Output