GithubHelp home page GithubHelp logo

isabella232 / intellij-deps-asm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jetbrains/intellij-deps-asm

0.0 0.0 0.0 53.36 MB

Fork of ASM library used in IntelliJ Platform

License: Other

Java 99.36% HTML 0.64%

intellij-deps-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. Prerequisites: a UNIX host with JDK 1.8 or newer.

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

  3. 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 --hard origin/master.

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

  5. Apply JB patches on top of the desired tag: git rebase --onto ASM_9_1 UPSTREAM_HEAD master. Since merge conflicts are virtually inevitable, it is recommended to perform the rebase in the IDE (Git | Rebase, Modify options | --onto, new base: ASM_9_1, old base: UPSTREAM_HEAD).

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

  7. Update the UPSTREAM_HEAD tag to make it point to the release tag: git tag -f UPSTREAM_HEAD ASM_9_1.

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

Testing the updated library

  1. Run unit tests: ./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 the "Aggregator" build configuration.

intellij-deps-asm's People

Contributors

eamonnmcmanus avatar ebruneton avatar forax avatar godin avatar izeye avatar jamierocks avatar kb-1000 avatar lrytz avatar mbenson avatar mhow2 avatar retronym avatar sergiitsypanov avatar stsypanov avatar taliamccormick avatar trask avatar trespasserw avatar yawkat 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.