bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Status of texinfo/js/yarn.lock ?


From: Per Bothner
Subject: Re: Status of texinfo/js/yarn.lock ?
Date: Wed, 16 Nov 2022 16:51:45 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1



On 11/15/22 13:16, Gavin Smith wrote:
"make lint" issues an error:
/home/g/src/texinfo/GIT/js/node_modules/.bin/eslint -c build-aux/eslint.json 
info.js -f unix
/home/g/src/texinfo/GIT/js/info.js:123:57: Parsing error: Unexpected token = 
[Error]

While I don't think supporting old browsers is a priority,
I'm pretty sure we can fix this one easily - just remove the default parameter:

    set_current_url: function (linkid, history, clicked) {

"make check-types" gives a lot of errors, starting:

Based on the ones I looked at, these seem to be false alarms.
This code is written in JavaScript (which as dynamic typing),
not TypeScript (which uses static typing). It is no doubt possible
to fix the code so check-types passes, but I think it is very low priority.

Per, would you be able to take a look at this?

For what it's work, I just updated to Fedora 37, which broke 'git pull'
from Savannah:

    $ git pull
    load pubkey "/home/bothner/.ssh/id_rsa": Invalid key length
    bothner@git.savannah.gnu.org: Permission denied (publickey).
    fatal: Could not read from remote repository.

    Please make sure you have the correct access rights
    and the repository exists.

Same problem with GitLab, but GitHub works OK.  Probably
some new keys need to be uploaded - but not today.

(I did do a 'git pull' before updating Fedora, so i do have a recent snapshot.)
--
        --Per Bothner
per@bothner.com   http://per.bothner.com/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]