Mauricio Caceres Bravo
Mauricio Caceres Bravo
@kylebarron On a related but different note, where do you highlight keywords? I'm over-highlighting with pygments atm. Do you only do start of lines?
I think I'll do this for now: ``` r'(^|:|\|\|)\s*(keywords)\b' ```
Careful with qui, cap, noi. Also some stuff that ought to get highlighted in other contexts (like `if`)
@jonathandroth I've implemented this in Unix. It seems the speed gains come at the cost of numerical precision. It's probably the correct trade-off, given how insanely slow this is at...
@jonathandroth I got the Linux and windows working, and it _compiles_ on x86_64 on a Mac. Can you test that out? TBD if I'll get the arm64 (silicon) to compile
@jonathandroth 1. If you have Intel then yes, and from this branch. 2. If you have Silicon then you'll have to compile first. You can run `do src/install` from this...
@jonathandroth Can you install `gcc` (to get `gfortran`) and `clang`, then try again? If they're too cumbersome to install lmk.
@jonathandroth Are you running these from Stata? If so maybe there's an issue with the shell... Can you try `make all` from the repo root on a terminal and see...
@jonathandroth Can you run `test/unit-tests.do` and LMK if you get any errors? I'll merge after that. **EDIT:** From this branch.
@jonathandroth I believe I figured it out; the plugin was getting unloaded for the tests. Can you try again? When you confirm the tests run I'll merge.