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 has been archived by the owner on May 31, 2018. It is now read-only.
The next generation cower backend, auracle, removes several limitation of cower and can be used as a complete backend, as was initially intended. It also provides a very fast topologically sorted dependency solver.
In line with the "great overhaul" (#708), drop the internal solver and use it instead.
The DepsSolver(), FindDepsAur(), SortDepsAur() can be replaced by just a few lines instead;
The update curl call can be replaced by auracle sync -q
the whole internal json code can be dropped; the single json call required to get the PkgBases list for handling split packages build should be achieved with formatted auracle buildorder call
info and search should be adjusted to use auracle info and auracle search instead
color argument is now enabled by default, relevant code should be adjusted accordingly
The man page needs to be adjusted
The text was updated successfully, but these errors were encountered:
The next generation cower backend, auracle, removes several limitation of cower and can be used as a complete backend, as was initially intended. It also provides a very fast topologically sorted dependency solver.
In line with the "great overhaul" (#708), drop the internal solver and use it instead.
DepsSolver()
,FindDepsAur()
,SortDepsAur()
can be replaced by just a few lines instead;FindDepsAurError()
needs to be adjustedFindDepsRepo()
stays as it is (see replace pactree code by more efficient code #575 for planned improvements)auracle sync -q
auracle info
andauracle search
insteadThe text was updated successfully, but these errors were encountered: