Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 5931c40

Browse files
committed
Removed pilosa-Windows comments from files and added a note in the README
Signed-off-by: Daylon Wilkins <[email protected]>
1 parent 010fe49 commit 5931c40

File tree

14 files changed

+1
-40
lines changed

14 files changed

+1
-40
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ CREATE INDEX foo ON table USING driverid (col1, col2) WITH (async = true)
306306

307307
### Old `pilosalib` driver
308308

309-
`pilosalib` driver was renamed to `pilosa` and now `pilosa` does not require an external pilosa server.
309+
`pilosalib` driver was renamed to `pilosa` and now `pilosa` does not require an external pilosa server. `pilosa` is not supported on Windows.
310310

311311
### Metrics
312312

auth/audit_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// These tests do not run on Windows due to the Pilosa dependency, as it makes
2-
// use of syscall.Mmap, which does not exist on the platform.
3-
41
// +build !windows
52

63
package auth_test

auth/common_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// These tests do not run on Windows due to the Pilosa dependency, as it makes
2-
// use of syscall.Mmap, which does not exist on the platform.
3-
41
// +build !windows
52

63
package auth_test

auth/native_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// These tests do not run on Windows due to the Pilosa dependency, as it makes
2-
// use of syscall.Mmap, which does not exist on the platform.
3-
41
// +build !windows
52

63
package auth_test

auth/none_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// These tests do not run on Windows due to the Pilosa dependency, as it makes
2-
// use of syscall.Mmap, which does not exist on the platform.
3-
41
// +build !windows
52

63
package auth_test

engine_pilosa_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// These tests do not run on Windows due to the Pilosa dependency, as it makes
2-
// use of syscall.Mmap, which does not exist on the platform.
3-
41
// +build !windows
52

63
package sqle_test

sql/index/pilosa/driver.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// This module does not run on Windows due to the Pilosa dependency, as it
2-
// makes use of syscall.Mmap, which does not exist on the platform.
3-
41
// +build !windows
52

63
package pilosa

sql/index/pilosa/driver_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// This module does not run on Windows due to the Pilosa dependency, as it
2-
// makes use of syscall.Mmap, which does not exist on the platform.
3-
41
// +build !windows
52

63
package pilosa

sql/index/pilosa/index.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// This module does not run on Windows due to the Pilosa dependency, as it
2-
// makes use of syscall.Mmap, which does not exist on the platform.
3-
41
// +build !windows
52

63
package pilosa

sql/index/pilosa/iterator.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// This module does not run on Windows due to the Pilosa dependency, as it
2-
// makes use of syscall.Mmap, which does not exist on the platform.
3-
41
// +build !windows
52

63
package pilosa

0 commit comments

Comments
 (0)