-- Leo's gemini proxy

-- Connecting to ainent.xyz:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini; charset=utf-8; lang=en

smolver development log, part 8 - v1.0.0!


Intro


This is the eighth in a planned series of posts (well, ninth if you count the announcement) where I'll share my experience writing smolver, my Gemini server software, written in Swift.


You can find the previous iterations below.


smolver Devlog


v1.0.0!


This post is long overdue; I officially tagged the release back on July 14th.


What's changed?


Removed the 'beta-quality software' disclaimer from the README

Opened up merge request submissions to the public

Sent patch to ~solderpunk for the official Gemini software page to add smolver, still no response [Update: it's now on the official list]

Filtered through server logs again to see if any problems that I fixed in beta 3, or any new ones, have re-appeared


Thoughts


Overall, the total lines of code didn't change at all (only changed the version number, which gives us a net of 0). Running cloc on v0.5.0 returns:


cloc Sources
      12 text files.
      12 unique files.
       1 file ignored.

github.com/AlDanial/cloc v 1.92  T=0.13 s (89.8 files/s, 12515.9 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Swift                           12            215            311           1146
-------------------------------------------------------------------------------
SUM:                            12            215            311           1146
-------------------------------------------------------------------------------

Running cloc on v1.0.0 returns


cloc Sources
      12 text files.
      12 unique files.
       0 files ignored.

github.com/AlDanial/cloc v 1.86  T=0.08 s (156.6 files/s, 21816.9 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Swift                           12            215            311           1146
-------------------------------------------------------------------------------
SUM:                            12            215            311           1146
-------------------------------------------------------------------------------

These numbers do not include dependencies.


That is a net change of 0 lines.

-- Response ended

-- Page fetched on Tue May 21 18:55:52 2024