Git Product home page Git Product logo

objectweb-asm's Introduction

A fork of ASM library official JetBrains project

The repository contains a fork of ASM library with a couple of IntelliJ-specific patches on top (see commits).

Updating the repository to a new ASM release

  1. First, visit the Tags page to find a tag corresponding to the desired release (for example, ASM_6_2).

  2. Then make sure your local copy of the repository is up to date. If you don't have the local copy yet, just clone the repository, otherwise "cd" into that directory and execute git fetch && git reset origin/master --hard.

  3. Fetch changes and tags from upstream: git fetch --tags https://gitlab.ow2.org/asm/asm.git.

  4. Apply JB patches on top of the desired tag: git rebase --onto <tag> (e.g. git rebase --onto ASM_6_2).

  5. Make sure everything works as expected (see "Testing the updated library").

  6. Finally, push the updates to GitHub: git push --tags --force origin master.

Testing the updated library

  1. Run unit tests (use Java 8): ./gradle/gradlew test.

  2. Assemble artifacts: ./gradle/gradlew clean jar -Prelease ; ./gradle/gradlew -b intellij-deps-asm.gradle fatJar fatSources.

  3. Use the artifacts to test IDEA's compatibility with the new release - e.g. add them to the project as "ASM" library roots and remote run all relevant build configurations (there are quite a few).

objectweb-asm's People

Contributors

eamonnmcmanus avatar ebruneton avatar forax avatar godin avatar jamierocks avatar kb-1000 avatar lrytz avatar mbenson avatar nskvortsov avatar retronym avatar sergiitsypanov avatar stsypanov avatar taliamccormick avatar trask avatar trespasserw avatar vistall avatar yawkat avatar

Watchers

 avatar

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.