Displaying 9 results from an estimated 9 matches for "cppi".
Did you mean:
cpp
2025 Jan 23
1
Depends: R (>= 4.1) for packages that use |> and \(...)
...then the pipe must be
of the form ...|> _..., which is the R >= 4.3 syntax:
x <- utils::getParseData(parse(f, keep.source = TRUE))
i <- x$token %in% "PLACEHOLDER"
vapply(which(i), function(i) {
pi <- x[i, "parent"]
ppi <- x[x$id %in% pi, "parent"]
cppi <- x[x$parent %in% ppi, "id"]
min(cppi) == pi
}, FALSE)
--
Best regards,
Ivan
2025 Jan 23
2
Depends: R (>= 4.1) for packages that use |> and \(...)
...orm ...|> _..., which is the R >= 4.3 syntax:
> x <- utils::getParseData(parse(f, keep.source = TRUE))
> i <- x$token %in% "PLACEHOLDER"
> vapply(which(i), function(i) {
> pi <- x[i, "parent"]
> ppi <- x[x$id %in% pi, "parent"]
> cppi <- x[x$parent %in% ppi, "id"]
> min(cppi) == pi
> }, FALSE)
> --
> Best regards,
> Ivan
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
2011 Jun 24
4
[LLVMdev] Missing symbols in pass stack trace
...nEvE19__PRETTY_FUNCTION__
0000000000019920 l O .rodata 0000000000000026
_ZZN12_GLOBAL__N_111CGFFunction7flattenEvE19__PRETTY_FUNCTION__
cafxx at ubuntu:~/Projects/llvm2/Debug+Asserts/bin$ addr2line -e
../lib/CGF.so 5622
/home/cafxx/Projects/llvm2/lib/Transforms/cgf/CGFFunction.cppi:27
the file name and line are correct...
--
Carlo Alberto Ferraris <cafxx at strayorange.com
<mailto:cafxx at strayorange.com>>
website/blog <http://cafxx.strayorange.com> - +39 333 7643 235
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <ht...
2025 Jan 22
1
Depends: R (>= 4.1) for packages that use |> and \(...)
Hello all,
Would packages using the underscore placeholder with the native pipe need
to also depend on R >= 4.2.0?
There appear to be a number, modifying Ivan's GitHub search:
https://github.com/search?q=org%3Acran+path%3A%2F%5B.%5D%5BRr%5Dd%3F%24%2F+%2F%5Cs%5C%7C%3E%5Cs.*%3D%5Cs%3F_%2F&type=code
Regards,
Ian
____
Ian Farm
Laboratory Manager, The Agroecology Lab
University of Maine
2011 Jun 24
0
[LLVMdev] Missing symbols in pass stack trace
On Jun 24, 2011, at 11:03 AM, Carlo Alberto Ferraris wrote:
>
>> Are you loading the shared library directly from the build directory, or are you installing it first?
> I'm invoking it directly, I guess: ./opt -load=CGF.so -cgf -debug test.S
> should I install it? (I have no idea about how to do it, though...)
>
>> If you run "file CGF.so" on the file
2011 Jun 24
0
[LLVMdev] Missing symbols in pass stack trace
...Y_FUNCTION__
> 0000000000019920 l O .rodata 0000000000000026 _ZZN12_GLOBAL__N_111CGFFunction7flattenEvE19__PRETTY_FUNCTION__
> cafxx at ubuntu:~/Projects/llvm2/Debug+Asserts/bin$ addr2line -e ../lib/CGF.so 5622
> /home/cafxx/Projects/llvm2/lib/Transforms/cgf/CGFFunction.cppi:27
>
> the file name and line are correct…
I meant on the stack trace, for your initial trace:
$ addr2line -e CGF.so 0x00007f640b6a24fd
>
> --
> Carlo Alberto Ferraris <cafxx at strayorange.com>
> website/blog - +39 333 7643 235
> <cafxx.vcf>__________________...
2011 Jun 24
2
[LLVMdev] Missing symbols in pass stack trace
> Are you loading the shared library directly from the build directory,
> or are you installing it first?
I'm invoking it directly, I guess:./opt -load=CGF.so -cgf -debug test.S
should I install it? (I have no idea about how to do it, though...)
> If you run "file CGF.so" on the file you actually load, does it say it
> is stripped or non-stripped?
cafxx at
2010 Jul 05
0
Release of libvirt-0.8.2
...s (Eric Blake)
- avoid syntax-check failure (Jim Meyering)
- autobuild.sh: avoid bashism (Eric Blake)
- bitmap: reject zero-size bitmap (Eric Blake)
- build: depend on correct file (Eric Blake)
- build: make cpp indentation conform (Jim Meyering)
- hooks: fix typo (Paolo Smiraglia)
- build: silence cppi warning, clarify vbox headers (Eric Blake)
- xen: Remove unused function (Cole Robinson)
- esx: Simplify goto usage (Matthias Bolte)
- Use printf instead of echo -e in libvirt.spec.in (Matthias Bolte)
- build: fix HTML errors in nwfilter docs (Eric Blake)
- build: fix compilation without macvtap (E...
2011 May 05
0
Release of libvirt-0.9.1
...om virRaiseErrorFull (Matthias Bolte)
- phyp: prefer memcpy over memmove when legal (Eric Blake)
- phyp: use consistent style for labels (Eric Blake)
- phyp: more return handling cleanup (Eric Blake)
- esx: Fix gcc 4.6 warning about initialized but unused variables (Matthias Bolte)
- maint: silence cppi warnings (Eric Blake)
- Fix gcc 4.6 warnings in vbox_tmpl.c (Christophe Fergeau)
- Fix gcc 4.6 warnings (Christophe Fergeau)
- Remove C99 variable declare in PHYP network driver (Daniel P. Berrange)
- Standard on error variable name in libvirtd dispatcher (Daniel P. Berrange)
- Remove all whitespac...