You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+18-19Lines changed: 18 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,16 @@ This makes it easy to see how our fork differs from the official release.
22
22
The current sources are based on the following version of ASM ([browse tags here](http://websvn.ow2.org/listing.php?repname=asm&path=%2Ftags%2F&peg=1748)):
Start by deleting all source files and copy the ones from the latest ASM release.
31
33
32
-
The original ASM sources are in an SVN repository, which is mirrored here: https://github.com/lrytz/asm.
34
+
The original ASM sources are in an [SVN repository](http://forge.ow2.org/plugins/scmsvn/index.php?group_id=23), which is mirrored here: https://github.com/lrytz/asm.
33
35
You can use this mirror, your own git-svn mirror, or the original SVN repository to grab the sources of a new ASM version.
34
36
A description how to work with the git-svn clone is here: https://github.com/lrytz/asm/issues/1.
35
37
@@ -39,27 +41,24 @@ Excluded Files (don't copy):
39
41
*`org/objectweb/asm/optimizer`
40
42
*`org/objectweb/asm/xml`
41
43
42
-
*The below will change once a first is done in the new `scala/scala-asm` repository.*
43
-
*In the new repository, it probably makes sense to only squash the "Re-packaging and cosmetic changes".*
44
-
*The "actual changes" can then stay in the commit history.*
45
-
46
-
Check the commit history of `src/asm`: https://github.com/scala/scala/commits/2.11.x/src/asm.
47
-
Find the previous commit that upgraded ASM and take a look at its commit message.
48
-
It should be a squashed version of a pull request that shows the precise procedure how the last upgrade was made.
44
+
Take a look at the previous PR that upgraded ASM [(see above)](#current-version).
45
+
Follow the upgrade procedure in the same way.
49
46
50
-
Re-packaging and cosmetic changes:
47
+
The re-packaging and cleanup commits can be applied using the following commands:
0 commit comments