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

[WIP] Add support for including single Swift files #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Jeehut
Copy link

@Jeehut Jeehut commented Feb 13, 2019

I've just begun implementing the feature suggested in #40. This is a simple implementation and could already be working, I haven't added tests yet. @yonaskolb Feel free to give feedback already though, if you like. I will probably not be able to continue my work for a few days, please stay tuned (or feel free to continue it yourself, if you like).

TODOs:

  • Implement single file include support
  • Test single file include support
  • Make sure multiple specifications of the same dependency in different files are reduced to one
  • Document including files, warning against global private or fileprivate access identifiers
  • Update beak edit with // FILE: beakScript/Utility.swift comments to separate files
  • Document the different beak edit behavior using included files
  • (Optional) Add support for including all files in a directory
  • (Optional) Test inclusion of entire directory (making sure only Swift files are added)

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

1 participant