Commit Graph

21 Commits

Author SHA1 Message Date
James Cor ab2ba2a100 field align a few packages (#9708) 2025-08-27 19:19:14 -07:00
coffeegoddd b68814c796 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-08-05 17:21:26 +00:00
James Cor e5c1aa002a working even when adding from columns 2022-06-01 11:24:40 -07:00
James Cor e4238b774a indexed look ups mostly working, but lower bound always inclusive? 2022-06-01 10:00:03 -07:00
Brian Hendriks 3c463827f4 use left right diff instead of top down due to bugs in top down (#1457) 2021-03-18 10:53:33 -07:00
Brian Hendriks 111cbebec0 diff between a range of values (#1402) 2021-03-09 17:44:50 -08:00
Aaron Son 128329a64f go/store/diff: Better naming for GoCatchPanic helper. 2020-11-04 10:37:53 -08:00
Aaron Son eb96988abb Merge remote-tracking branch 'origin/master' into aaron/diff-summary-error-handling 2020-11-02 11:07:55 -08:00
Aaron Son 84c3066348 go/**/*.go: Update copyright headers for company name change. 2020-11-02 10:17:02 -08:00
Aaron Son 3030925c3d go: Convert some diff functions to use errgroup instead of atomicerr.
Attmept to clean up error signaling in diff summary.
2020-10-31 08:27:57 -07:00
Daylon Wilkins b5bb663233 Reference new org name and updated trigger logic 2020-09-25 15:35:04 -07:00
Brian Hendriks 55c2412db3 error changes (#7)
The existing noms codebase uses panics for signaling errors in most cases.  This is not idiomatic go, and it is not the optimal behavior when building cloud services, or products on top of noms as a panic in any go routine causes the entire process to exit.

This is a large step in removing panics, and bubbling errors up through the code.
2019-08-06 15:00:02 -07:00
Aaron Son 5fc6fd5d6a go: Update for dolt at root of repository. 2019-07-24 10:28:54 -07:00
Aaron Son 732086a9c7 dolt/go: Add copyright notices to every file. For files from noms, retain and reference the previous copyright notice as well. 2019-07-22 17:06:35 -07:00
Aaron Son 15973f60c1 dolt/go: store/types: Rename Format to NomsBinFormat.
Standardize parameter name for *NomsBinFormat to nbf. Standardize `nbf` as
first (after `ctx`) parameter. Remove unnecessary `nbf` parameters when format
is available from incoming `Value` or `ValueReader`.
2019-07-16 13:27:26 -07:00
Aaron Son 80c2e40b60 dolt/go: Changes from Equals not taking *Format. 2019-07-12 10:21:37 -07:00
Aaron Son 79062329e6 dolt/go/store: diff: Remove Format_7_18 references. 2019-07-12 10:17:04 -07:00
Aaron Son 4af7c75639 dolt/go/store: types: Thread *Format in Type. 2019-07-12 10:14:22 -07:00
Aaron Son e7e1e271f4 dolt/go/store: types: Value Hash takes *format. 2019-07-12 10:11:23 -07:00
Brian Hendriks de36628918 update paths 2019-06-21 12:06:08 -07:00
Brian Hendriks 6ae6d7e595 move store files to the structure we want 2019-06-21 11:55:01 -07:00