You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ben Kietzman (Jira)" <ji...@apache.org> on 2020/11/17 20:14:00 UTC

[jira] [Resolved] (ARROW-10622) [R] Nameof<>() is incorrect in r-arrow build environment

     [ https://issues.apache.org/jira/browse/ARROW-10622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ben Kietzman resolved ARROW-10622.
----------------------------------
    Resolution: Fixed

Issue resolved by pull request 8681
[https://github.com/apache/arrow/pull/8681]

> [R] Nameof<>() is incorrect in r-arrow build environment
> --------------------------------------------------------
>
>                 Key: ARROW-10622
>                 URL: https://issues.apache.org/jira/browse/ARROW-10622
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>    Affects Versions: 2.0.0
>            Reporter: Ben Kietzman
>            Assignee: Ben Kietzman
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> {{r-arrow}} builds in an environment which combines MSVC and clang, invalidating assumptions made in {{nameof<>()}} which is used to look up R6 class names. Specifically:
> - MSVC prefixes "struct " or "class " to some type names, but this doesn't happen in clang+msvc
> - clang+msvc renders the signature of a function taking no arguments as "(void)" instead of "()"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)