Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
2e6bd53
Green tests by replacing calls on deprecated methods that got removed…
astares Apr 16, 2021
102866c
Replacing calls on deprecated methods that got removed in Pharo 9
astares Apr 16, 2021
eaca35e
use #base64Decoded now in Pharo 9
astares Apr 16, 2021
c1770c8
Rename "ASN1" package into "ASN1-Core" package
astares Apr 16, 2021
e6ea1b3
Categorize uncategorized classes
astares Apr 16, 2021
7fff887
mark ASN1Value and ASN1AbstractString as abstract classes
astares Apr 16, 2021
44b0193
ASN1Pragma is an abstract superclass too
astares Apr 16, 2021
5e7e2ed
mark all abstract (super)classes within Types hierarchy
astares Apr 16, 2021
5e67ef3
Cleanup dots at end of method and formatting (for ASN1-Core package)
astares Apr 16, 2021
1a43988
Cleanup dots at end of method and formatting (for ASN1-Readers package)
astares Apr 16, 2021
ed70d17
Cleanup dots at end of method and formatting (for ASN1-Readers-Tests …
astares Apr 16, 2021
675c25b
Rename ASN1-Tests into ASN1-Core-Tests
astares Apr 16, 2021
69811b0
Rename ASN1-Tests into ASN1-Core-Tests (baseline adoptions)
astares Apr 16, 2021
527901b
Rename ASN1-Tests into ASN1-Core-Tests (baseline adoptions)
astares Apr 16, 2021
2e2008f
tag classes
astares Apr 16, 2021
5bd5086
Tag streaming class
astares Apr 16, 2021
3d089f8
use assert:equals: in tests
astares Apr 16, 2021
052d3ae
Have a regular super initialize.
astares Apr 16, 2021
dbd2267
dots and formatting
astares Apr 16, 2021
9c9142e
Comment for baseline
astares Apr 16, 2021
b85799f
#initialize in "initialization" method category
astares Apr 16, 2021
f07415c
Use #substrings not #subStrings and fix shadowed var in ASN1Definitio…
astares Apr 16, 2021
e604e4b
use #assert:equals:
astares Apr 16, 2021
270749b
Better catagorization
astares Apr 16, 2021
9a37823
Use #findAnySubstring:startingAt: now
astares Apr 16, 2021
08bf02e
Use #withBlanksCondensed now, no dependency on StandardFileStream any…
astares Apr 16, 2021
1a5d2c7
Extract tests into own package Cryptography-Core-Tests'
astares Apr 16, 2021
4001bdd
Categorization and formatting
astares Apr 16, 2021
29da3e1
Add class comments
astares Apr 16, 2021
d447505
more cleanups like formatting, class comments, switching to UI manager
astares Apr 16, 2021
33ae754
Rename "Cryptography" package into "Cryptography-Core" and adopt base…
astares Apr 16, 2021
4fe1aa0
adjust baseline
astares Apr 16, 2021
7ce4748
Fix packaging problem of extension
astares Apr 16, 2021
4a39eec
Do not use #methodSymbol anymore - better use #selector in Pharo 9
astares Apr 16, 2021
6a2bd1c
No need for MD4 new, Pharo has built in initialization on instantiation
astares Apr 17, 2021
af16495
Merge pull request #1 from ELePors/Pharo9-Cleanup
ELePors Jan 7, 2024
92f2c55
using SDL2 to compute mouse position
ELePors Jan 7, 2024
e3aa4da
Merge branch 'pharo-contributions:master' into master
ELePors Feb 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Class {
'testSlot1',
'testSlot2'
],
#category : 'ASN1-Tests'
#category : #'ASN1-Core-Tests-Utilities'
}

{ #category : #accessing }
Expand Down
Loading