Skip to content

Commit fe18c08

Browse files
TwoFXrobsimmons
authored andcommitted
doc: grove: update and add String data (#11551)
This PR bumps Grove to the latest revision and starts adding data about the `String` library. Just a small start, more to come.
1 parent d591c6f commit fe18c08

File tree

7 files changed

+488
-6
lines changed

7 files changed

+488
-6
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ RELEASES.md merge=union
44
stage0/** binary linguist-generated
55
# The following file is often manually edited, so do show it in diffs
66
stage0/src/stdlib_flags.h -binary -linguist-generated
7+
doc/std/grove/GroveStdlib/Generated/** linguist-generated
78
# These files should not have line endings translated on Windows, because
89
# it throws off parser tests. Later lines override earlier ones, so the
910
# runner code is still treated as ordinary text.

.github/workflows/grove.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
workflow: ci.yml
6666
path: artifacts
6767
name: "build-Linux release"
68+
allow_forks: true
6869
name_is_regexp: true
6970

7071
- name: Unpack toolchain

doc/std/grove/GroveStdlib/Generated.lean

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import GroveStdlib.Generated.«associative-creation-operations»
44
import GroveStdlib.Generated.«associative-modification-operations»
55
import GroveStdlib.Generated.«associative-create-then-query»
66
import GroveStdlib.Generated.«associative-all-operations-covered»
7+
import GroveStdlib.Generated.«slice-producing»
78

89
/-
910
This file is autogenerated by grove. You can manually edit it, for example to resolve merge
@@ -20,3 +21,4 @@ def restoreState : RestoreStateM Unit := do
2021
«associative-modification-operations».restoreState
2122
«associative-create-then-query».restoreState
2223
«associative-all-operations-covered».restoreState
24+
«slice-producing».restoreState

0 commit comments

Comments
 (0)