BayesianLogic / blog

The BLOG programming language
http://bayesianlogic.github.io/
BSD 4-Clause "Original" or "Old" License
98 stars 31 forks source link

Add getFiniteSupport and test it for GEM distribution. #298

Closed datang1992 closed 9 years ago

datang1992 commented 9 years ago

@lileicc @cberzan @chrisgioia64

getFiniteSupport() has been added and tested for GEM distribution in this pull request. Notice that this pull request must be merged with #295 at the same time, otherwise there will be a period that the BLOG repo could not be compiled.

lileicc commented 9 years ago

The proper procedure is to first merge #295 into this repo.

Lei

On Mon, Aug 18, 2014 at 10:27 AM, Da Tang notifications@github.com wrote:

@lileicc https://github.com/lileicc @cberzan https://github.com/cberzan @chrisgioia64 https://github.com/chrisgioia64

getFiniteSupport() has been added and tested for GEM distribution in this pull request. Notice that this pull request must be merged with #295 https://github.com/BayesianLogic/blog/pull/295 at the same time,

otherwise there will be a period that the BLOG repo could not be compiled.

You can merge this Pull Request by running

git pull https://github.com/BayesianLogic/blog getFiniteSupportForGEM

Or view, comment on, or merge it at:

https://github.com/BayesianLogic/blog/pull/298 Commit Summary

  • Add getFiniteSupport and test it for GEM distribution.

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/BayesianLogic/blog/pull/298.

lileicc commented 9 years ago

close this one to merge into #295