Skip to content

Commit

Permalink
chore: drop isort config, require annotation imports (#2801)
Browse files Browse the repository at this point in the history
* chore: drop isort config

This is now not needed, and isort is handled by ruff

* chore: require annotations with isort

* chore: make annotations required

* Clean up the header text of all source files: license, GitHub URL, __all__ placement, vertical spacing.

* chore: update pre-commit hooks (#2802)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.4](astral-sh/ruff-pre-commit@v0.1.3...v0.1.4)
- [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.27.1](python-jsonschema/check-jsonschema@0.27.0...0.27.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* chore: drop `-1.0`

* style: pre-commit fixes

---------

Co-authored-by: Jim Pivarski <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 7, 2023
1 parent bd4cb8d commit 015a362
Show file tree
Hide file tree
Showing 914 changed files with 2,620 additions and 1,117 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
additional_dependencies: [pyyaml]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3
rev: v0.1.4
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down Expand Up @@ -62,7 +62,7 @@ repos:
files: ^tests/

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
rev: 0.27.1
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/builder/ArrayBuilder.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_ARRAYBUILDER_H_
#define AWKWARD_ARRAYBUILDER_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/builder/BoolBuilder.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_BOOLBUILDER_H_
#define AWKWARD_BOOLBUILDER_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/builder/Builder.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_FILLABLE_H_
#define AWKWARD_FILLABLE_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/builder/Complex128Builder.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_COMPLEX128BUILDER_H_
#define AWKWARD_COMPLEX128BUILDER_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/builder/DatetimeBuilder.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_DATETIMEBUILDER_H_
#define AWKWARD_DATETIMEBUILDER_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/builder/Float64Builder.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_FLOAT64BUILDER_H_
#define AWKWARD_FLOAT64BUILDER_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/builder/Int64Builder.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_INT64BUILDER_H_
#define AWKWARD_INT64BUILDER_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/builder/ListBuilder.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_LISTBUILDER_H_
#define AWKWARD_LISTBUILDER_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/builder/OptionBuilder.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_OPTIONBUILDER_H_
#define AWKWARD_OPTIONBUILDER_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/builder/RecordBuilder.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_RECORDBUILDER_H_
#define AWKWARD_RECORDBUILDER_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/builder/StringBuilder.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_STRINGBUILDER_H_
#define AWKWARD_STRINGBUILDER_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/builder/TupleBuilder.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_TUPLEBUILDER_H_
#define AWKWARD_TUPLEBUILDER_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/builder/UnionBuilder.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_UNIONBUILDER_H_
#define AWKWARD_UNIONBUILDER_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/builder/UnknownBuilder.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_UNKNOWNBUILDER_H_
#define AWKWARD_UNKNOWNBUILDER_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/common.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_COMMON_H_
#define AWKWARD_COMMON_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/forth/ForthInputBuffer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_FORTHINPUTBUFFER_H_
#define AWKWARD_FORTHINPUTBUFFER_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/forth/ForthMachine.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_FORTHMACHINE_H_
#define AWKWARD_FORTHMACHINE_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/forth/ForthOutputBuffer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_FORTHOUTPUTBUFFER_H_
#define AWKWARD_FORTHOUTPUTBUFFER_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/io/json.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_IO_JSON_H_
#define AWKWARD_IO_JSON_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/kernel-utils.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_KERNEL_UTILS_H_
#define AWKWARD_KERNEL_UTILS_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/python/content.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARDPY_CONTENT_H_
#define AWKWARDPY_CONTENT_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/python/forth.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARDPY_FORTH_H_
#define AWKWARDPY_FORTH_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/python/io.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARDPY_IO_H_
#define AWKWARDPY_IO_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/python/kernel_utils.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_KERNEL_UTILS_H
#define AWKWARD_KERNEL_UTILS_H
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/python/util.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARDPY_UTIL_H_
#define AWKWARDPY_UTIL_H_
Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/unicode.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE
#include <cstddef>
#include <cstdint>

Expand Down
4 changes: 2 additions & 2 deletions awkward-cpp/include/awkward/util.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#ifndef AWKWARD_UTIL_H_
#define AWKWARD_UTIL_H_
Expand Down Expand Up @@ -59,7 +59,7 @@ namespace awkward {
///
/// @note The implementation does not yet escape characters: it only adds
/// strings. See issue
/// [scikit-hep/awkward-1.0#186](https://github.com/scikit-hep/awkward-1.0/issues/186).
/// [scikit-hep/awkward#186](https://github.com/scikit-hep/awkward/issues/186).
std::string
quote(const std::string& x);

Expand Down
4 changes: 4 additions & 0 deletions awkward-cpp/src/awkward_cpp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

from __future__ import annotations

import awkward_cpp.cpu_kernels
import awkward_cpp.libawkward # noqa: F401
4 changes: 2 additions & 2 deletions awkward-cpp/src/awkward_cpp/cpu_kernels.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
# BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

# v2: no change; keep this file.
from __future__ import annotations

import ctypes
import platform
Expand Down
4 changes: 2 additions & 2 deletions awkward-cpp/src/awkward_cpp/libawkward.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
# BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

# v2: no change; keep this file.
from __future__ import annotations

import ctypes
import platform
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_BitMaskedArray_to_ByteMaskedArray.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_BitMaskedArray_to_IndexedOptionArray.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_ByteMaskedArray_getitem_nextcarry.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_ByteMaskedArray_getitem_nextcarry_outindex.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_ByteMaskedArray_numnull.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_ByteMaskedArray_overlay_mask.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_ByteMaskedArray_reduce_next_64.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_ByteMaskedArray_reduce_next_nonlocal_nextshifts_64.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_ByteMaskedArray_reduce_next_nonlocal_nextshifts_fromshifts_64.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_ByteMaskedArray_toIndexedOptionArray.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_Content_getitem_next_missing_jagged_getmaskstartstop.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_Index_nones_as_index.cpp", line)

Expand Down
2 changes: 1 addition & 1 deletion awkward-cpp/src/cpu-kernels/awkward_IndexedArray_fill.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_IndexedArray_fill.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_IndexedArray_fill_count.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_IndexedArray_flatten_nextcarry.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_IndexedArray_flatten_none2empty.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_IndexedArray_getitem_nextcarry.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_IndexedArray_getitem_nextcarry_outindex.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_IndexedArray_index_of_nulls.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_IndexedArray_local_preparenext_64.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_IndexedArray_numnull.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_IndexedArray_numnull_parents.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_IndexedArray_numnull_unique.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_IndexedArray_overlay_mask.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_IndexedArray_ranges_carry_next_64.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_IndexedArray_ranges_next_64.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_IndexedArray_reduce_next_64.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_IndexedArray_reduce_next_fix_offsets_64.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_IndexedArray_reduce_next_nonlocal_nextshifts_64.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_IndexedArray_reduce_next_nonlocal_nextshifts_fromshifts_64.cpp", line)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE

#define FILENAME(line) FILENAME_FOR_EXCEPTIONS_C("src/cpu-kernels/awkward_IndexedArray_simplify.cpp", line)

Expand Down
Loading

0 comments on commit 015a362

Please sign in to comment.