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

camlidl warnings #2813

Closed
vicuna opened this issue Jun 27, 2001 · 2 comments
Closed

camlidl warnings #2813

vicuna opened this issue Jun 27, 2001 · 2 comments

Comments

@vicuna
Copy link

vicuna commented Jun 27, 2001

Original bug ID: 409
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: -for CamlIDL use https://github.com/xavierleroy/camlidl/issues

Bug description

Full_Name: Dmitry Bely
Version: 3.01, camlidl cvs 27.06.1
OS: Windows NT 4.0
Submission from: d009.p3.col.ru (195.210.132.9)

(Possibly feature wish)

It would be nice if warnings report the place where the problem is occured (as
well as syntax error do). E.g. instead of

Warning: type wchar_t' unsupported, treating as char'.
Warning: attribute `size_is' unknown, malformed or not applicable here,
ignored.
File test.idl, line 594, character 8: syntax error

we could have

File test.idl, line xxx, character x: warning: type wchar_t' unsupported, treating as char'.
File test.idl, line xxx, character x: warning: attribute `size_is' unknown,
malformed or not applicable here, ignored.
File test.idl, line 594, character 8: syntax error

or something like that. Currently it is very hard to find where the real problem
is happened. Try to compile wtypes.idl from MSVC distribution and you'll see...

@vicuna
Copy link
Author

vicuna commented Jun 29, 2001

Comment author: administrator

It would be nice if warnings report the place where the problem is
occured (as well as syntax error do).

I agree it would be nice. I'll give it a try at some point.

  • Xavier Leroy

@vicuna
Copy link
Author

vicuna commented Jun 29, 2001

Comment author: administrator

Added context for warnings generated during parsing (i.e. most of them). -XL,
2001-06-29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant