-
Notifications
You must be signed in to change notification settings - Fork 1
173 - No project/file differenciation #187
173 - No project/file differenciation #187
Conversation
b3f7051
to
c0fe526
Compare
da99a14
to
8224345
Compare
a19fccd
to
bbef0ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, don't forget the removeme
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Delete the remove-me
- Update the version of the lib and cli crates
Tell me if the versioning feels right |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see comment
@@ -11,5 +11,5 @@ crate-type = ["cdylib", "rlib"] | |||
|
|||
[dependencies] | |||
osmium-libs-lsp-handler = { path = "../../../../../libs/lsp-handler", version = "0.0.1" } | |||
solidhunter-lib = { path = "../linter-lib", version = "0.0.2" } | |||
solidhunter-lib = { path = "../linter-lib", version = "0.0.3" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be incremented as minor since it is in pre release and this is a breaking change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, but there is no breaking change in the linter-lib tho, only added a pub function, the rest is only code cleaning and simplification doesn't change the usage.
Should I still mark it as a minor update ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok for the lib, the cli should have the minor increase though (-> 0.1.0)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's already the case then 👍
@@ -2,7 +2,7 @@ | |||
name = "solidhunter-lib" | |||
description = "Solidhunter/Osmium solidity linter library" | |||
repository = "https://github.com/astrodevs-labs/osmium" | |||
version = "0.0.2" | |||
version = "0.0.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be incremented as minor since it is in pre release and this is a breaking change
Please fix conflicts |
2cb6d82
to
4df7fbc
Compare
Solves #173