Open Mr-Dispatch opened 1 year ago
Take care: after we started looking at Omnibase, the original author informed us that it is not Open Source, it was ported years ago to Pharo but there was some miscommunication about the license.
(the source is available, but you need a per developer seat license somehow if you want to use it for real)
We should add a warning this repo and remove it at some point.
I saw this on another repo (and kinda hoped that continued existence of this one with no mention meant the licensing issues "somehow resolved themselves"). Please, add the warning so no-one gets false hopes.
Well, not planning anything serious with it (just wanted to try what performance I might get out of "Pure Smalltalk Object DB").
Hopefully someday the "We'll build our own Pharo obj DB. With Blackack. And Hookers" I heard about a while back will pan out.
Hi, I had to patch 2 methods to use 0 instead of nil to be able to create/open DB.
ie.
result := self getFileSize: stream lpFileSizeHigh: 0.
inODBWin32FileStream >> size
.I'll probably encounter some more places while trying OmniBase out.
Should I prepare a PR, eventually ?