~ntietz/isabella-db-discuss

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH 1/2] Update proc-macro2 because of regression in nightly toolchain

Sam Calvert <sam.clvrt@gmail.com>
Details
Message ID
<20230926031901.73891-1-sam.clvrt@gmail.com>
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 Cargo.lock | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index f0f6e57..862a47d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1240,9 +1240,9 @@ dependencies = [

[[package]]
name = "proc-macro2"
version = "1.0.47"
version = "1.0.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
dependencies = [
 "unicode-ident",
]
--
2.41.0

[PATCH 2/2] Remove is_some_and feature declaration as it is now stable

Sam Calvert <sam.clvrt@gmail.com>
Details
Message ID
<20230926031901.73891-2-sam.clvrt@gmail.com>
In-Reply-To
<20230926031901.73891-1-sam.clvrt@gmail.com> (view parent)
DKIM signature
missing
Download raw message
Patch: +0 -1
---
 pgn/src/lib.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pgn/src/lib.rs b/pgn/src/lib.rs
index 97f76ed..92bc831 100644
--- a/pgn/src/lib.rs
+++ b/pgn/src/lib.rs
@@ -1,5 +1,4 @@
#![feature(let_chains)]
#![feature(is_some_and)]
pub mod load;

pub use load::{PgnFile, PgnRecord};
--
2.41.0

Re: [PATCH 2/2] Remove is_some_and feature declaration as it is now stable

Details
Message ID
<fc76b1c7-171f-9e6b-0b13-a822e87a3fee@ntietz.com>
In-Reply-To
<20230926031901.73891-2-sam.clvrt@gmail.com> (view parent)
DKIM signature
missing
Download raw message
Applied both patches (and squashed them into one) and pushed into main. 
Thank you for the contribution!

https://git.sr.ht/~ntietz/isabella-db/commit/4b23f45


On 9/25/23 11:18 PM, Sam Calvert wrote:
> ---
>   pgn/src/lib.rs | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/pgn/src/lib.rs b/pgn/src/lib.rs
> index 97f76ed..92bc831 100644
> --- a/pgn/src/lib.rs
> +++ b/pgn/src/lib.rs
> @@ -1,5 +1,4 @@
>   #![feature(let_chains)]
> -#![feature(is_some_and)]
>   pub mod load;
>
>   pub use load::{PgnFile, PgnRecord};
> --
> 2.41.0
>
Reply to thread Export thread (mbox)