Mauricio Caceres Bravo
Mauricio Caceres Bravo
In testing hashsort, I found that `fsort` sometimes did not give me an identical data set compared to `sort, stable`. I cannot replicate this from a blank session very easily,...
A bug in Stata causes gtools to exit with error if the user has more than 2^31-1 observations in memory. See [this bug report](https://www.statalist.org/forums/forum/general-stata-discussion/general/1457637-bug-in-stplugin-h-stata-plugin-interface-v3). I contacted StataCorp about it and...
A lengthy discussion on improvements and additions to gtools started in issue https://github.com/mcaceresb/stata-gtools/issues/28, but it is more appropriate to have a sepparate thread for it. The main idea currently being...
The maximum number of variables that can be passed to gtools commands is the maximum value of `matsize` in the user's system. ```stata disp c(matsize) ``` Will show the user...
#### Problem description The python dependencies, specially those outlined in `requirements_dev.txt`, are dated. Unit tests (via `pytest`) are additionally failing. The issue seems to be that python packages have changed...
#### Problem description `*` is not parsed correctly with multi-line syntax statements. It's a stand-in that allows passing options across programs, but the kernel registers it as a comment if...
[BUG] Backwards compatibility broken for Stata < 14.2 # Bug report - Stata 13.1 and Stata 14.1 - Arch Linux (kernel 5.16.15-arch1-1) and Red Hat Enterprise Linux Server (release 7.7)...
``` . which reghdfe /home/mauricio/ado/plus/r/reghdfe.ado *! version 5.6.2 10feb2018 . which ftools /home/mauricio/ado/plus/f/ftools.ado *! version 2.36.1 13feb2019 . mata x = 1 . mata y = 2 . mata mata...
# Bug report **Please complete the following information:** - Stata version: 17.0 MP - OS: Rocky Linux 9.2 (kernel 5.14.0) - `which reghdfe` gives `version 6.12.4 12sep2023` **Behavior** - Expected...
# Bug report **Please complete the following information:** - Stata version: 16.1 - OS: Arch Linux with kernel 6.5.7 - `which reghdfe` gives `version 6.12.4 12sep2023` **Behavior** - Expected behavior:...