Mauricio Caceres Bravo

Results 204 comments of Mauricio Caceres Bravo

Re-open because technically it hasn't been fixed. It just throws the correct error now.

@miserton Not afaik. I would contact StataCorp to ask about updates to this point, since I cannot fix it until they update the SPI. Sorry!

@miserton That's a bit of a strange answer since changing stplugin.h in particular would only involve adding a long long type (and in my system long is 64-bit anyway). I...

There is actually a fix for this, which blows my mind and am somewhat hesitant to implement. Error: ```stata matrix a = J(1, 20000, 1) ``` No error (!!!) ```stata...

Another fix: Save from mata to tempfile; implement function in C: `sf_read_vector_tempfile`

1. I'm pretty sure that repo's table has a typo (I opened an issue about it [here](https://github.com/rurban/smhasher/issues/34)). Nevertheless, for the time-being I have implemented a fallback option: `oncollision(fallback|fail)` The default...

I agree, but for the sake of completeness I think it's OK (and the concern about SpookyHash was confirmed to be a typo anyway; see [this commit](https://github.com/rurban/smhasher/commit/00d5c185e97bad38c6a54e3b528eb79818cc6ed3)). I already have...

Re: Are there any overflow risks remaining? I have normalized the code base to use 64-bit integers (signed and unsigned as applicable) everywhere. That is, I have moved away from...

Nothing for now, really. I want to add examples to [the documentation I wrote](http://gtools.readthedocs.io/en/latest/). I hadn't done it in sthlp files because they're a pain to write, but markdown is...

@austinsmoss I am kind of aware since someone commented they still had the problem but unfortunately I'm not 100% what to do about it. I should at least make a...