Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc Fixes #2125

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Misc Fixes #2125

wants to merge 3 commits into from

Conversation

allentiak
Copy link
Collaborator

@allentiak allentiak commented Oct 18, 2024

  • cljfmt: add modules and profiling folders
  • format: docs/implementation/fhir-data-model.md

@allentiak allentiak mentioned this pull request Oct 18, 2024
@allentiak allentiak self-assigned this Oct 18, 2024
Copy link
Collaborator Author

@allentiak allentiak Oct 18, 2024

Choose a reason for hiding this comment

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

TODO: Maintain the same style in:

  • /dev/blaze/dev.clj, and in
  • /profiling/blaze/profiling.edn

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

For the future, find a way to scan all files with parinfer.

Copy link

codecov bot commented Oct 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.99%. Comparing base (9d9eb4b) to head (37e9fca).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2125   +/-   ##
=======================================
  Coverage   94.99%   94.99%           
=======================================
  Files         330      330           
  Lines       20158    20158           
  Branches      482      482           
=======================================
  Hits        19149    19149           
  Misses        527      527           
  Partials      482      482           

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

TODO: review REPL aliases.

  • assess whether it is possible and desirable to add the test path to the global REPL, so we don't need per-module explicit REPL setup anymore.

@@ -4,7 +4,7 @@ $(MODULES):
$(MAKE) -C $@ $(MAKECMDGOALS)

fmt-root:
cljfmt check dev resources src test deps.edn tests.edn
cljfmt check dev modules profiling resources src test deps.edn tests.edn
Copy link
Member

Choose a reason for hiding this comment

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

No need the check the whole modules dir here, because that is done at module level. profiling is ok.

Copy link
Member

Choose a reason for hiding this comment

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

And I miss the fixed profiling namespace.

Copy link
Collaborator Author

@allentiak allentiak Oct 18, 2024

Choose a reason for hiding this comment

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

And I miss the fixed profiling namespace.

See TODO here:
#2125 (comment)

docs/implementation/fhir-data-model.md Show resolved Hide resolved
@allentiak allentiak force-pushed the misc-fixes branch 2 times, most recently from ca41c01 to fdefc4b Compare October 21, 2024 19:09
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.

2 participants