superbol-studio-oss icon indicating copy to clipboard operation
superbol-studio-oss copied to clipboard

Release version 0.1.5

Open GitMensch opened this issue 8 months ago • 1 comments

From the current changes https://github.com/OCamlPro/superbol-studio-oss/compare/0.1.4...master it seems that the https://github.com/OCamlPro/superbol-studio-oss/blob/master/CHANGELOG.md only misses the "not a pre-release any more" part.

Are there any "open" points you'd like to finish before releasing the next version? Will that be 0.1.5 or 0.2 or 1.0?

GitMensch avatar Apr 14 '25 06:04 GitMensch

Seems like @nberth is working on this and @engboris helping to fix some open issues before. ❤

GitMensch avatar May 23 '25 17:05 GitMensch

Are there any "open" points you'd like to finish before releasing the next version? Will that be 0.1.5 or 0.2 or 1.0?

Given our current release frequency, I think it makes sense to release this as 0.2 or 1.0. 0.2 would make sense to me as some internal stuff is still WIP in my head, yet I have no strong feeling against deciding that would be 1.0.

nberth avatar May 26 '25 09:05 nberth

I vote for 0.2 and I would keep the 1.0 for when we would be able to scale to large codebases (since this is what we're targeting as an "operational use" of SuperBOL Studio).

engboris avatar May 26 '25 09:05 engboris

I vote for 0.2 and I would keep the 1.0 for when we would be able to scale to large codebases (since this is what we're targeting as an "operational use" of SuperBOL Studio).

or at least for when that ability will have been tested in the wild ;-)

nberth avatar May 26 '25 09:05 nberth

Closing as 0.2.0 is out.

nberth avatar May 28 '25 06:05 nberth

Just FYI: the message

[Info  - 12:08:15] Getting configuration for project of file:///tmp/some.pco
[Info  - 12:08:15] Failed to read cache /tmp/_superbol/lsp-cache: Bad version tag: got 0.1.4___________________________________, expected 0.2.0___________________________________
[Info  - 12:08:21] Failed to read cache /tmp/_superbol/lsp-cache: Bad version tag: got 0.1.4___________________________________, expected 0.2.0___________________________________
[Error - 12:08:21] Request textDocument/documentSymbol failed.
  Message: Lsp_server.Document_not_found { uri = 'file:///tmp/transpose.cob' }
  Code: -32603 
[Error - 12:08:21] Request textDocument/semanticTokens/full failed.
  Message: Lsp_server.Document_not_found { uri = 'file:///tmp/transpose.cob' }
  Code: -32603 
[Info  - 12:08:21] Received client configuration: [ { "dialect": "default", "sourceFormat": "auto", "copybooks": [ { "dir": "." } ], "copyexts": [ "cpy", "cbl", "cob" ] } ]

Was now only issued once after update + reload, after another reload it is now

[Warn  - 12:09:44] Failed to read cache /tmp/gnucobol-3.x-commit-only/_superbol/lsp-cache: End_of_file
[Info  - 12:09:44] Successfully read project cache for file:///tmp
[Info  - 12:09:44] Successfully read document cache for file:///tmp/transpose.cob
[Info  - 12:09:45] Received client configuration: [ { "dialect": "default", "sourceFormat": "auto", "copybooks": [ { "dir": "." } ], "copyexts": [ "cpy", "cbl", "cob" ] } ]
[Info  - 12:09:50] Getting configuration for project of file:///tmp/gnucobol-3.x-commit-only/libcob/ChangeLog
Reply: { "cobol.dialect": "default", "cobol.sourceFormat": "auto", "cobol.copybooks": [ { "dir": "." } ], "cobol.copyexts": [ "cpy", "cbl", "cob" ] }

Which I consider to be fine.

GitMensch avatar May 28 '25 10:05 GitMensch