GithubHelp home page GithubHelp logo

Comments (6)

LinusU avatar LinusU commented on June 13, 2024 1

@westy92 I'd be happy to accept a pull requests that adds a changelog :)

I have a hard time grasping what you mean by "unacceptable" since you haven't paid anyone to use this, it's just an open source project that a bunch of people work on in their spare time...

from node-source-map-support.

LinusU avatar LinusU commented on June 13, 2024 1

This is not to say that we don't need a changelog, but in your specific case, I would recommend using git bisect to track down the regression. It uses a binary search to find the offending commit, so it's super useful for finding out where some problematic behavior was introduced.

Some quick steps:

  1. Clone this repository to your computer
  2. Run npm install and then npm link in the cloned folder
  3. In your project, run npm link source-map-support which will make your project use the cloned version
  4. Back in the cloned project, run git bisect start
  5. Run git bisect bad to mark the current version as broken
  6. Run git bisect good v0.4.18 to indicate what version worked
  7. Follow the steps, testing by running the code in your project
  8. Find the bad commit
  9. Open issue here, or even better; send a pull request 🚀

Good luck!

from node-source-map-support.

MikeyBurkman avatar MikeyBurkman commented on June 13, 2024 1

Yeah unfortunately the issue only seems to manifest itself when deployed in our test environment, and requires running for 20+ minutes, so honestly just digging through code is probably just as fast. Anyways, that's off topic for this thread. Will open an issue/PR if I trace the error back to here.

from node-source-map-support.

westy92 avatar westy92 commented on June 13, 2024 1

@LinusU I apologize, "unacceptable" was a poor word to use. I was just surprised a project of this popularity had no changelog. Thank you for your work on this project; it has helped me and my team immensely! 🎉

from node-source-map-support.

westy92 avatar westy92 commented on June 13, 2024

This is long overdue! I'm looking to upgrade to v0.5.0 and I have no idea what the changes are! Having to dig through commits in unacceptable.

from node-source-map-support.

MikeyBurkman avatar MikeyBurkman commented on June 13, 2024

@LinusU Backfilling a changelog is a lot of work, and I understand if the team doesn't want to go back and do that, but it would be super beneficial and not terribly difficult to maintain a changelog going forward.

Right now it appears I'm running into a memory leak issue (or something) with migrating from v0.4.18 to the latest v0.5.6 code, but without a changelog, I'm forced to try to dig through commits to get any hint of what might be causing the issue. Having a changelog helps me (the user, who's willing to help out OSS projects) help you (the maintainer).

from node-source-map-support.

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.