Getting this: 

romain@purrplex ~/git/apache/arrow/r $ ./lint.sh --fix
Traceback (most recent call last):
  File 
"/Users/romain/git/apache/arrow/r/../cpp/build-support/run_clang_format.py", 
line 74, in <module>
    "-i"] + formatted_filenames)
  File "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 286, in 
check_call
    retcode = call(*popenargs, **kwargs)
  File "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 267, in call
    with Popen(*popenargs, **kwargs) as p:
  File "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 709, in 
__init__
    restore_signals, start_new_session)
  File "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 1344, in 
_execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'clang-format-6.0': 
'clang-format-6.0'

🤷‍♂️

> Le 27 sept. 2018 Ă  18:49, Romain François <[email protected]> a Ă©crit :
> 
> Thanks. I will do that on a few hours and then i have a small PR (about 
> support for logical vectors) ready to go and associated with a jira issue i 
> opened this morning. 
> 
> Romain
> 
>> Le 27 sept. 2018 Ă  18:46, Wes McKinney <[email protected]> a Ă©crit :
>> 
>> I checked out your branch and ran r/lint.sh and it printed the following
>> 
>> https://gist.github.com/wesm/42f1682565ac9737fecc60d12a15927e
>> 
>> You can run
>> 
>> ./lint.sh --fix
>> 
>> to fix the problems
>>> On Thu, Sep 27, 2018 at 9:46 AM Romain François <[email protected]> wrote:
>>> 
>>> I don’t think that’s just that. I sent a new build anyway that is ahead of 
>>> the upstream repo.
>>> 
>>> In any case, there’s probably something i should be doing.
>>> 
>>> Romain
>>> 
>>>> Le 27 sept. 2018 Ă  13:19, Wes McKinney <[email protected]> a Ă©crit :
>>>> 
>>>> Looks like you need to rebase your branch
>>>>> On Thu, Sep 27, 2018 at 7:18 AM Wes McKinney <[email protected]> wrote:
>>>>> 
>>>>> hi Romain,
>>>>> 
>>>>> I just put this in the README 
>>>>> https://github.com/apache/arrow/tree/master/r#development
>>>>> 
>>>>> - Wes
>>>>>> On Thu, Sep 27, 2018 at 7:17 AM Romain François <[email protected]> 
>>>>>> wrote:
>>>>>> 
>>>>>> Hello,
>>>>>> 
>>>>>> Is there documentation about what i should be doing to make clang-format 
>>>>>> happy? E.g to make this build pass: 
>>>>>> https://travis-ci.org/romainfrancois/arrow/builds/434027141
>>>>>> 
>>>>>> Romain
>>> 
> 

Reply via email to