aitap

Results 16 comments of aitap

Thanks for your reply! What do you think about skipping the test using the same mechanism that currently skips it on builds without double precision support? It seems to make...

[В gcc-4.8 не реализован <regex>](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53631). Новый GCC можно поставить из [Software Collections devtoolset-6](https://www.softwarecollections.org/en/scls/rhscl/devtoolset-6/), точно так же, как cmake3 было необходимо установить из EPEL.

`svn help patch` recommends updating to the revision the patch had been generated from before applying a patch and then updating back to `HEAD` (which will uncover the conflicts and...

For LaTeX rendering of special characters to work, you may have to resort to [format-conditional text](https://cran.r-project.org/doc/manuals/R-exts.html#Conditional-text). For example, [о́ will not work in R's `pdflatex` environment, so I `\out{\'{о}}` instead](https://codeberg.org/aitap/data.table.ru/commit/bdf40dd92c2f5f2aae458aade5bf5827c87de431).

By the time `rhelpi18n:::.getHelpFile` runs, the `\Sexpr[stage=build]` and `\Sexpr[stage=install]` macros have already been evaluated, but `\Sexpr[stage=render]` have not and will be evaluated by `Rd2whatever` calling `tools:::prepareRd(stage = 'render')`. This has...

Part of the problem with `math-rendering: mathml` and `\eqn{}` tags could be due to Pandoc ignoring the `\eqn{}` tags converted to Markdown. The `as_html` method for `\eqn` tags outputs `\(...

How about `gcov --json-format`? The feature is old enough to be in Debian Stable. It may prove easier to parse than the normal text output.

I can't say no with 100% confidence. People have been [discussing configure tests for WinAPI in the past](https://sourceforge.net/p/mingw/mailman/mingw-msys/thread/OF98C7F789.C343541F-ON8025708F.0033B419-8025708F.00353D45%40total.com/), but most projects seem to rely on preprocessor symbols pre-defined by the...

Here are the configure tests. I made `heap.c` include `conf.h`. Would you like me to figure out a way to give it the flags via the compiler command line? Any...