search for: uncareful

Displaying 7 results from an estimated 7 matches for "uncareful".

Did you mean: careful
2020 Nov 13
3
exists, get and get0 accept silently inputs of length > 1
Dear R-devel, The doc of exists, get and get0 is unambiguous, x should be an object given as a character string. However these accept longer inputs. It can lead an uncareful user to think these functions are vectorized when they're not, and generally lets through bugs that one might have preferred to trigger earlier failure. ``` r exists("d") #> [1] FALSE exists(c("c", "d")) #> [1] TRUE get(c("c", "d")) #>...
2020 Nov 17
2
[External] exists, get and get0 accept silently inputs of length > 1
...t; > Best, > > luke > > On Fri, 13 Nov 2020, Antoine Fabri wrote: > > > Dear R-devel, > > > > The doc of exists, get and get0 is unambiguous, x should be an object given > > as a character string. However these accept longer inputs. It can lead an > > uncareful user to think these functions are vectorized when they're not, > > and generally lets through bugs that one might have preferred to trigger > > earlier failure. > > > > ``` r > > exists("d") > > #> [1] FALSE > > exists(c("c", &quo...
2020 Nov 17
1
[External] exists, get and get0 accept silently inputs of length > 1
...> > > > Dear R-devel, > > > > > > The doc of exists, get and get0 is unambiguous, x should be > an object given > > > as a character string. However these accept longer inputs. > It can lead an > > > uncareful user to think these functions are vectorized when > they're not, > > > and generally lets through bugs that one might have > preferred to trigger > > > earlier failure. > > > > > > ``` r > > > exists(&q...
2020 Nov 13
0
[External] exists, get and get0 accept silently inputs of length > 1
...back to names internally for the environment lookup. Best, luke On Fri, 13 Nov 2020, Antoine Fabri wrote: > Dear R-devel, > > The doc of exists, get and get0 is unambiguous, x should be an object given > as a character string. However these accept longer inputs. It can lead an > uncareful user to think these functions are vectorized when they're not, > and generally lets through bugs that one might have preferred to trigger > earlier failure. > > ``` r > exists("d") > #> [1] FALSE > exists(c("c", "d")) > #> [1] TRUE &gt...
2020 Nov 17
0
[External] exists, get and get0 accept silently inputs of length > 1
...n Fri, 13 Nov 2020, Antoine Fabri wrote: > > > > > Dear R-devel, > > > > > > The doc of exists, get and get0 is unambiguous, x should be an object > given > > > as a character string. However these accept longer inputs. It can lead > an > > > uncareful user to think these functions are vectorized when they're > not, > > > and generally lets through bugs that one might have preferred to > trigger > > > earlier failure. > > > > > > ``` r > > > exists("d") > > > #> [1] FALS...
2012 Nov 09
3
Forcing ZFS options
There are times when ZFS options can not be applied at the moment, i.e. changing desired mountpoints of active filesystems (or setting a mountpoint over a filesystem location that is currently not empty). Such attempts now bail out with messages like: cannot unmount ''/var/adm'': Device busy cannot mount ''/export'': directory is not empty and such. Is it
2016 Jul 16
7
new user introduction, and a few questions
hi all My name is Kendell Clark, and I've just subscribed to this list. I thought I'd write this email to introduce myself, and ask a couple of questions about configuring samba. I'm a co developer of a linux distribution for the visually impaired and disabled called Sonar GNU linux, which you can learn more about at http://www.sonargnulinux.com. I've been struggling to come up