Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
d64d8ca8
Unverified
Commit
d64d8ca8
authored
Oct 02, 2021
by
Yukihiro "Matz" Matsumoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dearblue-inline-struct-gem'
parents
4e504eac
31e3dbc5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
mrbgems/mruby-test-inline-struct/mrbgem.rake
mrbgems/mruby-test-inline-struct/mrbgem.rake
+1
-1
mrbgems/mruby-test-inline-struct/test/inline.c
mrbgems/mruby-test-inline-struct/test/inline.c
+1
-1
mrbgems/mruby-test-inline-struct/test/inline.rb
mrbgems/mruby-test-inline-struct/test/inline.rb
+0
-0
No files found.
mrbgems/mruby-inline-struct/mrbgem.rake
→
mrbgems/mruby-
test-
inline-struct/mrbgem.rake
View file @
d64d8ca8
MRuby
::
Gem
::
Specification
.
new
(
'mruby-inline-struct'
)
do
|
spec
|
MRuby
::
Gem
::
Specification
.
new
(
'mruby-
test-
inline-struct'
)
do
|
spec
|
spec
.
license
=
'MIT'
spec
.
author
=
'mruby developers'
spec
.
summary
=
'inline structure'
...
...
mrbgems/mruby-inline-struct/test/inline.c
→
mrbgems/mruby-
test-
inline-struct/test/inline.c
View file @
d64d8ca8
...
...
@@ -70,7 +70,7 @@ istruct_test_mutate(mrb_state *mrb, mrb_value self)
return
mrb_nil_value
();
}
void
mrb_mruby_inline_struct_gem_test
(
mrb_state
*
mrb
)
void
mrb_mruby_
test_
inline_struct_gem_test
(
mrb_state
*
mrb
)
{
struct
RClass
*
cls
;
...
...
mrbgems/mruby-inline-struct/test/inline.rb
→
mrbgems/mruby-
test-
inline-struct/test/inline.rb
View file @
d64d8ca8
File moved
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