-
Notifications
You must be signed in to change notification settings - Fork 53
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
Remove VMcache client from IRAF #416
Conversation
修改: unix/os/zfdele.c 修改: unix/os/zfiobf.c
.github/workflows/citest.yml
Outdated
@@ -1,7 +1,7 @@ | |||
|
|||
name: IRAF CI test | |||
|
|||
on: [push, pull_request] | |||
on: [push, pull_request, workflow_dispatch] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a change to my own repo, but somehow show up here.
One more comment: You didn't use a read e-mail address for the commits. This will make it hard to keep you linked to the change for proper contribution acknowledgement. This may be your intention, but if not you may better use a real e-mail (linked to your Github account or whatever) here. |
Consider all this. Maybe open a new pr is a better choice. I'd like to close this one and open a new one. |
You could also do a rebase and force-push. |
This PR removes the long-deprecated VMcache client from IRAF source code, avoiding the internet requests when launching IRAF.
Fixes: #415