llnl / llnl/axom

Inlet: messages output should not include sidre root

Open
#372 0 comments 0 reactions 0 assignees View on GitHub
enhancement Inlet nice to have Reviewed
Dominant language
C++
Stars
196
Forks
34
Avg merge
4d 1h
Merged PRs (30d)
11

Description

Users can put the Inlet tree of information under any root of the Sidre Datastore. When outputting error messages that root should not be in the user facing messages. For example, if the user gives a sidre root of `inlet_root` then a warning/error may end up with:

```
[Inlet] Field failed lambda verification: inlet_root/some/user/defined/field
```

when it should be:

```
[Inlet] Field failed lambda verification: some/user/defined/field
```

Contributor guide

Open the contributing guide

Research direction

Start by locating Inlet's user-facing warning and error message generation and how the Sidre root is included in reported paths. Reproduce the shown inlet_root/... case, then verify that messages retain only the user-defined path.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.