index
:
delta/psych.git
1-2-stable
3-3-stable
4-0-stable
actions
appveyor
atambo-native_jruby
bundlerize
coder
cross
delegate
did-works-travis
drop-to-support-fatgem
embed
fix-broken-test
fix-jruby-build-task
fix-type-data
frozen
ignore-warnings
issue-11988
jruby
libyaml-0.2.1
master
minitest5
relax-restricted-classes
remove-deprecated-methods
remove-syck
retire-changelog
revert-335-revert-325-fix_324
safeload
strict-hash-keys
travis
tweak-actions
unify-version-number
update_snakeyaml
use-actions
use-relative-versions
github.com: tenderlove/psych.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test for missing anchor
Alexander Momchilov
2022-07-27
1
-0
/
+11
*
Add test for anchor reuse
Alexander Momchilov
2022-07-27
1
-0
/
+11
*
Raise specific error when aliases are not enabled
Alexander Momchilov
2022-07-27
6
-8
/
+8
*
Don't hardcode expected alias names
Alexander Momchilov
2022-07-27
3
-22
/
+28
*
Test that recursive refs dump as aliases
Alexander Momchilov
2022-07-22
3
-0
/
+37
*
Clarify tests about parsing aliases
Alexander Momchilov
2022-07-22
1
-8
/
+21
*
Add strict_integer option to parse numbers with commas as strings
Seth Boyles
2022-01-14
2
-0
/
+36
*
s/RubyVM::JIT/RubyVM::MJIT/g
Takashi Kokubun
2021-12-14
1
-1
/
+1
*
test/psych/test_scalar_scanner.rb: Prevent a warning
Yusuke Endoh
2021-09-28
1
-1
/
+1
*
Bump up the latest version of CoreAssertions
Hiroshi SHIBATA
2021-09-11
1
-30
/
+34
*
Replace A-Za-z with [:alpha:]
jory-graham
2021-08-05
1
-0
/
+22
*
Merge pull request #515 from ruby/quote-y-n
Aaron Patterson
2021-08-04
1
-0
/
+13
|
\
|
*
Add quotes to the strings "y" and "n"
Aaron Patterson
2021-08-04
1
-0
/
+13
*
|
Merge pull request #460 from tbrisker/floatscanner
Aaron Patterson
2021-08-04
1
-0
/
+12
|
\
\
|
*
|
Improve float scalar scanner
Tomer Brisker
2020-08-08
1
-0
/
+12
*
|
|
Merge pull request #473 from OpakAlex/fix-integer-parsing-for-yaml
Aaron Patterson
2021-08-04
1
-2
/
+13
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
add more tests
Alexandr Opak
2021-01-29
1
-2
/
+6
|
*
|
fix typo
Alexandr Opak
2021-01-29
1
-2
/
+2
|
*
|
fix parsing integer values with '_' at the end
Alexandr Opak
2021-01-29
1
-1
/
+8
*
|
|
Merge pull request #507 from ahorek/delegate_fix
Hiroshi SHIBATA
2021-06-16
1
-0
/
+1
|
\
\
\
|
*
|
|
require 'delegate' explicitly
Pavel Rosický
2021-06-07
1
-0
/
+1
*
|
|
|
Fix the test that does not work with libyaml-0.1.7
Yusuke Endoh
2021-06-07
1
-1
/
+1
|
/
/
/
*
|
|
Do not use YAML module in tests of Psych
Hiroshi SHIBATA
2021-06-07
1
-8
/
+8
*
|
|
Use assert_raise instead of assert_raises
Hiroshi SHIBATA
2021-06-07
1
-4
/
+4
*
|
|
test/psych/test_coder.rb: Suppress non-parenthesis warnings
Yusuke Endoh
2021-06-07
1
-3
/
+3
*
|
|
Suppress debug message
Nobuyoshi Nakada
2021-06-07
1
-0
/
+1
*
|
|
Implement YAML.safe_dump to make safe_load more usable.
Jean Boussier
2021-05-19
1
-0
/
+57
*
|
|
Make the test pass with the old libyaml
Yusuke Endoh
2021-05-17
1
-3
/
+3
*
|
|
assert_equal accepts an expected value as the first argument
Yusuke Endoh
2021-05-17
1
-15
/
+15
*
|
|
remove deprecated interface
Aaron Patterson
2021-05-13
3
-68
/
+2
*
|
|
Introduce `Psych.unsafe_load`
Aaron Patterson
2021-05-13
24
-118
/
+149
*
|
|
Merge pull request #475 from whitehat101/feature/dynamic-scalar-seq-style
Aaron Patterson
2021-05-10
1
-0
/
+121
|
\
\
\
|
*
|
|
feat: allow scalars and sequences to be styled when dumped
Jeremy Ebler
2021-02-07
1
-0
/
+121
|
|
/
/
*
|
|
Merge pull request #480 from Shopify/symbolize-name-non-string-keys
Hiroshi SHIBATA
2021-05-10
1
-3
/
+4
|
\
\
\
|
*
|
|
Fix symabolize_name with non-string keys
Jean Boussier
2021-02-25
1
-3
/
+4
*
|
|
|
Use assert_raise instead of assert_raises
Hiroshi SHIBATA
2021-05-10
12
-61
/
+61
*
|
|
|
Removed needless platform detection
Hiroshi SHIBATA
2021-05-10
1
-10
/
+0
*
|
|
|
Import test assertions from ruby/ruby
Hiroshi SHIBATA
2021-05-10
4
-0
/
+1167
*
|
|
|
Use pend instead of skip
Hiroshi SHIBATA
2021-05-10
2
-2
/
+2
*
|
|
|
Fixed test-case for NaN
Hiroshi SHIBATA
2021-05-10
1
-2
/
+2
*
|
|
|
Use Ractor constant for ignoreing condition
Hiroshi SHIBATA
2021-05-10
1
-1
/
+1
*
|
|
|
Use test-unit instead of minitest
Hiroshi SHIBATA
2021-05-10
1
-8
/
+2
|
/
/
/
*
|
|
Fix custom marshalization with symbolize_names: true
Jean Boussier
2021-02-15
1
-0
/
+8
|
/
/
*
|
Skip test_ractor.rb with ruby/psych repo
Hiroshi SHIBATA
2020-12-23
1
-1
/
+1
*
|
[ruby/psych] Optimize cache with `compare_by_identity`
Marc-Andre Lafortune
2020-12-23
1
-0
/
+3
*
|
[ruby/psych] Make Ractor-ready.
Marc-Andre Lafortune
2020-12-23
1
-0
/
+47
*
|
Add `Psych.safe_load_file`. Tweak doc to provide `safe_` examples.
Marc-Andre Lafortune
2020-11-12
2
-0
/
+24
*
|
Forward keyword arguments in load_file and load_stream
Jean Boussier
2020-09-10
1
-0
/
+34
|
/
*
Remove private_iv_get
Charles Oliver Nutter
2020-07-16
1
-1
/
+2
*
Fix remove warning & support multi-run test for test/psych/visitors/test_to_r...
S-H-GAMELINKS
2020-06-23
1
-1
/
+1
[next]