Skip to content

repo: add rust-analyzer support#22

Merged
pawelrutkaq merged 1 commit into
eclipse-score:mainfrom
qorix-group:arkjedrz_rust-analyzer-support
Jan 6, 2026
Merged

repo: add rust-analyzer support#22
pawelrutkaq merged 1 commit into
eclipse-score:mainfrom
qorix-group:arkjedrz_rust-analyzer-support

Conversation

@arkjedrz
Copy link
Copy Markdown
Contributor

@arkjedrz arkjedrz commented Jan 5, 2026

Add script to initialize rust-analyzer support.

Resolves #20

@arkjedrz arkjedrz requested a review from PiotrKorkus January 5, 2026 11:44
@arkjedrz arkjedrz self-assigned this Jan 5, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 5, 2026

The created documentation from the pull request is available at: docu-html

@arkjedrz arkjedrz force-pushed the arkjedrz_rust-analyzer-support branch 2 times, most recently from 9e52917 to 10fbe8a Compare January 6, 2026 07:34
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 6, 2026

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.3.0) and connecting to it...
INFO: Invocation ID: 47ca2245-c898-4d54-81e5-9144ea455510
Computing main repo mapping: 
Computing main repo mapping: 
DEBUG: Rule 'rules_boost+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-LTilyiMMjpYyAi1PW+8RycyAEHy9clo7915R0Bchb2E="
DEBUG: Repository rules_boost+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:394:31: in <toplevel>
Computing main repo mapping: 
Computing main repo mapping: 
DEBUG: Rule 'rust_qnx8_toolchain+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-eQOopREOYCL5vtTb6c1cwZrql4GVrJ1FqgxarQRe1xs="
DEBUG: Repository rust_qnx8_toolchain+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:394:31: in <toplevel>
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
WARNING: For repository 'rules_python', the root module requires module version rules_python@1.4.1, but got rules_python@1.5.1 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'bazel_skylib', the root module requires module version bazel_skylib@1.7.1, but got bazel_skylib@1.9.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'rules_cc', the root module requires module version rules_cc@0.1.1, but got rules_cc@0.2.14 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'aspect_rules_lint', the root module requires module version aspect_rules_lint@1.0.3, but got aspect_rules_lint@1.10.2 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'buildifier_prebuilt', the root module requires module version buildifier_prebuilt@7.3.1, but got buildifier_prebuilt@8.2.0.2 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'googletest', the root module requires module version googletest@1.17.0.bcr.1, but got googletest@1.17.0.bcr.2 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
Loading: 
Loading: 4 packages loaded
Loading: 4 packages loaded
    currently loading: 
WARNING: Target pattern parsing failed.
ERROR: Skipping '//:license-check': no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/logging/logging/BUILD
ERROR: no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/logging/logging/BUILD
INFO: Elapsed time: 13.569s
INFO: 0 processes.
ERROR: Build did NOT complete successfully
ERROR: Build failed. Not running target

Copy link
Copy Markdown
Contributor

@pawelrutkaq pawelrutkaq left a comment

Choose a reason for hiding this comment

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

Missing Vs code setup so it pickups generated file.

@arkjedrz arkjedrz force-pushed the arkjedrz_rust-analyzer-support branch from 10fbe8a to 881772f Compare January 6, 2026 07:40
@arkjedrz arkjedrz marked this pull request as ready for review January 6, 2026 07:48
Add script to initialize `rust-analyzer` support.
@pawelrutkaq pawelrutkaq force-pushed the arkjedrz_rust-analyzer-support branch from 881772f to a17409b Compare January 6, 2026 07:51
@pawelrutkaq pawelrutkaq temporarily deployed to workflow-approval January 6, 2026 07:51 — with GitHub Actions Inactive
@pawelrutkaq pawelrutkaq merged commit a37a044 into eclipse-score:main Jan 6, 2026
10 checks passed
@arkjedrz arkjedrz deleted the arkjedrz_rust-analyzer-support branch January 6, 2026 08:01
rmaddikery added a commit to rmaddikery/logging that referenced this pull request Feb 3, 2026
…xes_missing_copyright_headers

Adds missing copyright headers
rmaddikery pushed a commit to rmaddikery/logging that referenced this pull request Feb 3, 2026
Add script to initialize `rust-analyzer` support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improvement: introduce rust-analyzer support

2 participants