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

Collect various cleanup changes #51

Merged
merged 7 commits into from Sep 5, 2020
Merged

Conversation

kulp
Copy link
Collaborator

@kulp kulp commented Sep 5, 2020

The current PR collects a few cleanup and reorganization improvements that were originally bundled into #43, which has been split apart. Each commit should be reviewed individually.

`jit_entry`-style support for aliases of these functions will not be
ready right away. For convenience, collect these aliases for specific
entry points that are not provided by `jit_entry` yet.
`cargo doc` shows that entry points like `JitState::jit_absr_d` were
being exposed publicly outside the crate. This seems to be because,
despite being in a non-`pub` `mod` named `raw`, they are associated with
a `pub` `type` named `JitState`. Hide them internal to the crate for
now.
@kulp kulp marked this pull request as ready for review September 5, 2020 16:57
@petelliott petelliott merged commit bb64b57 into petelliott:master Sep 5, 2020
@kulp kulp deleted the cleanup branch September 5, 2020 18:41
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