Nick Craig-Wood
c8d6b02dd6
ulozto: fix panic in various integration tests
...
Before this change some of the integration tests were producing this error
panic: runtime error: invalid memory address or nil pointer dereference
This was caused by an `fs.Object` of which the type (`*Object`) was
not `nil`, but the value within was `nil`. These do not compare as
`nil` leading to the panic.
This is a classic Go gotcha: https://go.dev/doc/faq#nil_error
This was easily fixed by changing the type of one function to return
fs.Object instead of *Object.
2024-06-08 17:44:11 +01:00
..
2024-02-28 16:09:04 +00:00
2024-03-26 09:46:47 +00:00
2024-04-22 19:29:12 +02:00
2024-04-22 19:29:12 +02:00
2024-06-06 09:25:17 +01:00
2023-12-09 11:44:50 +00:00
2024-06-08 17:44:11 +01:00
2024-05-14 12:51:03 +01:00
2024-05-14 12:51:03 +01:00
2024-05-14 12:51:03 +01:00
2024-05-14 12:51:03 +01:00
2024-06-08 17:44:11 +01:00
2024-04-14 14:38:01 +01:00
2023-08-11 00:47:01 +09:00
2023-08-22 12:52:13 +01:00
2024-02-07 22:09:56 +00:00
2023-11-20 18:07:05 +00:00
2024-04-17 18:02:44 +02:00
2024-05-14 12:51:03 +01:00
2024-04-22 19:29:12 +02:00
2023-12-09 11:44:50 +00:00
2024-04-22 17:57:09 +01:00
2023-11-24 18:18:01 +00:00
2023-11-18 17:49:35 +00:00
2023-12-09 11:44:50 +00:00
2024-04-04 20:03:26 +01:00
2024-03-24 12:05:58 +00:00
2024-05-14 12:51:03 +01:00
2024-06-08 17:44:11 +01:00
2023-09-23 12:20:01 +01:00
2024-03-27 11:43:26 -04:00
2024-04-22 19:29:12 +02:00
2024-05-17 11:03:46 +01:00
2024-02-21 18:02:19 +00:00
2024-04-22 19:29:12 +02:00
2023-12-09 11:44:50 +00:00
2024-05-08 09:09:56 +09:00
2023-12-09 11:44:50 +00:00
2024-03-07 14:44:45 +00:00
2023-07-07 16:25:14 +01:00
2024-04-22 19:29:12 +02:00
2024-05-13 18:32:41 +01:00
2024-06-06 11:27:07 +01:00
2024-03-07 14:44:45 +00:00
2024-04-22 19:29:12 +02:00
2024-04-18 16:53:55 +02:00
2023-07-07 16:25:14 +01:00
2023-11-29 15:39:27 +00:00
2024-04-22 19:29:12 +02:00
2023-07-07 16:25:14 +01:00
2024-04-25 11:14:14 +01:00
2024-06-08 17:44:11 +01:00
2024-05-14 12:51:03 +01:00
2023-07-07 16:25:14 +01:00
2024-05-31 09:48:32 +02:00
2023-06-11 11:11:43 +01:00
2024-05-24 21:39:40 +02:00