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

Improve configuration guard #4954

Merged
merged 3 commits into from
Mar 8, 2020
Merged

Improve configuration guard #4954

merged 3 commits into from
Mar 8, 2020

Conversation

dearblue
Copy link
Contributor

@dearblue dearblue commented Mar 8, 2020

No description provided.

'stdio.h' is included in 'mruby.h' ('mrbconf.h').

However, keep 'stdio.h' used by mruby-test.
ref mruby#4576 and ref mruby#4947

* Need MRBAPI functions without `MRB_DISABLE_STDIO`:
  * mrbgems/mruby-bin-debugger
  * mrbgems/mruby-bin-mirb
  * mrbgems/mruby-bin-mrbc
  * mrbgems/mruby-bin-mruby
  * mrbgems/mruby-bin-strip
* Need `stdio.h`:
  * mrbgems/mruby-io
  * mrbgems/mruby-print
* Need `snprintf()` in `stdio.h`:
  * mrbgems/mruby-pack
  * mrbgems/mruby-sprintf
@matz matz merged commit 0dacc9a into mruby:master Mar 8, 2020
@dearblue dearblue deleted the nostdio branch March 8, 2020 14:39
dearblue added a commit to dearblue/mruby that referenced this pull request Apr 11, 2020
dearblue added a commit to dearblue/mruby that referenced this pull request Apr 11, 2020
matz added a commit that referenced this pull request Apr 14, 2020
 Support `MRB_DISABLE_STDIO` for mruby-sprintf; ref #4954
matz added a commit that referenced this pull request Apr 14, 2020
Support `MRB_DISABLE_STDIO` for mruby-pack; ref #4954
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