adam-stokes / juju-layer-ruby

Juju charms.reactive layer for Ruby
MIT License
3 stars 3 forks source link

WIP: Modernize layer to use new primitives #11

Closed marcoceppi closed 7 years ago

marcoceppi commented 8 years ago

This is much like battlemidget/juju-layer-nginx#6 but pushes even further on the idea. I made sure rubylib is available for backwards compat, but ultimately this will make things work as most others do today.

The last thing I want to do is build a custom tactic that helps warn/error for those using dependency.txt in their charm so that people can update without problem

marcoceppi commented 8 years ago

This is blocked on juju/charm-tools#252

jamesbeedy commented 8 years ago

but it does bad things! -> http://paste.ubuntu.com/23112942/

see https://github.com/battlemidget/juju-layer-ruby/issues/9

adam-stokes commented 8 years ago

@jamesbeedy still a WIP, I reverted the previous PR so you should be ok

marcoceppi commented 8 years ago

@jamesbeedy yeah, you're hitting juju/charm-tools#252

adam-stokes commented 8 years ago

whats the status on this?

adam-stokes commented 7 years ago

I'm going to remerge this and work to fix any issues