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

Pub reports some package layout issues #9

Open
adam-singer opened this issue May 7, 2013 · 2 comments
Open

Pub reports some package layout issues #9

adam-singer opened this issue May 7, 2013 · 2 comments

Comments

@adam-singer
Copy link
Member

20:31:06-adam@Adams-MacBook-Air:~/dart/Mixins
$ pub publish
Publishing "dartmixins" 0.0.3:
|-- .gitignore
|-- LICENSE
|-- README.md
|-- example
|   '-- Example.dart
|-- lib
|   |-- mixin.dart
|   '-- src
|       '-- mixin.dart
|-- pubspec.yaml
|-- test
|   |-- ArrayTests.dart
|   |-- CollectionTests.dart
|   |-- DUnit.dart
|   |-- FunctionTests.dart
|   |-- MixinTestSuite.dart
|   |-- MixinTests.dart
|   |-- ObjectTests.dart
|   |-- README.md
|   |-- StringTests.dart
|   '-- UtilityTests.dart
'-- tool
    '-- hop_runner.dart

Suggestions:
* The name of "lib/mixin.dart", "mixin", should match the name of the package, "dartmixins".
  This helps users know what library to import.
* Author "Demis Bellot" in pubspec.yaml should have an email address
  (e.g. "name <email>").

Package has 2 warnings. Upload anyway (y/n)? y
dartmixins 0.0.3 uploaded successfully.

@mythz
Copy link
Contributor

mythz commented May 7, 2013

I think we should change the package name to just mixins - as IMO dart is a redundant prefix in Dart-specific module names

@enyo
Copy link
Contributor

enyo commented May 7, 2013

@mythz definitely. As I stated in dartist/redis_client#6 I'd change the github repository name to mixins as well.

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

3 participants