sqltyped icon indicating copy to clipboard operation
sqltyped copied to clipboard

Use embedded shapeless 2.0?

Open memelet opened this issue 11 years ago • 2 comments

Is there any chance shapeless can be "embedded" under the sqltyped package so as to allow the use with libraries dependent on shapeless 1.x? (ie, spray uses shapeless 1.x and there is little chance it well get upgraded anytime soon.)

memelet avatar Oct 25 '13 04:10 memelet

In Java-land there's a tool named jarjar which can rename packages.

https://code.google.com/p/jarjar/

I have no idea how well it works in this case but you could try to use it to rename package 'shapeless.*' to 'shapeless2'.

jonifreeman avatar Oct 25 '13 06:10 jonifreeman

(necroposting) You can user assembly shading for that

danslapman avatar Jan 13 '17 12:01 danslapman