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

implement autoload-do-load and use it; removing some polyfills #36

Merged
merged 1 commit into from
Dec 19, 2018

Conversation

KeenS
Copy link
Contributor

@KeenS KeenS commented Dec 19, 2018

It is not an exact implementation of autoload-do-load, but almost the same.
The behavioral differences can be observed only when the autoload fails.
In the emacs' implementation, it undoes all the definitions and provides in the load chain, but this function does not (more to say, cannot. The definition history is held only in C).
However, I think this is sufficient for polyfill for testing.

@conao3 conao3 merged commit e14df29 into conao3:master Dec 19, 2018
@conao3
Copy link
Owner

conao3 commented Dec 19, 2018

With the code you wrote, I can now integrate test cases into one.
Thank you very much !!

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

Successfully merging this pull request may close these issues.

None yet

2 participants