dep-selector icon indicating copy to clipboard operation
dep-selector copied to clipboard

Fast Dependency Solver for Ruby using Gecode

Results 8 dep-selector issues
Sort by recently updated
recently updated
newest added

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies

# :construction: WIP :construction: - This needs additional cleanup of code that's been made redundant - Unit tests on DependencyGraph class for the subgraph clone functionality - Inspect how `gecode.mark_preferred_to_be_at_latest`...

Please update to support gecode v5 as most distributions have switched to it.

#30 should be reopened (merged), that the initial report was against 1.9 has nothing to do with what version it's needed for. in comments 2.1 was also reported. and please...

**NOTE** this is copied from https://github.com/opscode/dep-selector-libgecode/issues/10 ## What happened 1. Install GeCode 4.x: `brew install gecode` 2. Install `dep-selector-libgecode` 1.0.0: `gem install dep-selector-libgecode -v 1.0.0` 3. Run ruby code that...

On debian unstable, the version 4 geode is installed. The symptom of the problem ``` >>>>>> Message: Could not load or activate Berkshelf (Could not open library '/var/lib/gems/2.1.0/gems/dep_selector-1.0.3/lib/dep_gecode.so': /var/lib/gems/2.1.0/gems/dep_selector-1.0.3/lib/dep_gecode.so: undefined...

Hello, I am facing problem installing dep_selector. Below is the log entry. I use mac os x with ruby version 2.1.0. /opt/chefdk/embedded/bin/ruby -r ./siteconf20150529-28097-1h2dk0a.rb extconf.rb checking for main() in -lgecodesupport......

timing out on gecode should be broken apart from timing out on the ruby error hander. when we time out on the ruby error handler, we should give back as...