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

file(line:col)=>file(line,col) (use same convention as in DMD) #224

Closed
timotheecour opened this issue Jan 25, 2015 · 2 comments
Closed

file(line:col)=>file(line,col) (use same convention as in DMD) #224

timotheecour opened this issue Jan 25, 2015 · 2 comments

Comments

@timotheecour
Copy link

Why use a different convention? it breaks existing tooling that assumes dmd's convention (file(line,col)) when reporting messages (eg with dscanner --declaration)

@Hackerpilot
Copy link
Collaborator

clang and gcc both use ":", so the question is "Why does dmd break existing tooling"?

@timotheecour
Copy link
Author

makes sense.
sent an email on forum
EMAIL:file(line,col)=>file(line:col) to follow convention of clang,gcc,dscanner etc

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