Federico Tomassetti

Results 201 comments of Federico Tomassetti

They should also refer to the same fields

We now have an initial version of the symbols solver (#54). We should be now able to go on with the implementation of this one.

Yes, I also saw it, I am not sure if it is a problem or not. I guess it is ok to shadow clojure.lang.Named

Can you give me more details? First of all I would need one example of source file you are using so I can try to run the compiler and see...

I tried generating something very similar to what you have and I got: ``` @stringConst0 = private unnamed_addr constant [8 x i8] c"foo %f\0A\00" declare i32 @printf(i8*, ...) define i32...

The reason why is not working even if you use `DoubleType` is because of a bug in `DoubleType` that I have now solved and it will be in the next...

It is done but we could want to add a webhook

Consider this example: [https://github.com/cichli/cider-nrepl/blob/master/.travis.yml](https://github.com/cichli/cider-nrepl/blob/master/.travis.yml)

Done for constructors, still to be done for methods