Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (43735557e56f62f621fbfa270fa807e1aea17de3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (43735557e56f62f621fbfa270fa807e1aea17de3)
  • Date: Thu, 26 Sep 2019 20:50:42 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

devel/rust/HISTORY | 1 +
devel/rust/patches/builder.patch | 12 ++++++++++++
2 files changed, 13 insertions(+)

New commits:
commit 43735557e56f62f621fbfa270fa807e1aea17de3
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

devel/rust: added a quick fix for bootstrapping

diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index f66507e..4634896 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,5 +1,6 @@
2019-09-26 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.38.0, CARGO_VERSION=0.39.0
+ * patches/builder.patch: added a quick fix for bootstrapping

2019-09-04 Pavel Vinogradov <public AT sourcemage.org>
* patches/0001-libressl-2.9.x.patch: updated for libressl >= 2.9.x
diff --git a/devel/rust/patches/builder.patch
b/devel/rust/patches/builder.patch
new file mode 100644
index 0000000..bc4a3d9
--- /dev/null
+++ b/devel/rust/patches/builder.patch
@@ -0,0 +1,12 @@
+diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs
+--- a/src/bootstrap/builder.rs
++++ b/src/bootstrap/builder.rs
+@@ -145,7 +145,7 @@
+ only_hosts: S::ONLY_HOSTS,
+ should_run: S::should_run,
+ make_run: S::make_run,
+- name: unsafe { ::std::intrinsics::type_name::<S>() },
++ name: { ::std::intrinsics::type_name::<S>() },
+ }
+ }
+



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (43735557e56f62f621fbfa270fa807e1aea17de3), Pavel Vinogradov, 09/26/2019

Archive powered by MHonArc 2.6.24.

Top of Page