Replies: 2 comments 1 reply
-
|
I think this might be doable with architecture layers. Suppose we have two layers The only issue I can think of for this is |
Beta Was this translation helpful? Give feedback.
-
|
Hey @TastyPi I think there might be a couple of paths forward for you here without needing to add additional behavior/complexity.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In our (currently custom non-
packs-railsbut hoping to migrate) setup, we define test support classes for a package in atestingdirectory, e.g.packs/foo/testing/foo/test_helpers.rb. However, some of these we want to be usable by packages that depend on it, but currently that would violate privacy checks. Obviously we don't want it underapp/publicsince it shouldn't be loaded in the real environment, but there currently isn't a way to support this.Is this a situation
packwerk-extensionswould consider supporting? Or is there a better way to set up something like this?Beta Was this translation helpful? Give feedback.
All reactions