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

2.12.0-RC1 branch has deprecation warning + -Xfatal-warnings #86

Closed
adriaanm opened this issue Oct 12, 2016 · 3 comments
Closed

2.12.0-RC1 branch has deprecation warning + -Xfatal-warnings #86

adriaanm opened this issue Oct 12, 2016 · 3 comments

Comments

@adriaanm
Copy link
Contributor

good: 0df362a (https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-integrate-community-build/672/consoleFull)

[macro-paradise] [warn] /home/jenkins/workspace/scala-2.12.x-integrate-community-build/target-0.9.5/project-builds/macro-paradise-c3528a3d56898fb31a2bff893401d481715be87f/tests/src/test/scala/annotations/run/issue48/Test1.scala:5: class C in package issue48 is deprecated: 
[macro-paradise] [warn]     C();
[macro-paradise] [warn]     ^
[macro-paradise] [warn] one warning found

bad: bce8f04

[macro-paradise] [error] /home/jenkins/workspace/scala-2.12.x-integrate-community-build/target-0.9.5/project-builds/macro-paradise-cac897a86f7fb477bc566b9d8681ccf96d740fb9/tests/src/test/scala/annotations/run/issue48/Test1.scala:5: class C in package issue48 is deprecated: 
[macro-paradise] [error]     C();
[macro-paradise] [error]     ^
[macro-paradise] [error] one error found
[macro-paradise] [error] (tests/test:compileIncremental) Compilation failed
@adriaanm
Copy link
Contributor Author

adriaanm commented Oct 12, 2016

Not sure why @deprecated is needed in https://github.com/scalamacros/paradise/blob/2.12.0-RC1/tests/src/test/scala/annotations/run/issue48/Test1.scala? Worked around for RC2 community build: adriaanm@af61abb

@xeno-by
Copy link
Member

xeno-by commented Oct 12, 2016

I think that @deprecated was there just because it's an annotation. I'll replace it with some other annotation.

xeno-by added a commit that referenced this issue Oct 12, 2016
@xeno-by xeno-by closed this as completed Oct 12, 2016
@xeno-by
Copy link
Member

xeno-by commented Oct 15, 2016

Fixed in paradise 2.1.0 for 2.12.0-RC2.

SethTisue pushed a commit to scalacommunitybuild/paradise that referenced this issue Nov 21, 2017
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