orocos-toolchain / utilrb

A small set of useful Ruby classes and extensions
Other
2 stars 13 forks source link

Make utilrb pure ruby #28

Closed doudou closed 9 years ago

doudou commented 9 years ago

Utilrb's C extension is really a pain when it comes to deployment of utilrb-based gems. Moreover, the only two removed functionality are ValueSet and Kernel.immediate?

Both were there mainly because of Roby. The former is moved to Roby itself in https://github.com/rock-core/tools-roby/pull/34 and the latter is not in use anymore. The few places were ValueSet was used else than Roby got replaced by Set (PR listed below)

The following PRs must be applied before this one:

goldhoorn commented 9 years ago

:+1: