Release version 0.1.5
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?
Seems like @nberth is working on this and @engboris helping to fix some open issues before. ❤
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.
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).
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 ;-)
Closing as 0.2.0 is out.
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.