You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by GitBox <gi...@apache.org> on 2022/12/23 15:07:06 UTC

[GitHub] [age] Hunaid2000 opened a new pull request, #412: Changed volatility category of age_atan2, age_degrees, age_radians

Hunaid2000 opened a new pull request, #412:
URL: https://github.com/apache/age/pull/412

   **Changes**
   - Updated volatility category of age_atan2, age_degrees, age_radians from STABLE to IMMUTABLE.
   
   **Reasons**
   - These math functions will not scan/lookup database.
   - They simply take the input (int, float or numeric), applies operation on it and returns the result
   - They cannot modify database
   - They are guaranteed to return the same results given the same arguments forever


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] jrgemignani commented on pull request #412: Changed volatility category of age_atan2, age_degrees, age_radians

Posted by GitBox <gi...@apache.org>.
jrgemignani commented on PR #412:
URL: https://github.com/apache/age/pull/412#issuecomment-1364209785

   @Hunaid2000 Please fix your commit log entry for the PR to be descriptive of the change - what the change is and why. Once this is corrected, let us know so that we can review the PR for merging.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] jrgemignani merged pull request #412: Changed volatility category of age_atan2, age_degrees, age_radians

Posted by GitBox <gi...@apache.org>.
jrgemignani merged PR #412:
URL: https://github.com/apache/age/pull/412


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org