Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor release for new Base methods #86

Closed
moble opened this issue Jul 2, 2024 · 4 comments
Closed

Minor release for new Base methods #86

moble opened this issue Jul 2, 2024 · 4 comments

Comments

@moble
Copy link

moble commented Jul 2, 2024

Can we have a new release to include the new methods in Base, please? I'm currently keeping those methods in the FastDifferentiation extension to a package of mine, which I'd like to get cleaned out and just depend on the latest version of FD.

@brianguenter
Copy link
Owner

I tried the register package workflow and got a warning about using node.js 16 instead of 20. The workflow then failed with this error message. Do you know how to fix this?

Run julia-actions/RegisterAction@latest
RequestError [HttpError]: Resource not accessible by integration
    at /home/runner/work/_actions/julia-actions/RegisterAction/latest/node_modules/@octokit/request/dist-node/index.js:66:23
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async main (/home/runner/work/_actions/julia-actions/RegisterAction/latest/register.js:22:18) {
  status: '403',
  headers: {
    'access-control-allow-origin': '*',
    'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset',
    connection: 'close',
    'content-encoding': 'gzip',
    'content-security-policy': "default-src 'none'",
    'content-type': 'application/json; charset=utf-8',
    date: 'Tue, 02 Jul 2024 17:14:17 GMT',
    'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
    server: 'istio-envoy',
    'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
    'transfer-encoding': 'chunked',
    vary: 'Accept-Encoding, Accept, X-Requested-With',
    'x-accepted-github-permissions': 'contents=write; contents=write,workflows=write',
    'x-content-type-options': 'nosniff',
    'x-envoy-upstream-service-time': '63',
    'x-frame-options': 'deny',
    'x-github-api-version-selected': '2022-11-28',
    'x-github-media-type': 'github.v3; format=json',
    'x-github-request-id': 'FC81:2F4376:94F82B:1133454:66843569',
    'x-ratelimit-limit': '5000',
    'x-ratelimit-remaining': '4992',
    'x-ratelimit-reset': '1719943769',
    'x-ratelimit-resource': 'core',
    'x-ratelimit-used': '8',
    'x-xss-protection': '0'
  },
  request: {
    method: 'PUT',
    url: 'https://api.github.com/repos/brianguenter/FastDifferentiation.jl/contents/Project.toml',
    headers: {
      accept: 'application/vnd.github.v3+json',
      'user-agent': 'octokit-core.js/3.2.1 Node.js/16.20.2 (linux; x64)',
      authorization: 'token [REDACTED]',
      'content-type': 'application/json; charset=utf-8'
    },
  
    request: { agent: [Agent], hook: [Function: bound bound register] }
  },
  documentation_url: 'https://docs.github.com/rest/repos/contents#create-or-update-file-contents'
}

@moble
Copy link
Author

moble commented Jul 2, 2024

Ooh, that's a new one. Looking back at the last time I ran 4 days ago, there was just a warning. But github did say they intend to deprecate soon. It might be worth just trying again, since they sometimes start random errors just before making a permanent change like this. Otherwise, we might have to see if my PR works out.

Meanwhile, just the usual JuliaRegistrator comment should still work.

Sorry about that.

@brianguenter
Copy link
Owner

JuliaRegistrator is doing its thing. Should have a new release in 15-20 minutes.

@moble
Copy link
Author

moble commented Jul 2, 2024

Awesome. Thanks so much for this and the package generally. We're seeing awesome performance!

@moble moble closed this as completed Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants