GithubHelp home page GithubHelp logo

Comments (8)

cpq avatar cpq commented on June 20, 2024

PR is welcome, provided you're waving copyright claims and releasing the change under the existing V7 license.

from v7.

cpq avatar cpq commented on June 20, 2024

In interpreter.c

#ifdef V7_WINDOWS
static int signbit(double x) {
  return x > 0;
}
#endif

I guess we can change the conditional to

#if defined(V7_WINDOWS) && _MS_VER > ....

from v7.

kkutsner avatar kkutsner commented on June 20, 2024

Probably yes, but we don't know the min value of _MS_VER....

from v7.

cpq avatar cpq commented on June 20, 2024

https://msdn.microsoft.com/en-us/library/hh308342.aspx says 2013 and 2012 in "other versions."

http://stackoverflow.com/questions/70013/how-to-detect-if-im-compiling-code-with-visual-studio-2008 has a mapping of years to _MS_VER.

Let's go for 2012, _MS_VER 1700. Sending PR.

from v7.

kkutsner avatar kkutsner commented on June 20, 2024

Sergey, I really want to try pull some PRs, and I'm trying to understand what is individual contributor license (http://cesanta.com/contributors_la.shtml) and how to work with that... Do you know where to read about it in plain form (e.g. "для чайников"). Sorry for this off-topic.

from v7.

cpq avatar cpq commented on June 20, 2024

Тут вроде доступно написано: https://help.github.com/articles/creating-a-pull-request/

from v7.

kkutsner avatar kkutsner commented on June 20, 2024

Спасибо:) как готовить PRы, я в курсе:) мне не совсем понятно насчет contributor license - что это и зачем нужно...

from v7.

cpq avatar cpq commented on June 20, 2024

Это нужно для нашей защиты. Мы обязуемся перед нашими клиентами что наш код принадлежит нам, и мы не украли его у кого-то еще. Если кто-то шлет нам PR, он потенциально может оспорить это и подать на нас в суд. Подписание agreement нас от этого защищает. Вот вики: https://en.wikipedia.org/wiki/Contributor_License_Agreement

Так делают многие проекты - например https://github.com/influxdb, вот их соглашение: http://influxdb.com/community/cla.html

from v7.

Related Issues (20)

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.