metaprogramming
Here are 597 public repositories matching this topic...
-
Updated
Jun 12, 2021 - Swift
-
Updated
Jul 5, 2021 - JavaScript
-
Updated
Jul 5, 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
Jun 11, 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 5, 2021 - Scala
-
Updated
Jun 18, 2021 - C++
-
Updated
Jul 6, 2021 - Scala
-
Updated
Jun 28, 2021 - C++
-
Updated
Jan 28, 2021 - Swift
-
Updated
Jul 5, 2021 - Lua
-
Updated
Jun 29, 2021 - Python
-
Updated
Jul 4, 2021 - C#
-
Updated
Apr 4, 2021 - C++
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
Jul 2, 2021 - C
-
Updated
Sep 25, 2019 - C++
-
Updated
Jul 6, 2021 - Java
-
Updated
Oct 2, 2019 - C#
-
Updated
Jul 6, 2021 - Julia
-
Updated
Aug 9, 2020 - Python
-
Updated
Jul 5, 2021 - C
-
Updated
Feb 6, 2021 - 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."
Current Output
Expected Output