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

#5656: eliminate signal warnings #5735

Merged
merged 3 commits into from
Jul 26, 2017
Merged

#5656: eliminate signal warnings #5735

merged 3 commits into from
Jul 26, 2017

Conversation

jaroslawmalekcodete
Copy link
Contributor

No description provided.

@@ -24,6 +24,7 @@ repositories {

compileJava {
options.compilerArgs << '-XDignore.symbol.file'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

possible to make this apply only to KernelSignalHandler.java?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found a way to eliminate signal warnings for only one file, I used @SuppressWarnings("sunapi").

@scottdraves scottdraves merged commit f93e1fe into master Jul 26, 2017
michalgce added a commit that referenced this pull request Jul 28, 2017
* origin/master:
  add tests for kotlin package (#5733)
  #5737 fix model width update method, handle tab switch in plotScope (adjust width) (#5747)
  #5741 Catching crash on bad wildcard. (#5745)
  fix path and add first tests for PloFeatures.ipynb (#5751)
  Update build for jitpack (#5754)
  #5628 recreate tooltip interaction (#5744)
  #5656: eliminate signal warnings (#5735)
  #5725 Added adjusting import for Kotlin kernel. (#5743)

# Conflicts:
#	kernel/base/src/main/java/com/twosigma/beakerx/kernel/commands/MagicCommand.java
@jaroslawmalekcodete jaroslawmalekcodete deleted the jarek/5656_signal branch December 18, 2017 08:36
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