Code Monkey home page Code Monkey logo

mruby's Issues

Add branch protection rules

Add branch protection rules for the following branches:

  • artichoke-vendor: prevent deletion, allow force pushes
  • master: prevent deletion, disallow force pushes
  • stable: prevent deletion, disallow force pushes

Backport `getsegmentdata` change

macOS Ventura kicks off a bunch of compiler warnings due to get_edata being deprecated.

This is fixed upstream:

Example warnings:

warning: In file included from vendor/mruby/src/array.c:7:
warning: In file included from /Users/lopopolo/dev/artichoke/artichoke/artichoke-backend/vendor/mruby/include/mruby.h:117:
warning: /Users/lopopolo/dev/artichoke/artichoke/artichoke-backend/vendor/mruby/include/mruby/value.h:430:17: warning: 'get_etext' is deprecated: first deprecated in macOS 13.0 - No longer supported [-Wdeprecated-declarations]
warning:   return (char*)get_etext() < p && p < (char*)get_edata();
warning:                 ^
warning: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/mach-o/getsect.h:58:22: note: 'get_etext' has been explicitly marked deprecated here
warning: extern unsigned long get_etext(void) __CCTOOLS_DEPRECATED;
warning:                      ^
warning: In file included from vendor/mruby/src/array.c:7:
warning: In file included from /Users/lopopolo/dev/artichoke/artichoke/artichoke-backend/vendor/mruby/include/mruby.h:117:
warning: /Users/lopopolo/dev/artichoke/artichoke/artichoke-backend/vendor/mruby/include/mruby/value.h:430:47: warning: 'get_edata' is deprecated: first deprecated in macOS 13.0 - No longer supported [-Wdeprecated-declarations]
warning:   return (char*)get_etext() < p && p < (char*)get_edata();
warning:                                               ^
warning: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/mach-o/getsect.h:59:22: note: 'get_edata' has been explicitly marked deprecated here
warning: extern unsigned long get_edata(void) __CCTOOLS_DEPRECATED;
warning:                      ^
warning: 2 warnings generated.

Disable dependabot

This repo is a fork, changes are pulled from upstream which makes dependabot not required here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.