Giter VIP home page Giter VIP logo

Comments (2)

lukego avatar lukego commented on June 12, 2024

Good catch!

Do you want to make a pull request that sets the name to raptorjit-1.0 in the Makefile? Then we can update that on larger releases.

from raptorjit.

tst2005 avatar tst2005 commented on June 12, 2024

@lukego I miss lot of time. TL;DR Unfortunately the fix seems more complicated than only the binary install path.

I take a look about the others:

  • PUC-Rio Lua mainly use major.minor but we can see the exact version (with the patch number) in interactive mode or in the lua -v.
  • LuaJIT mainly use a full strict major.minor.patch versionning (even in libluajit).
  • RaptorJIT herited from LuaJIT is currently also mainly oriented to use a strict major.minor.patch.

IMHO,

  1. The binary installation path can be changed bin/raptorjit-X.Y instead of bin/raptorjit-X.Y.Z without particula problem
  2. The internal version information, shown on the interactive mode, by raptorjit -v, or present in the jit.version and jit.version_num should be use the full strict major.minor.patch.
  3. The name of the shared lib produced should probably continue to follow the major.minor.patch chain.

IMHO, After investigation even if we can simply the binary path, we should continue to internaly use a strict versionning.
The current case is a bug and we should work to fix it and find a way to avoid it in the futur.

  • Is there a way to update the version during the tag process ?

Regards,

from raptorjit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.