David Given

Results 82 issues of David Given

In the development version, misspelt words appear to never be shown, even with the option enabled.

Otherwise there's no way to use the terminal default colours. Fixes: #212

If you try to search for `...` then the dots are treated as pattern characters rather than escaped. If you try to search for `%.%.%.` then xpattern throws an exception.

The WIP RTF exporter needs to be tested and released. Backstory: it works, but there's no way to check RTF files for correctness, so I have no idea whether the...

i.e. the equivalent of `protoc --encode=$MESSAGETYPE`. This is useful when embedding binary protos in applications. Something like: ``` proto_encode( name = "encoded", src = "something.textproto", message = "foo.bar.ThingProto", deps =...

P4

It looks like there's yet another relocation issue. This line in the generic linker scripts: ``` __zp_data_load_start = LOADADDR(.zp.data); ``` ...generates a _absolute_ symbol, not a relocatable one, which means...

If I modify a `clang.cfg` file, then try to do a build/install, the modified file isn't installed. This can lead to some very strange results! ``` $ cat mos-platform/cpm65/clang.cfg -D__CPM65__...

bug
p2