Lars Christensen

Results 28 comments of Lars Christensen

You can avoid using DATA during compilation by checking for Ocra: ``` exit if defined?(Ocra) ``` DATA can't work with the way Ocra currently runs the script to check dependencies....

I agree with holding off the more esoteric methods for now (values, length, has_value?), but I'd really like to merge some of the essentials, like [], []=, each, and include?...

I've gone ahead and pushed my work. Let me know any problems. I've done a cursor interface in the best Ruby style I could come up with, but let me...

Tests merged (c1840adb0c) and removed the auto rollback on errors (a84c082e89). To get auto-rollback one could now do this instead: ``` db.transaction do db.store "key", "val" db.fetch "xxx" end ```

I intended to leave support for current styles (but sort-of deprecate using index field for serial number, since it is unreliable anyway).

That would certainly work for me, as I don't need the backwards compatibility. And it's much simpler overall.

Thank you very much! This works beautifully.

Microsoft/vscode#175821 was fixed, closed and then reverted without comment, so the issue remains. I've created Microsoft/vscode#192043, since the original is locked.