Fix undefined macro warn! on 32-bit #562
jirutka
commented 2023-05-07 15:02:37 +00:00
Contributor
Compiling garage_db v0.8.2 (garage-0.8.2/src/db)
error: cannot find macro `warn` in this scope
--> src/db/lmdb_adapter.rs:352:2
|
352 | warn!("LMDB is not recommended on 32-bit systems, database size will be limited");
| ^^^^
|
= help: consider importing this macro:
tracing::warn
= note: `warn` is in scope, but it is an attribute: `#[warn]`
error: could not compile `garage_db` due to previous error
jirutka
added 1 commit 2023-05-07 15:02:38 +00:00
Fix undefined macro warn! on 32-bit
6d3ace1ea9
All checks were successful
continuous-integration/drone/pr Build is passing
Details
lx
merged commit 14c50f2f84 into main 2023-05-09 08:52:11 +00:00
lx
referenced this pull request from a commit 2023-05-09 08:52:12 +00:00
Merge pull request 'Fix undefined macro warn! on 32-bit' (#562) from jirutka/garage:fix-undefined-warn into main
lx
referenced this pull request 2023-08-28 10:21:13 +00:00
Garage v0.8.3 #619
No reviewers
Labels
No labels
action
check-aws
action
discussion-needed
action
for-external-contributors
action
for-newcomers
action
more-info-needed
action
need-funding
action
triage-required
kind
correctness
kind
ideas
kind
improvement
kind
performance
kind
testing
kind
usability
kind
wrong-behavior
prio
critical
prio
low
scope
admin-api
scope
background-healing
scope
build
scope
documentation
scope
k8s
scope
layout
scope
metadata
scope
ops
scope
rpc
scope
s3-api
scope
security
scope
telemetry
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#562
Loading…
Reference in a new issue
No description provided.
Delete branch "jirutka/garage:fix-undefined-warn"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?