Time |
Nick |
Message |
08:09 |
|
BDorsey joined #evergreen |
08:32 |
|
Dyrcona joined #evergreen |
08:46 |
|
Rogan joined #evergreen |
08:49 |
|
mmorgan joined #evergreen |
09:19 |
|
smayo joined #evergreen |
09:29 |
pinesol |
News from commits: LP2047168 follow-up: ng lint --fix <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=a77c799875e6218ecb36ddc2e445c029816fc2ea> |
09:59 |
|
dguarrac joined #evergreen |
10:35 |
|
Rogan joined #evergreen |
10:49 |
|
sandbergja joined #evergreen |
11:58 |
|
dguarrac_ joined #evergreen |
12:05 |
|
dguarrac__ joined #evergreen |
14:30 |
|
dguarrac_ joined #evergreen |
14:35 |
|
BDorsey joined #evergreen |
15:22 |
Dyrcona |
Notice: metabib::virtual_record class has no field, tite, in /home/jstephenson/src/PHPEvergreenClient/src/Evergreen/ObjectModel.php on line 189 in /home/jstephenson/src/PHPEvergreenClient/src/Evergreen/ObjectModel.php on line 134 |
15:23 |
Dyrcona |
It helps to not make typos. :) |
15:25 |
Dyrcona |
Too bad the notice doesn't report the script line where the actual typo occurred. It's reporting the lines from the file where it's raised... I should dump the backtrace to see if I need a different offset. |
15:29 |
Dyrcona |
Nope. Backtrace only sees the file where its called. |
15:33 |
Dyrcona |
My PHP object model is in no way shape or form lightweight. On the plus side, PHP deals with all objects as references with copy on write semantics, so there should be only 1 copy of the class object hanging around with every instances having a reference to it. |
15:35 |
Dyrcona |
Think I'll try to retrieve a call number via pcrud from the copy. |
15:45 |
Dyrcona |
That works. I should try to flesh the prefix and suffix to see if my code for that works. |
15:53 |
Dyrcona |
Well. My first example had no prefix or suffix, and when I found one, I'm not getting the flesh syntax correct because it isn't coming back in the response. |
15:56 |
Dyrcona |
I'll have to check the pcrud code to remind myself of how to do it, if I can do it. |
17:08 |
|
mmorgan left #evergreen |