- Jan 27, 2022
-
-
- Jan 26, 2022
-
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Tomáš Pecka authored
~/.aqlrc is just another aql script that can be loaded automatically when the aql shell starts. You can put standard aql commands inside the file.
-
Tomáš Pecka authored
-
Tomáš Pecka authored
It will be in $BUILD_DIR/install
-
Tomáš Pecka authored
We don't use it anymore.
-
Tomáš Pecka authored
Load the standard library files into Prompt. The iteration order of the file list is unspecified[1] but I don't think we have to deal with it anyhow. Even we create two files, say a.aql, and b.aql and a function in b.aql uses a function from a.aql, the loading order doesn't matter anyway.
-
Tomáš Pecka authored
-
Tomáš Pecka authored
Let's install the aql function files into DATADIR, which will probably be /usr/share/algorithms-library/stdlib.
-
Tomáš Pecka authored
Let's start working on a standard library [1]. The idea is that we bundle some aql files with predefined functions (and procedures) and we load them when aql prompt starts. So let's prepare a configuration file with a location for the scripts. The location is currently only in local dev tree. We will later change that to some /usr/share or /usr/lib location. [1] #221
-
Jan Trávníček authored
-
-
-
-
-
Tomáš Pecka authored
I have seen some students failing to understand the exception "Init on RHS when generate eps". Let's make the error message more clear.
-
-
-
Tomáš Pecka authored
F36 is not released yet [1] and it contains not-yet-released g++-12 which causes some problems for our code. Let's deal with it once g++-12 is released. [1] https://fedorapeople.org/groups/schedule/f-36/f-36-key-tasks.html
-
- Jan 13, 2022
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
unique ptr is convertible to shared ptr natively. It makes sense to construct unique_ptr first and convert it to shared_ptr if it is needed.
-
Jan Trávníček authored
Most likely a remnant of abstraction refactoring to OperationAbstraction and Value where Value is using the functionality, not the OperationAbstraction
-
- Jan 12, 2022
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Jan 10, 2022
-
-
Jan Trávníček authored
prior to new normalization that needs to put code there
-
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-