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

DependencyLoader output separates name and version #111

Merged
merged 1 commit into from
Oct 6, 2017

Conversation

andys8
Copy link
Contributor

@andys8 andys8 commented Oct 4, 2017

Added a minor change to put a space between the loaded dependency name and version.

Before

INFO: Load dependency elm-community/dict-extra2.2.0
INFO: Load dependency elm-community/list-extra6.1.0
INFO: Load dependency elm-lang/animation-frame1.0.1
INFO: Load dependency elm-lang/core5.1.1
INFO: Load dependency elm-lang/geolocation1.0.2
INFO: Load dependency elm-lang/html2.0.0
INFO: Load dependency elm-lang/http1.0.0
INFO: Load dependency elm-lang/svg2.0.0
INFO: Load dependency elm-lang/websocket1.0.2
INFO: Load dependency elm-lang/window1.0.1

After

INFO: Load dependency elm-community/dict-extra 2.2.0
INFO: Load dependency elm-community/list-extra 6.1.0
INFO: Load dependency elm-lang/animation-frame 1.0.1
INFO: Load dependency elm-lang/core 5.1.1
INFO: Load dependency elm-lang/geolocation 1.0.2
INFO: Load dependency elm-lang/html 2.0.0
INFO: Load dependency elm-lang/http 1.0.0
INFO: Load dependency elm-lang/svg 2.0.0
INFO: Load dependency elm-lang/websocket 1.0.2
INFO: Load dependency elm-lang/window 1.0.1

@stil4m stil4m added this to the 0.12.0 milestone Oct 6, 2017
@stil4m stil4m merged commit fe3e9e5 into stil4m:master Oct 6, 2017
@stil4m
Copy link
Owner

stil4m commented Oct 6, 2017

Great! Thanks :)

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.

2 participants