Skip to content

Commit db66446

Browse files
committed
Added missing fields in ContributedLibrary
1 parent 821e297 commit db66446

File tree

8 files changed

+1763
-316
lines changed

8 files changed

+1763
-316
lines changed

app/src/cc/arduino/contributions/libraries/ui/MultiLibraryInstallDialog.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
import javax.swing.text.html.StyleSheet;
5353

5454
import cc.arduino.contributions.libraries.ContributedLibraryRelease;
55-
import cc.arduino.contributions.libraries.UnavailableContributedLibrary;
5655
import processing.app.Base;
5756
import processing.app.Theme;
5857

@@ -120,8 +119,6 @@ public MultiLibraryInstallDialog(Window parent, ContributedLibraryRelease lib,
120119
continue;
121120
if (l.getInstalledLibrary().isPresent())
122121
continue;
123-
if (l instanceof UnavailableContributedLibrary)
124-
continue;
125122
desc += format("- <b>{0}</b><br/>", l.getName());
126123
}
127124
desc += "<br/>";

arduino-core/src/cc/arduino/cli/commands/Compile.java

Lines changed: 95 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)