Jack J Garzella

Results 5 issues of Jack J Garzella

Right now, SMACK does not support having the entry point function have a character which Naming.cpp will escape. The problem is that the entry point annotation is done in top.py,...

bug

Currently, SMACK cannot tell between methods in Objective-C or Swift unless they have different method signatures. Both of these languages use devirtbounce to manage method invocation. Consider the following example:...

bug

Update the README to reflect that SMACK now supports many languages Add a short tutorial on how to compile a new language into SMACK.

## Feature Request **Describe the new feature:** Right now, if I run `flit make`, it runs each test in its default configuration, running all precisions and timing tests. However, for...

enhancement
python
make
documentation
tests

Currently in Oscar, if one uses an Oscar integer as a dictionary key, it registers as a separate entry from a standard integer: ``` julia> D = Dict() Dict{Any,Any}() julia>...

triage