diff options
Diffstat (limited to 'org')
| -rw-r--r-- | org/abstraction.org | 2 | ||||
| -rw-r--r-- | org/config_env.org | 2 | ||||
| -rw-r--r-- | org/config_nix.org | 16 | ||||
| -rw-r--r-- | org/env.org | 2 | ||||
| -rw-r--r-- | org/sisu_version_info_and_doc_header_including_copyright_and_license.org | 2 | ||||
| -rw-r--r-- | org/src.org | 16 | ||||
| -rw-r--r-- | org/texinfo.org | 7 | ||||
| -rw-r--r-- | org/txt.org | 2 |
8 files changed, 29 insertions, 20 deletions
diff --git a/org/abstraction.org b/org/abstraction.org index 695c8e73..8f885e88 100644 --- a/org/abstraction.org +++ b/org/abstraction.org @@ -4957,7 +4957,7 @@ module SiSU_AO_Hash if (t_o.of !=:structure \ && t_o.of !=:comment \ && t_o.of !=:layout) \ - && t_o.ocn.is_a?(Fixnum) + && t_o.ocn.is_a?(Integer) case sha_ when :sha512 for hash_class in [ Digest::SHA512 ] diff --git a/org/config_env.org b/org/config_env.org index 5fcf7a53..8925bdb0 100644 --- a/org/config_env.org +++ b/org/config_env.org @@ -4,7 +4,7 @@ #+FILETAGS: :sisu:build:tools: #+AUTHOR: Ralph Amissah #+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] -#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah +#+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah #+LANGUAGE: en #+STARTUP: content hideblocks hidestars noindent entitiespretty #+PROPERTY: header-args :exports code diff --git a/org/config_nix.org b/org/config_nix.org index b7085e73..407c76d5 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -4,7 +4,7 @@ #+FILETAGS: :sisu:build:tools: #+AUTHOR: Ralph Amissah #+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] -#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah +#+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah #+LANGUAGE: en #+STARTUP: content hideblocks hidestars noindent entitiespretty #+PROPERTY: header-args :exports code @@ -245,7 +245,7 @@ <<ruby_current>> sqlite graphicsmagick - perl538Packages.Po4a + perlPackages.Po4a validatePkgConfig jq #git @@ -324,7 +324,7 @@ rubyPackages<<ruby_version_legacy>>.thor #+NAME: ruby_version_next #+BEGIN_SRC nix -_3_4 +_4_0 #+END_SRC ***** SET ruby version current @@ -344,6 +344,16 @@ _3_2 #+END_SRC **** ruby fixed versions +***** ruby 4.0 - ruby_version_4_0 + +#+NAME: ruby_version_4_0 +#+BEGIN_SRC nix +ruby_4_0 +rubyPackages_4_0.rake +rubyPackages_4_0.sqlite3 +rubyPackages_4_0.thor +#+END_SRC + ***** ruby 3.4 - ruby_version_3_4 #+NAME: ruby_version_3_4 diff --git a/org/env.org b/org/env.org index 99e127ae..248cf044 100644 --- a/org/env.org +++ b/org/env.org @@ -773,7 +773,7 @@ module SiSU_Info_Db def port #PGPORT ((defined? @rc['db']['postgresql']['port']) \ && ( @rc['db']['postgresql']['port'] =~/\d+/ \ - || @rc['db']['postgresql']['port'].is_a?(Fixnum))) \ + || @rc['db']['postgresql']['port'].is_a?(Integer))) \ ? @rc['db']['postgresql']['port'] : (@defaults[:postgresql_port]) end diff --git a/org/sisu_version_info_and_doc_header_including_copyright_and_license.org b/org/sisu_version_info_and_doc_header_including_copyright_and_license.org index 74471f33..ab820e08 100644 --- a/org/sisu_version_info_and_doc_header_including_copyright_and_license.org +++ b/org/sisu_version_info_and_doc_header_including_copyright_and_license.org @@ -32,7 +32,7 @@ encoding: utf-8 - Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2019, - 2020, 2021, 2024, 2025 Ralph Amissah, + 2020, 2021, 2024, 2025, 2026 Ralph Amissah, All Rights Reserved. - License: GPL 3 or later: diff --git a/org/src.org b/org/src.org index b3df2b03..6763135f 100644 --- a/org/src.org +++ b/org/src.org @@ -1413,15 +1413,15 @@ GSUB end end if ((defined? data_src[s].ocn) \ - && (data_src[s].ocn.is_a?(Fixnum))) \ + && (data_src[s].ocn.is_a?(Integer))) \ and ((defined? data_trn[t].ocn) \ - && (data_trn[t].ocn.is_a?(Fixnum))) \ + && (data_trn[t].ocn.is_a?(Integer))) \ and (data_src[s].ocn == data_trn[t].ocn) @m_s,@m_t=s,t elsif ((defined? data_src[s].ocn) \ - && (data_src[s].ocn.is_a?(Fixnum))) \ + && (data_src[s].ocn.is_a?(Integer))) \ and ((defined? data_trn[t].ocn) \ - && (data_trn[t].ocn.is_a?(Fixnum))) \ + && (data_trn[t].ocn.is_a?(Integer))) \ and (data_src[s].ocn != data_trn[t].ocn) p '--- OCN ---' p 'mis-match' @@ -2584,15 +2584,15 @@ GSUB end end if ((defined? data_src[s].ocn) \ - && (data_src[s].ocn.is_a?(Fixnum))) \ + && (data_src[s].ocn.is_a?(Integer))) \ and ((defined? data_trn[t].ocn) \ - && (data_trn[t].ocn.is_a?(Fixnum))) \ + && (data_trn[t].ocn.is_a?(Integer))) \ and (data_src[s].ocn == data_trn[t].ocn) @m_s,@m_t=s,t elsif ((defined? data_src[s].ocn) \ - && (data_src[s].ocn.is_a?(Fixnum))) \ + && (data_src[s].ocn.is_a?(Integer))) \ and ((defined? data_trn[t].ocn) \ - && (data_trn[t].ocn.is_a?(Fixnum))) \ + && (data_trn[t].ocn.is_a?(Integer))) \ and (data_src[s].ocn != data_trn[t].ocn) p '--- OCN ---' p 'mis-match' diff --git a/org/texinfo.org b/org/texinfo.org index 03d33ea9..9cf02e79 100644 --- a/org/texinfo.org +++ b/org/texinfo.org @@ -2,7 +2,6 @@ #+TITLE: sisu texinfo #+DESCRIPTION: documents - structuring, various output representations & search #+FILETAGS: :sisu:texinfo: -:wqa #+AUTHOR: Ralph Amissah #+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] #+COPYRIGHT: Copyright (C) 2015 - 2021 Ralph Amissah @@ -317,7 +316,7 @@ module SiSU_TexInfo else if dob.is==:para \ && (dob.obj !~/#{Dx[:ocn_o]}#{dob.ocn}#{Dx[:ocn_c]}/) - dob.obj=dob.ocn.is_a?(Fixnum) \ + dob.obj=dob.ocn.is_a?(Integer) \ ? "#{dob.obj} #{Dx[:ocn_o]}#{dob.ocn}#{Dx[:ocn_c]}\n\n" : "#{dob.obj}\n\n" end end @@ -624,7 +623,7 @@ WOK def clean(dob) if dob.is==:heading \ and dob.obj !~/#{Dx[:ocn_o]}#{dob.ocn}#{Dx[:ocn_c]}/ - dob.obj=dob.ocn.is_a?(Fixnum) \ + dob.obj=dob.ocn.is_a?(Integer) \ ? "#{dob.obj} #{Dx[:ocn_o]}#{dob.ocn}#{Dx[:ocn_c]}" : dob.obj end dob.obj=dob.obj.gsub(/\n/m,' '). @@ -867,7 +866,7 @@ WOK def clean(dob,txt) if dob.is==:heading \ and txt !~/#{Dx[:ocn_o]}#{dob.ocn}#{Dx[:ocn_c]}/ - txt=dob.ocn.is_a?(Fixnum) \ + txt=dob.ocn.is_a?(Integer) \ ? "#{dob.obj} #{Dx[:ocn_o]}#{dob.ocn}#{Dx[:ocn_c]}" : dob.obj end txt.strip diff --git a/org/txt.org b/org/txt.org index 616633f9..5e020c8a 100644 --- a/org/txt.org +++ b/org/txt.org @@ -1667,7 +1667,7 @@ WOK make=SiSU_Env::ProcessingSettings.new(@md) if make.build.plaintext_ocn? if defined? dob.ocn \ - and dob.ocn.is_a?(Fixnum) + and dob.ocn.is_a?(Integer) (defined? dob.ocn) \ ? "\n#{Dx[:ocn_o]}#{dob.ocn}#{Dx[:ocn_c]}" \ : '' |
