search for: l168

Displaying 15 results from an estimated 15 matches for "l168".

Did you mean: 168
2023 Jun 21
1
New behavior when running script in package directory?
...ing *.R files in special way when it detects that a file belongs to a package (loading dependencies automatically, etc.)? The function ss() is defined inside of .ess.source(), which is defined here: https://github.com/emacs-ess/ESS/blob/5c4ae91cefa5c56fd13b204a9a996825af836a67/etc/ESSR/R/.basic.R#L168 If you think that there is a bug, then you could report it there ... Mikael On 2023-06-21 6:00 am, r-devel-request at r-project.org wrote: > When I run a script foo.R containing some trivial code in my home > directory, via Emacs/ESS, everything works as expected: R > starts, and a setw...
2023 Jun 22
1
New behavior when running script in package directory?
...y when it detects that a file belongs to a package > (loading dependencies automatically, etc.)? > The function ss() is defined inside of .ess.source(), which is defined here: > https://github.com/emacs-ess/ESS/blob/5c4ae91cefa5c56fd13b204a9a996825af836a67/etc/ESSR/R/.basic.R#L168 > If you think that there is a bug, then you could report it there ... > Mikael Indeed. I have now replied to this CC'ing to ESS-help at ... instead of R-devel at ... It's visible in the mailing list *archives* now: https://stat.ethz.ch/pipermail/ess-help/2023-June/013...
2017 Mar 14
3
llvm-stress crash
...true, i1 %Cmp, i1 %Tr70 br i1 %Sl166, label %CF253, label %CF255 CF255: ; preds = %CF255, %CF266, %CF269 %Cmp167 = icmp sge i64 %4, %L24 br i1 %Cmp167, label %CF255, label %CF266 CF266: ; preds = %CF255 %L168 = load i8, i8* %0 store i32 %E38, i32* %PC78 %E169 = extractelement <2 x i16> zeroinitializer, i32 1 %Shuff170 = shufflevector <4 x i16> %Sl79, <4 x i16> %I137, <4 x i32> <i32 6, i32 0, i32 2, i32 4> %I171 = insertelement <4 x i16> %Shuff163, i16 %ZE41, i...
2023 Mar 09
2
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...r all firstboot scripts, > some of them also utilise separate log files in scripts-done directory, > e.g.: > > https://github.com/libguestfs/virt-v2v/blob/cb792fef27f/convert/convert_windows.ml#L381 > https://github.com/libguestfs/virt-v2v/blob/cb792fef27f/convert/convert_windows.ml#L168 > > So I did the same considering that pnputil's output is relatively long. I think I'd probably get rid of those other scripts too. It's helpful to have everything go to one place. I'm not actually sure where those extra files end up. > All in all, if there're no...
2023 Mar 09
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...having the log common for all firstboot scripts, some of them also utilise separate log files in scripts-done directory, e.g.: https://github.com/libguestfs/virt-v2v/blob/cb792fef27f/convert/convert_windows.ml#L381 https://github.com/libguestfs/virt-v2v/blob/cb792fef27f/convert/convert_windows.ml#L168 So I did the same considering that pnputil's output is relatively long. All in all, if there're no other concerns, can we give this script a go? > > Rich. >
2023 Mar 13
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...ipts, >> some of them also utilise separate log files in scripts-done directory, >> e.g.: >> >> https://github.com/libguestfs/virt-v2v/blob/cb792fef27f/convert/convert_windows.ml#L381 >> https://github.com/libguestfs/virt-v2v/blob/cb792fef27f/convert/convert_windows.ml#L168 >> >> So I did the same considering that pnputil's output is relatively long. > > I think I'd probably get rid of those other scripts too. It's helpful > to have everything go to one place. I'm not actually sure where those > extra files end up. > >...
2023 Mar 13
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
...ome of them also utilise separate log files in scripts-done directory, >>> e.g.: >>> >>> https://github.com/libguestfs/virt-v2v/blob/cb792fef27f/convert/convert_windows.ml#L381 >>> https://github.com/libguestfs/virt-v2v/blob/cb792fef27f/convert/convert_windows.ml#L168 >>> >>> So I did the same considering that pnputil's output is relatively long. >> >> I think I'd probably get rid of those other scripts too. It's helpful >> to have everything go to one place. I'm not actually sure where those >> extra f...
2016 Aug 15
2
ifelse() woes ... can we agree on a ifelse2() ?
On Fri, Aug 12, 2016 at 11:31 AM, Hadley Wickham <h.wickham at gmail.com> wrote: >> >> One possibility would also be to consider a "numbers-only" or >> >> rather "same type"-only {e.g., would also work for characters} >> >> version. >> >> > I don't know what you mean by these. >> >> In the
2016 Nov 15
2
ifelse() woes ... can we agree on a ifelse2() ?
...s, > and "mpfr" (the arbitrary-precision numbers in my package "Rmpfr") > > Also if you are not on github, you can quickly get to the ifelse2() > definition : > > https://gist.github.com/mmaechler/9cfc3219c4b89649313bfe6853d878 > 94#file-ifelse-def-r-L168 > > > Also, if you're considering an improved ifelse(), I'd > > strongly urge you to consider adding an `na` argument, > > I now did (called it 'NA.'). > > > so that you can use ifelse() to transform all three > > possible values i...
2016 Nov 15
0
ifelse() woes ... can we agree on a ifelse2() ?
...ct" and "POSIXlt"), factors, and "mpfr" (the arbitrary-precision numbers in my package "Rmpfr") Also if you are not on github, you can quickly get to the ifelse2() definition : https://gist.github.com/mmaechler/9cfc3219c4b89649313bfe6853d87894#file-ifelse-def-r-L168 > Also, if you're considering an improved ifelse(), I'd > strongly urge you to consider adding an `na` argument, I now did (called it 'NA.'). > so that you can use ifelse() to transform all three > possible values in a logical vector. > Hadley...
2016 Nov 26
3
ifelse() woes ... can we agree on a ifelse2() ?
...ckage "Rmpfr") >? ???>> >? ???>> Also if you are not on github, you can quickly get to the ifelse2() >? ???>> definition : >? ???>> >? ???>> https://gist.github.com/mmaechler/9cfc3219c4b89649313bfe6853d878 >? ???>> 94#file-ifelse-def-r-L168 >? ???>> >? ???>> > Also, if you're considering an improved ifelse(), I'd >? ???>> > strongly urge you to consider adding an `na` argument, >? ???>> >? ???>> I now did (called it 'NA.'). >? ???>> >? ???>> > so t...
2016 Nov 28
0
ifelse() woes ... can we agree on a ifelse2() ?
...-8. A bit less than an hour ago, I have updated the gist with an updated proposal ifelse2() {and the current alternatives that I know}, modified so it *does* keep more, e.g. dim() attributes in reasonable cases. https://gist.github.com/mmaechler/9cfc3219c4b89649313bfe6853d87894#file-ifelse-def-r-L168 Hence my ifelse2() became even a bit longer (but not slower) working for even more classes of "yes" and "no". > On ifelse-checks.R: > * In function 'chkIfelse', if the fourth function argument names is not "NA.", the argument name is changed,...
2023 Mar 08
1
[V2V PATCH 1/1] convert_windows: add firstboot script to install drivers with pnputil
On Wed, Mar 08, 2023 at 08:05:35PM +0200, Andrey Drobyshev wrote: > During conversion we copy the necessary drivers to the directory > "%systemroot%\Drivers\Virtio", adding it to the DevicePath registry > value. As documented in [1], this should be enough for Windows to find > device drivers and successfully install them. > > However, it doesn't always happen.
2016 Nov 22
0
ifelse() woes ... can we agree on a ifelse2() ?
...y-precision numbers in my package "Rmpfr") >> >> Also if you are not on github, you can quickly get to the ifelse2() >> definition : >> >> https://gist.github.com/mmaechler/9cfc3219c4b89649313bfe6853d878 >> 94#file-ifelse-def-r-L168 >> >> > Also, if you're considering an improved ifelse(), I'd >> > strongly urge you to consider adding an `na` argument, >> >> I now did (called it 'NA.'). >> >> > so that you can use ifelse() to tran...
2016 May 31
10
IMPORTANT: APT repo temporary switched off
TL;DR: APT repo switched off due to excessive load / traffic Recently we realized that APT repo generates almost 95% of I/O on llvm.org and more than 40% of network bandwidth alone. During last 2 weeks the main services on llvm.org (svn, git, bugzilla) had serious problems with overall connectivity. We decided to temporary switch APT repo off to see if this would help. Stay tuned for updates.