search for: _dependencies

Displaying 4 results from an estimated 4 matches for "_dependencies".

Did you mean: dependencies
2012 Sep 20
2
append_features(mod)
append_features(mod) The documentation says: When this module is included in another, Ruby calls append_features in this module, passing it the receiving module in mod. Ruby’s default implementation is to add the constants, methods, and module variables of this module to mod if this module has not already been added to mod or one of its ancestors. See also Module#include. What if this module is
2013 Jun 08
1
ActiveSupport::Concern support Module#prepend?
...nd support to ActiveSupport#Concern. I''ll add tests of course. The code is here: https://github.com/dockyard/easy_auth/blob/master/lib/easy_auth/active_support/concern.rb My monkey patch work for what I''m trying to do but I suspect a better implementation would actually have @_dependencies be an array of arrays with each set being the module in the first element then :include or :prepend in the send. Then when `append_features` or `prepend_features` iterates over @_dependencies the send element will be used to call the proper inclusion method. The only wild card is how ClassMeth...
2018 Dec 07
1
Re: [PATCH nbdkit 1/5] src: Mark synopsis.c as BUILT_SOURCES.
...le.am > +++ b/src/Makefile.am > @@ -80,6 +80,7 @@ nbdkit_LDFLAGS = \ > # synopsis.c is generated from docs/synopsis.txt where it is also > # used to generate the man page. It is included in main.c. > > +BUILT_SOURCES = synopsis.c > EXTRA_DIST = synopsis.c > nbdkit_DEPENDENCIES = synopsis.c > CLEANFILES += synopsis.c Did this make an actual difference during parallel 'make', given that you already have nbdkit_DEPENDENCIES to trigger normal make prerequisites? Automake's implementation of BUILT_SOURCES states that they will be rebuilt even when Makefil...
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
...access. Bug #9629: Remove badly-licensed neomagic kdrive files. Add more generated files to .gitignore. Remove stale changelogs from kdrive. Remove the now-dead PciAvoid symbol. Remove dead xf86GetPciSizeFromOS and xf86GetPciOffsetFromOS. Convert servers to using _DEPENDENCIES to ensure proper rebuilds. Bug #7186: Fix an excessive request size limitation that broke big-requests. Bug #7364: Require renderproto 0.9.3 on 64-bit, and fix build with it. Remove backend.[ch] from neomagic to fix distcheck. Fix Xorg build by listing circular dependency li...