Skip to content

Commit

Permalink
Update reporter/internal/pdata/generate.go
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Lehner <[email protected]>
  • Loading branch information
dmathieu and florianl authored Nov 29, 2024
1 parent d087971 commit 555ec51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporter/internal/pdata/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (p *Pdata) setProfile(
fileIDtoMapping[traceInfo.Files[i]] = idx
locationMappingIndex = idx

ei, exists := p.Executables.Get(traceInfo.Files[i])
ei, exists := p.Executables.GetAndRefresh(traceInfo.Files[i], ...)

Check failure on line 114 in reporter/internal/pdata/generate.go

View workflow job for this annotation

GitHub Actions / Analyze Go (amd64)

syntax error: unexpected ..., expected expression

Check failure on line 114 in reporter/internal/pdata/generate.go

View workflow job for this annotation

GitHub Actions / Test (amd64)

syntax error: unexpected ..., expected expression

Check failure on line 114 in reporter/internal/pdata/generate.go

View workflow job for this annotation

GitHub Actions / Analyze Go (arm64)

syntax error: unexpected ..., expected expression

Check failure on line 114 in reporter/internal/pdata/generate.go

View workflow job for this annotation

GitHub Actions / Build integration test binaries (amd64)

syntax error: unexpected ..., expected expression

Check failure on line 114 in reporter/internal/pdata/generate.go

View workflow job for this annotation

GitHub Actions / Test (arm64)

syntax error: unexpected ..., expected expression

Check failure on line 114 in reporter/internal/pdata/generate.go

View workflow job for this annotation

GitHub Actions / Lint (amd64)

syntax error: unexpected ..., expected expression) (typecheck)

Check failure on line 114 in reporter/internal/pdata/generate.go

View workflow job for this annotation

GitHub Actions / Lint (amd64)

syntax error: unexpected ..., expected expression (typecheck)

Check failure on line 114 in reporter/internal/pdata/generate.go

View workflow job for this annotation

GitHub Actions / Lint (amd64)

expected operand, found '...' (typecheck)

Check failure on line 114 in reporter/internal/pdata/generate.go

View workflow job for this annotation

GitHub Actions / Build integration test binaries (arm64)

syntax error: unexpected ..., expected expression

// Next step: Select a proper default value,
// if the name of the executable is not known yet.
Expand Down

0 comments on commit 555ec51

Please sign in to comment.