Mon, 20 May 2024 10:47:38 UTC | login

Information for build apache-commons-javaflow-1.0-0.11.20120509SNAPSHOT.fc24

ID588
Package Nameapache-commons-javaflow
Version1.0
Release0.11.20120509SNAPSHOT.fc24
Epoch
SummaryCommons Javaflow
DescriptionSometimes it is useful if we can capture the state of the application, its stack of function calls, which includes local variables, the global variables and the program counter, and save them into an object. If this object would give us the ability to restart the processing from the point stored in it. A continuation is exactly the type of object that we need. Think of a continuation as an object that, for a given point in your program, contains a snapshot of the stack trace, including all the local variables, and the program counter. You can not only store these things in the continuation object, but also restore the execution of the program from a continuation object. This means that the stack trace and the program counter of the running program become the ones stored in a continuation. Continuations are powerful concepts from the world of functional languages, like Scheme, but they are becoming popular in other languages as well.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 19:46:50 UTC
CompletedSat, 14 Apr 2018 19:46:50 UTC
Tags
f28
f29
RPMs
src
apache-commons-javaflow-1.0-0.11.20120509SNAPSHOT.fc24.src.rpm (info) (download)
noarch
apache-commons-javaflow-1.0-0.11.20120509SNAPSHOT.fc24.noarch.rpm (info) (download)
apache-commons-javaflow-ant-1.0-0.11.20120509SNAPSHOT.fc24.noarch.rpm (info) (download)
apache-commons-javaflow-javadoc-1.0-0.11.20120509SNAPSHOT.fc24.noarch.rpm (info) (download)
Changelog * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.11.20120509SNAPSHOT - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.10.20120509SNAPSHOT - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Jan 29 2015 gil cattaneo <puntogil@libero.it> 1.0-0.9.20120509SNAPSHOT - introduce license macro * Sun Nov 30 2014 gil cattaneo <puntogil@libero.it> 1.0-0.8.20120509SNAPSHOT - fix for rhbz#1169160 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.7.20120509SNAPSHOT - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.6.20120509SNAPSHOT - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sat Jul 06 2013 gil cattaneo <puntogil@libero.it> 1.0-0.5.20120509SNAPSHOT - switch to XMvn - minor changes to adapt to current guideline * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.4.20120509SNAPSHOT - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.0-0.3.20120509SNAPSHOT - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.2.20120509SNAPSHOT - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed May 09 2012 gil cattaneo <puntogil@libero.it> 1.0-0.1.20120509SNAPSHOT - initial rpm