Michele Mesiti

Results 3 issues of Michele Mesiti

Tested on 1.43 - The expression ``` expr = quote function a!(b) c = ( +d+ +e) @f g = h end end ``` is parsed without errors by Julia,...

I think this is an interesting/useful thing about "git under the hood", since it seems that it can help with avoiding data loss. On the other hand, it is just...

According to, e.g., [https://git-scm.com/book/en/v2/Git-Internals-Git-Objects](https://git-scm.com/book/en/v2/Git-Internals-Git-Objects), "blobs" are one type of git object, alongside with 'tree objects' and 'commit objects' (and 'tag objects'). I think that calling a commit a 'blob' is...