Author: Violet
-
Daily report(6/23)
Today has been spent getting the tests working for the pull request. I apparently need to reformat the files, but for some reason, git clang-format isn’t making that especially easy
-
Daily Report(6/22)
I am starting today by running more of the test suites to see if the changes have broken anything unrelated. So far so good, except for finding that the build+test script was running the specific test “0”(uninitialized variable). Resource testing seems to fail on the same spots as before erratically. I’m going to assume that…
-
Daily report(6/21)
Today I started by deciding to work on what I anticipate to be an especially complicated bit, the authentication system. Later on in the day, I admitted I should work up to that, so instead I’m looking for low hanging fruits. One of the first things I have found is that the changes in the…
-
Daily report(6/20)
Currently the issue I am facing is the rule language. Given that this was a sticking point last year, I can’t say that I’m surprised. Currently I can’t see what the msi_get_server_property is actually returning, and given that they running in the irods agent server it may need additional logic there. I am having trouble…
-
Strands
The strands that comprise our lives are of different lengths. They are anything, the life of a person, their presence, their actions, etc, the whole of their interaction with your existence. It is a strict subset of the world’s entelechy(what is realizing its potential to become what will be). I am sorry to know that…
-
Weekly journal(6/13-6/18)
This week was spent working on writing the configuration_hook_manager’s code. I have started working on writing tests. The primary issues that I have run into have included moving between machines and the performance issue with my desktop’s harddrive substantially slowing the work that I am doing. msiModAVUMetadata is a complicated little micro-service that I’m not…
-
Daily report(6/16/2022)
Work continues slowly on the configuration_hook_manager. I moved my installation over to an ssd, so now development is happening faster. At some point I should look into running an lsp server from inside the irods builder, I might actually be able to get good completion and navigation. I have moved the configuration update logic so…
-
Daily Report(6/10/2022)
Today I have been investigating enhancing the reload() method with a list of difference objects. So far this has been relatively simple to implement. Next week I plan to figure out the design of what will become the configuration_change_hook_manager facility, but let’s go through some preliminary thoughts The hook should be addressed by the configuration…
-
iRODS daily report(6/15/2022)
I have continued to work on configuration_hook_manager. It is slowly coalescing into something that can truthfully said to compile. There are a few issues that I have to figure out, such as how to handle nested properties, and whether or not dispatching every event to every hook makes sense from a performance point of view(okay,…