search for: l1815

Displaying 2 results from an estimated 2 matches for "l1815".

Did you mean: 1815
2020 Jun 01
1
eval and Calling Frames
...ttps://github.com/wch/r-source/blob/tags/R-4-0-0/src/main/eval.c#L3329 [2]: https://github.com/wch/r-source/blob/tags/R-4-0-0/src/main/context.c#L260 [3]: https://github.com/wch/r-source/blob/tags/R-4-0-0/src/main/context.c#L433 [4]: https://github.com/wch/r-source/blob/tags/R-4-0-0/src/main/eval.c#L1815 [5]: https://cran.r-project.org/doc/manuals/r-devel/R-ints.html#Contexts [6]: https://bugs.r-project.org/bugzilla/show_bug.cgi?id=15531 [7]: https://github.com/r-lib/rlang/blob/v0.4.6/tests/testthat/test-retired.R#L437 [8]: https://bugs.r-project.org/bugzilla/show_bug.cgi?id=15531 --------------...
2018 Nov 06
3
Trying to cross-compile LLVM runtimes to Windows
...s://github.com/Kitware/CMake/commit/bd9bfc644954a48b1bf7ea18fc260a1231840671) > > I managed to workaround this issue by symlinking llvm-rc as rc. > However, that's not sufficient because CMake uses following invocation > (https://github.com/Kitware/CMake/blob/master/Source/cmcmd.cxx#L1815): > > rc /foCMakeFiles/cmTC_2c376.dir/manifest.res > CMakeFiles/cmTC_2c376.dir/manifest.rc > > llvm-rc option parses requires /fo option argument to be separate. > I've modified the flag to support both joined and separate value which > helped getting past that error, but I...