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

Conflicts between packages due to inconsistent casing #534

Closed
isc-shuliu opened this issue Jul 30, 2024 · 1 comment
Closed

Conflicts between packages due to inconsistent casing #534

isc-shuliu opened this issue Jul 30, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@isc-shuliu
Copy link
Collaborator

@isc-tleavitt @isc-kiyer

In ObjectScript, there are error codes (5092, 5093) for packages/classes sharing otherwise the same name except for casing. In the current community registry, we already have such problem. For example, package csvgen is under package community and package demo-pandas-analytics is under Community. This makes csvgen and demo-pandas-analytics not compatible in the same environment. But such incompatibility is really unnecessary and should be fixed.

Some ideas:

  • Should we implement a warning when user publishes a package?
  • Maybe advocate/enforce a naming convention?
  • Even better, can we make the package name parametrizable?

See also #527

@isc-shuliu isc-shuliu added the enhancement New feature or request label Jul 30, 2024
@isc-tleavitt
Copy link
Contributor

The most we can do in a community setting is advocate a naming convention.

@isc-tleavitt isc-tleavitt closed this as not planned Won't fix, can't repro, duplicate, stale Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants