emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44129: closed (Patch to improve valac version detection)


From: GNU bug Tracking System
Subject: bug#44129: closed (Patch to improve valac version detection)
Date: Fri, 23 Oct 2020 21:42:02 +0000

Your message dated Fri, 23 Oct 2020 15:40:58 -0600
with message-id <202010232140.09NLewFp002843@freefriends.org>
and subject line Re: bug#44129: Patch to improve valac version detection
has caused the debbugs.gnu.org bug report #44129,
regarding Patch to improve valac version detection
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44129: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44129
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Patch to improve valac version detection Date: Wed, 21 Oct 2020 23:37:51 +0100
Attached, a patch to improve valac version detection. The vala compiler, valac, can report the API version it supports. For releases, this is the same as the major & minor version of the compiler, so for example:

$ valac --version
Vala 0.48.11
$ valac --api-version
0.48

The advantage of using the API version is that it's semantically meaningful. It's also simpler to parse! It can be to allow a 3rd-party, patched, or unreleased compiler to be used more easily.

(For example, the current Vala git master compiler reports:

$ valac-0.52 --version
Vala 0.50.1.19-135c0
$ valac-0.52 --api-version
0.52

)

--

Attachment: 0001-Improve-Vala-compiler-detection-use-API-version-not-.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#44129: Patch to improve valac version detection Date: Fri, 23 Oct 2020 15:40:58 -0600
    I simply failed to update the test; 

I'm glad it was simple.

All the tests pass for me now, and I pushed your patch, and am closing
this bug. Thanks!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]