From gabrielletaylor to ~sircmpwn/public-inbox
The actual name of the function is regex_finish --- content/blog/generating-ioctls.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/generating-ioctls.md b/content/blog/generating-ioctls.md index 5c3466e..06c6755 100644 --- a/content/blog/generating-ioctls.md +++ b/content/blog/generating-ioctls.md @@ -194,8 +194,8 @@ let typedefre: regex::regex = regex::regex { ... }; }; @fini fn fini() void = { [message trimmed]
From gabrielletaylor to ~sircmpwn/hare-dev
Previously, the phrasing made it seem that the condition of a for loop could be omitted, so that you could only exit the loop through a break statement. This should make it clearer that you must at least have the condition. --- content/tutorials/introduction.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/tutorials/introduction.md b/content/tutorials/introduction.md index f75ac99..255af7f 100644 --- a/content/tutorials/introduction.md +++ b/content/tutorials/introduction.md @@ -1174,9 +1174,9 @@ sections: [message trimmed]
From gabrielletaylor to ~sircmpwn/hare-dev
For the "Growable slices" and "Static slice operations" tutorials. The strings needed to be freed before they are deleted. Also it would miss subsequent "foobar" entries, so it needs to decrement the counter when deleting items. --- content/tutorials/introduction.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/tutorials/introduction.md b/content/tutorials/introduction.md index ce9f07f..fcc62f8 100644 --- a/content/tutorials/introduction.md +++ b/content/tutorials/introduction.md @@ -1549,7 +1549,9 @@ sections: [message trimmed]
From Gabrielle Taylor to ~sircmpwn/hare-users
> On May 5, 2022, at 18:11, Michael M <mic@hael.xyz> wrote: > > When trying to bootstrap Hare, configuring to compile harec fails with an error > message that the runtime does not support Darwin (macOS). Is there any plans to > eventually support Darwin? Also, how hard would it be to port Hare to Darwin > and what would porting it involve? I’ve done a little investigation into porting to Darwin. It seems like it wouldn’t be too hard, but it would need some expertise. I concluded that for now it’s not worth it since Hare is still being actively developed. Once we reach closer to 1.0, I'll probably work on it if no one else does. It won't be officially upstreamed, but maintaining a port of the compiler and standard
From gabrielletaylor to ~sircmpwn/hare-dev
Most of the usages of fmt::fatal use formatting strings, so they're supposed to be using fmt::fatalf instead. This updates all of the ones using formatting strings to use the correct function. --- content/tutorials/introduction.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/content/tutorials/introduction.md b/content/tutorials/introduction.md index 6fdfa8b..ce9f07f 100644 --- a/content/tutorials/introduction.md +++ b/content/tutorials/introduction.md @@ -716,16 +716,16 @@ sections: case let file: io::file => yield file; [message trimmed]
From gabrielletaylor to ~sircmpwn/email-test-drive
--- gabrielletaylor | 1 + 1 file changed, 1 insertion(+) create mode 100644 gabrielletaylor diff --git a/gabrielletaylor b/gabrielletaylor new file mode 100644 index 0000000..66cb3d4 --- /dev/null +++ b/gabrielletaylor @@ -0,0 +1 @@ -- 2.35.1 I have successfully used git send-email![message trimmed]
From gabrielletaylor to ~sircmpwn/email-test-drive
--- gabrielletaylor | 1 + 1 file changed, 1 insertion(+) create mode 100644 gabrielletaylor diff --git a/gabrielletaylor b/gabrielletaylor new file mode 100644 index 0000000..6d0ecfd --- /dev/null +++ b/gabrielletaylor @@ -0,0 +1 @@ -- 2.35.1 I'm about to try git send-email[message trimmed]
From Garrison Taylor to ~sircmpwn/sr.ht-discuss
Conceptually, how would you feel about an option along the lines of “browse all archives from after the date I subscribed”? It seems to result in what the people in this thread are requesting while making it explicit to the list admins what they are actually setting.
From Garrison Taylor to ~sircmpwn/sr.ht-discuss
The nice thing about email is that you can almost always use a different client. > Am 12/24/20 um 09:03 schrieb Drew DeVault <sir@cmpwn.com>: > > On Wed Dec 23, 2020 at 11:03 PM EST, Cadence Ember wrote: >> You could say "oh, just ask mail client authors to fix their code" and >> while that helps the situation it's not a real solution. > > Oh, just ask mail client authors to fix their code. > > This has always been our stance. We don't fix someone else's bugs. If > all software has broken workarounds for all other software being broken, > then the ecosystem sucks. >
From Garrison Taylor to ~sircmpwn/sr.ht-discuss
> On Nov 8, 2020, at 15:54, ValleyKnight <ValleyKnight@protonmail.com> wrote: > >> but just people refusing to use your software. > > Then I really should just remove my software from the internet then. > > I really shouldn't bother with sharing anything. > > Software development isn't for me. > > I'm simply just not compatible with the rest of the group. >