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

Action to replace (all-defined-out) provide with explicit list of items #98

Open
bluebear94 opened this issue Mar 14, 2023 · 1 comment

Comments

@bluebear94
Copy link

This would replace an (all-defined-out) clause with all of the identifiers that would be exported.

@dannypsnl
Copy link
Contributor

To get information, this is quite easy:

  1. using get-definitions in doc-trace.rkt
  2. get keys as defined identifiers of the current module
  3. replace all-defined-out with the list

Some problems I can think out immediately are

  1. What if all-defined-out and some exported duplicated? e.g. provide foo (all-defined-out)
  2. export which phase? The layer is important in racket

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