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

#5701 Fixed resetting environment after merge. #5753

Merged
merged 2 commits into from
Jul 28, 2017
Merged

Conversation

michalgce
Copy link
Contributor

No description provided.

.filter(path -> path.toString().toLowerCase().endsWith(".jar"))
.collect(Collectors.toMap(p -> p, o -> o.getFileName().toString()));
.filter(path -> path.toString().toLowerCase().endsWith(".jar"))
.collect(Collectors.toMap(p -> p, o -> o.getFileName().toString()));

if (paths == null || paths.isEmpty()) {
throw new IllegalStateException("Cannot find any jars files in selected path");
Copy link
Contributor

Choose a reason for hiding this comment

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

as we discussed, this exception is inappropriate for user errors.
use a conditional.

@scottdraves
Copy link
Contributor

please bring up to date with master.
also fix the use of exceptions.

* 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
@scottdraves scottdraves merged commit 256550b into master Jul 28, 2017
@scottdraves scottdraves deleted the michal/5701-1 branch December 18, 2017 18:12
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