Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

173 - No project/file differenciation #187

Merged

Conversation

github-actions[bot]
Copy link

Solves #173

@0xmemorygrinder 0xmemorygrinder force-pushed the feature/173-no-project-file-differenciation-staging branch from b3f7051 to c0fe526 Compare October 25, 2023 04:58
@0xSwapFeeder 0xSwapFeeder marked this pull request as ready for review October 30, 2023 19:06
@0xSwapFeeder 0xSwapFeeder requested a review from ByFishh October 30, 2023 19:07
@0xSwapFeeder 0xSwapFeeder mentioned this pull request Oct 30, 2023
2 tasks
@0xmemorygrinder 0xmemorygrinder force-pushed the feature/173-no-project-file-differenciation-staging branch from da99a14 to 8224345 Compare November 1, 2023 20:33
@0xSwapFeeder 0xSwapFeeder force-pushed the feature/173-no-project-file-differenciation-staging branch 2 times, most recently from a19fccd to bbef0ce Compare November 1, 2023 21:37
Copy link
Contributor

@EnergyCube EnergyCube left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@ByFishh ByFishh left a 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

Copy link
Contributor

@0xmemorygrinder 0xmemorygrinder left a 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

@0xSwapFeeder
Copy link
Contributor

  • Delete the remove-me
  • Update the version of the lib and cli crates

Tell me if the versioning feels right

Copy link
Contributor

@0xmemorygrinder 0xmemorygrinder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see comment

toolchains/solidity/core/crates/linter-cli/src/main.rs Outdated Show resolved Hide resolved
@@ -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" }
Copy link
Contributor

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

Copy link
Contributor

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 ?

Copy link
Contributor

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)

Copy link
Contributor

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"
Copy link
Contributor

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

@0xmemorygrinder
Copy link
Contributor

Please fix conflicts

@0xSwapFeeder 0xSwapFeeder force-pushed the feature/173-no-project-file-differenciation-staging branch from 2cb6d82 to 4df7fbc Compare November 2, 2023 22:46
@0xSwapFeeder 0xSwapFeeder merged commit 91c4f89 into dev Nov 3, 2023
@0xmemorygrinder 0xmemorygrinder deleted the feature/173-no-project-file-differenciation-staging branch November 6, 2023 18:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

4 participants