Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
30739d4d
Commit
30739d4d
authored
Apr 02, 2021
by
Abdul Wadood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace OpenStruct with Struct in ansi2html.rb
parent
c765eb69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/gitlab/ci/ansi2html.rb
lib/gitlab/ci/ansi2html.rb
+3
-3
No files found.
lib/gitlab/ci/ansi2html.rb
View file @
30739d4d
...
@@ -30,6 +30,8 @@ module Gitlab
...
@@ -30,6 +30,8 @@ module Gitlab
Converter
.
new
.
convert
(
ansi
,
state
)
Converter
.
new
.
convert
(
ansi
,
state
)
end
end
Result
=
Struct
.
new
(
:html
,
:state
,
:append
,
:truncated
,
:offset
,
:size
,
:total
,
keyword_init:
true
)
# rubocop:disable Lint/StructNewOverride
class
Converter
class
Converter
def
on_0
(
_
)
def
on_0
(
_
)
reset
reset
...
@@ -278,9 +280,7 @@ module Gitlab
...
@@ -278,9 +280,7 @@ module Gitlab
close_open_tags
close_open_tags
# TODO: replace OpenStruct with a better type
Ansi2html
::
Result
.
new
(
# https://gitlab.com/gitlab-org/gitlab/issues/34305
OpenStruct
.
new
(
html:
@out
.
force_encoding
(
Encoding
.
default_external
),
html:
@out
.
force_encoding
(
Encoding
.
default_external
),
state:
state
,
state:
state
,
append:
append
,
append:
append
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment