From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/elixir/files/
Date: Wed, 24 Jun 2020 20:38:37 +0000 (UTC) [thread overview]
Message-ID: <1593031114.23d35ec4c612d3d2bd770742e42f571109f4056f.slyfox@gentoo> (raw)
commit: 23d35ec4c612d3d2bd770742e42f571109f4056f
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jun 21 07:42:33 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 20:38:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d35ec4
dev-lang/elixir: remove unused patch
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16355
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
.../files/elixir-1.10.2-test-regex-fix.patch | 34 ----------------------
1 file changed, 34 deletions(-)
diff --git a/dev-lang/elixir/files/elixir-1.10.2-test-regex-fix.patch b/dev-lang/elixir/files/elixir-1.10.2-test-regex-fix.patch
deleted file mode 100644
index 01b27a05027..00000000000
--- a/dev-lang/elixir/files/elixir-1.10.2-test-regex-fix.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 8491f0dc74f8bc89bb926b8130b45eaa5ba92c4b Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Jos=C3=A9=20Valim?= <jose.valim@dashbit.co>
-Date: Sat, 28 Mar 2020 10:49:16 +0100
-Subject: [PATCH] Fix improper regex use, closes #9914
-
----
- lib/elixir/test/elixir/regex_test.exs | 6 ++++--
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
---- a/lib/elixir/test/elixir/regex_test.exs
-+++ b/lib/elixir/test/elixir/regex_test.exs
-@@ -91,8 +91,10 @@ defmodule RegexTest do
- assert <<0xA0::utf8>> =~ ~r/[[:space:]]/u
- assert <<0xA0::utf8>> =~ ~r/\s/u
-
-+ # Erlang/OTP 23 raises badarg on invalid UTF-8.
-+ # Earlier versions simply would not match.
-+ assert catch_error(if <<?<, 255, ?>>> =~ ~r/<.>/u, do: flunk("failed"), else: raise("failed"))
- assert <<?<, 255, ?>>> =~ ~r/<.>/
-- refute <<?<, 255, ?>>> =~ ~r/<.>/u
- end
-
- test "ungreedy" do
-@@ -349,6 +351,6 @@ defmodule RegexTest do
- end
-
- defp matches_escaped?(string, match) do
-- Regex.match?(~r/#{Regex.escape(string)}/simxu, match)
-+ Regex.match?(~r/#{Regex.escape(string)}/simx, match)
- end
- end
---
-2.26.1
-
next reply other threads:[~2020-06-24 20:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-24 20:38 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-13 18:43 [gentoo-commits] repo/gentoo:master commit in: dev-lang/elixir/files/ Conrad Kostecki
2022-09-12 17:26 Joonas Niilola
2019-10-18 7:51 Sergei Trofimovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1593031114.23d35ec4c612d3d2bd770742e42f571109f4056f.slyfox@gentoo \
--to=slyfox@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox