Git Product home page Git Product logo

Comments (5)

DanielT avatar DanielT commented on May 24, 2024

Hi, I'm glad you find the crate useful.

Regarding the changelog: Since version 1.0 a2lfile has been essentially done. Since then there have only been occasional bugfixes and a small number of minor tweaks. In my opinion having a mostly empty and rarely changing CHANGELOG would not be positive.

I'm familiar with SemVer, and as far as I can tell I've followed it. Did you have a specific problem that caused you to request following SemVer?

from a2lfile.

therealevahill avatar therealevahill commented on May 24, 2024

sorry to say, but yes, I had some trouble.
in cargo.toml a2lfile = "1.3.2" was specified.
when i compiled it I got different errors.
One of them was
expected &mut Vec<A2lError> but found &mut Vec<String>
at

pub fn load<P: AsRef<Path>>(

Another error was harder to find, because in the background a new version of a2lmacros was used.

from a2lfile.

DanielT avatar DanielT commented on May 24, 2024

I see. That's unfortunate, and not really fixable at this point.
You'll have to force the use of the older version using Cargo.lock

from a2lfile.

therealevahill avatar therealevahill commented on May 24, 2024

Yes I have done so.
To avoid such stuff, you could probably use https://crates.io/crates/cargo-semver-checks
and add it to your CI pipeline?

from a2lfile.

DanielT avatar DanielT commented on May 24, 2024

If you want to send a pull request, I'd be happy to take it.

I have no intention of implementing that myself: The change that caused problems for you was actually the last item on my personal todo list. Unless that changes, a2lfile is in maintainance mode, where I'll only fix any bugs that I become aware of.
Basically, I don't see any reason for the API to change any more.

from a2lfile.

Related Issues (10)

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.