Diego Alvarez S.
Diego Alvarez S.
@krlmlr not for me ``` utils.c: In function ‘rmysql_version’: utils.c:269:40: error: ‘MYSQL_SERVER_VERSION’ undeclared (first use in this function); did you mean ‘MYSQL_PS_CONVERSION’? SET_STRING_ELT(output_nms, 0, mkChar(MYSQL_SERVER_VERSION)); ^~~~~~~~~~~~~~~~~~~~ MYSQL_PS_CONVERSION utils.c:269:40: note: each...
Regarding this, there is a new formatter for Julia inspired by black and similar formatters, and it's working great right now: https://github.com/domluna/JuliaFormatter.jl Hope support for Julia with this formatter can...
@ryantam626 yes, you're right. Julia is a great language but has that issue of the precompilation time. If the formatter is executed without precompilation every time, it would be very...