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

Give internal functions julia-- prefix #136

Open
non-Jedi opened this issue Jul 17, 2020 · 1 comment
Open

Give internal functions julia-- prefix #136

non-Jedi opened this issue Jul 17, 2020 · 1 comment

Comments

@non-Jedi
Copy link
Contributor

At the next major version bump, we should rename all internal functions with julia- prefix to have a julia-- prefix. Here's the list I identified after a quick survey. Please reply if you believe any of these should be part of the packages public interface. Many of these should also be given a -p predicate suffix.

  • julia-syntax-comment-or-string-p
  • julia-in-comment
  • julia-in-string
  • julia-in-brackets
  • julia-at-keyword
  • julia-safe-backward-sexp
  • julia-following-import-export-using
  • julia-last-open-block-pos
  • julia-last-open-block
  • julia-paren-indent
  • julia-prev-line-skip-blank-or-comment
  • julia-indent-hanging
  • julia-indent-in-string
  • julia-indent-import-export-using
  • julia-syntax-context-type
  • julia-looking-at-beginning-of-defun
  • julia-beginning-of-defun
  • julia-end-of-defun
  • julia-looking-at-beginning-of-defun

Cross-reference #115 (comment)

@tpapp
Copy link
Collaborator

tpapp commented Jul 18, 2020

Thanks for making this list, I agree with both the contents and adding -p where applicable.

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