From 15aa50357d1f5362515095dd6b65bc5796b962c7 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 12 Oct 2021 09:26:39 -0300 Subject: [PATCH] Add standard snippets about webrick and sorted_set --- sorted_set.txt | 3 +++ webrick.txt | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 sorted_set.txt create mode 100644 webrick.txt diff --git a/sorted_set.txt b/sorted_set.txt new file mode 100644 index 0000000..5adc2f4 --- /dev/null +++ b/sorted_set.txt @@ -0,0 +1,3 @@ +Note that sorted_set has been removed from the standard library. It needs to be +packaged separately, and when that's done this package will need an explicit +dependency on it. diff --git a/webrick.txt b/webrick.txt new file mode 100644 index 0000000..df027ea --- /dev/null +++ b/webrick.txt @@ -0,0 +1,3 @@ +Note that webrick has been removed from the standard library. It's +already been packaged and is currently in NEW, but this package now +needs an explicit dependency on it. -- GitLab