public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: rebecca@bluestop.org
To: devel@edk2.groups.io, zhijux.fan@intel.com
Cc: "Gao, Liming" <liming.gao@intel.com>,
	"Feng, Bob C" <bob.c.feng@intel.com>
Subject: Re: FW: [edk2-devel] [PATCH] BaseTools:Linux changes the way the latest version is judged
Date: Wed, 26 Jun 2019 09:47:59 -0600	[thread overview]
Message-ID: <88eeca22-b7b2-3ff4-da53-61c30f39c8ab@bluestop.org> (raw)
In-Reply-To: <FAD0D7E0AE0FA54D987F6E72435CAFD50AF84C20@SHSMSX101.ccr.corp.intel.com>

[-- Attachment #1: Type: text/plain, Size: 637 bytes --]

On 2019-06-25 22:46, Fan, ZhijuX wrote:
>
>                
>
> Hi:
>
> Python3.6 and python3.7
>
> After the code removes some common values “python”, we compare “3.6”
> and “3.7”
>
> origin_version = “3.6”, python_version=”3.7”
>
>  
>
> I'm going to change it to
>
> if [[ "$origin_version" < "$python_version" ]]; then
>


That's fine for now, hopefully it'll keep working as long as it needs to.

But once you're comparing for example 3.7 and 3.12:

[bcran@photon ~]$ if [[ "3.7" > "3.12" ]]; then echo "wrong!"; else echo
"correct!"; fi
wrong!

-- 
Rebecca Cran


[-- Attachment #2: Type: text/html, Size: 4765 bytes --]

      reply	other threads:[~2019-06-26 15:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-21  2:33 [PATCH] BaseTools:Linux changes the way the latest version is judged Fan, ZhijuX
2019-06-24  3:17 ` Liming Gao
2019-06-24  3:25 ` [edk2-devel] " rebecca
2019-06-25  2:18   ` FW: " Fan, ZhijuX
2019-06-25  2:33     ` rebecca
2019-06-26  4:46       ` Fan, ZhijuX
2019-06-26 15:47         ` rebecca [this message]

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-list 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=88eeca22-b7b2-3ff4-da53-61c30f39c8ab@bluestop.org \
    --to=devel@edk2.groups.io \
    /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