Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uptick the jpl.pl minor version number? #89

Open
dtonhofer opened this issue Oct 16, 2020 · 0 comments
Open

Uptick the jpl.pl minor version number? #89

dtonhofer opened this issue Oct 16, 2020 · 0 comments

Comments

@dtonhofer
Copy link
Contributor

I have seen all my modification to jpl.pl actually made into to the release. Thanks!

I seen no bug reports (yet?), which is encouraging.

Here is something I forgot:

The JPL Prolog version is still declared as

jpl_pl_lib_version(7, 6, 1, stable).  % jref as blob

git blame jpl.pl says this was set in June

3d60bdf8 (Sebastian      2020-06-14 23:31:04 +1000 1315) jpl_pl_lib_version(7, 6, 1, stable).  % jref as blob

It should probably be bumped on the minor number (at least according to https://semver.org/ ) because new predicates (actually aliases for existing ones) are being exported:

c6ab385d (David Tonhofer 2020-08-26 14:05:16 +0200   51)         jpl_classname_to_type/2, % name does not reflect that it deals 
3ac98a1c (David Tonhofer 2020-08-27 12:53:18 +0200   53)         jpl_entityname_to_type/2, % new alias for jpl_classname_to_type/2
c6ab385d (David Tonhofer 2020-08-26 14:05:16 +0200   71)         jpl_type_to_classname/2, % name does not reflect that it deals with entity names
3ac98a1c (David Tonhofer 2020-08-27 12:53:18 +0200   72)         jpl_type_to_entityname/2, % new alias for jpl_type_to_classname/2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant