Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

Add licence comments

+8 -2
+2 -2
compiler-core/src/tests.rs
··· 188 188 Add a comment like this: 189 189 190 190 // SPDX-License-Identifier: Apache-2.0 191 - // SPDX-FileCopyrightText: 2016 The Gleam contributors 191 + // SPDX-FileCopyrightText: 2026 The Gleam contributors 192 192 193 193 To these files: 194 194 195 - {paths} 195 + - {paths} 196 196 " 197 197 ) 198 198 }
+3
pretty-arena/Cargo.toml
··· 1 + # SPDX-License-Identifier: Apache-2.0 2 + # SPDX-FileCopyrightText: 2026 The Gleam contributors 3 + 1 4 [package] 2 5 name = "pretty-arena" 3 6 version = "1.0.0"
+3
pretty-arena/src/lib.rs
··· 1 + // SPDX-License-Identifier: Apache-2.0 2 + // SPDX-FileCopyrightText: 2026 The Gleam contributors 3 + 1 4 //! This module implements the functionality described in 2 5 //! ["Strictly Pretty" (2000) by Christian Lindig][0], with a few 3 6 //! extensions.