Displaying 3 results from an estimated 3 matches for "do_is".
Did you mean:
do_it
2007 Sep 21
11
given_it
Hello,
Just decided to check whether I am doing something that makes sense
or not. I was thinking about how cool would it be to re-use examples
(just like we reuse story scenarios with GivenScenario). I was not
sure if this possibility already exists in rspec (and, honestly, was
lazy to check), so I have created this helper:
def given_it(name)
example_definition =
2008 Aug 07
0
sapply(Date, is.numeric) (PR#12244)
...class
> >> sapply(x, class)
> RobMcG> dt
> RobMcG> "Date"
>
> Yes, thanks a lot, Robert, for the report.
>
> That *is* a bug somewhere in the .Internal(lapply(...)) C code,
> when S3 dispatch of primitive functions should happen.
The bug is in do_is, which uses CHAR(PRINTNAME(CAR(call))), and when
called from lapply that gives "FUN" not "is.numeric". The root cause is
the following comment
FUN = CADR(args); /* must be unevaluated for use in e.g. bquote */
and hence that the function in the *call* passed to do_is...
2012 Jan 13
0
Wine release 1.3.37
...c_string<>::replace.
msvcp90: Make type_info::mangled larger.
msvcp90: Add num_get<wchar_t> stubs.
msvcp90: basic_string<>::rfind(ch) should call rfind.
msvcrt: Make WEOF returned from swscanf signed.
msvcp90: Fix return value for ctype<wchar_t> do_is(ch).
msvcrt: Sync _wtempnam with _tempnam.
msvcrt: Add struct and prototypes for existing _findfirst64 and _findnext64.
libwine: Use larger buffer in vsnprintfW for large numbers.
msvcrt: Add _snwprintf_l.
dbghelp: Use CDECL calling convention for __unDName and callbac...