Peter Johnson

Results 151 issues of Peter Johnson

Code would benefit from a review before committing to v1 release.

accepted

It's about time 64 bit versions we're created. However, the current file size limits would need to be retained.

enhancement
considering

The current file read buffer size is only 4Kb - a size set back in 1999 when memory was much more scarce. This can now safely be enlarged.

enhancement
accepted

Check if there are limits on the value of this option. If not, maybe set low limit as 12 and upper limit as 256.

bug
enhancement
accepted

Code due to be released as v1.0.0-beta lets 10MiB file size limit be overridden and be unlimited. But file format only supports sizes up to 2GiB-1. So this absolute limit...

bug
accepted

Running BDiff and BPatch v1.0.0-beta with `--version` command reports BDiff-1.0.0 2023-06-02 BPatch-1.0.0 2023-06-02 where BDiff-1.0.0-beta 2023-06-02 BPatch-1.0.0-beta 2023-06-02 were expected.

bug
accepted

There are `RandomFrom` functions in `System.Math` for all the Float array types + `Integer`, `Int64` and `UInt64` arrays. There also `RandomFrom` functions in `System.AnsiStrings` and `System.SysUtils` for arrays of ANSI...

enhancement
accepted

Add missing compiler support up to Delphi 12 Athens. Keys have already been defined in CodeSnip 4.22.0.

enhancement
completed

A tool that can automatically add a new snippet to a specified category in the database would save a lot of hand hacking. If implemented, could a way be found...

considering
pending

Although the database now supports Delphi 11 (see issue #2) and Delphi 12 (see issue #26), only the very newest snippets have compile results set for Delphi 11 and Delphi...

enhancement
considering