bgatessucks

Results 4 issues of bgatessucks

Hi, thanks for the very interesting work. Is matching 2d lists supported ? Example: ```python match([['a', 1, 2], ['b', 3, 4], ['a', 5, 6]], ['a', _, _], lambda x, y...

Notice I edited `~/.Mathematica/Paclets/Repository/PJLink-.0.2/PJLink/MathLinkEnvironment.py:666` to reflect the actual installation root for Mathematica. ```text running build running build_ext building 'PJLinkNativeLibrary' extension creating build creating build/temp.linux-x86_64-3.6 gcc -pthread -B /opt/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare...

In my installation the binary is at: `/opt/Wolfram/Mathematica/11.3/SystemFiles/Kernel/Binaries/Linux-x86-64/WolframKernel` ```text ker = SubprocessKernel() ``` results in ```text --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in () ----> 1 ker = SubprocessKernel()...

Following the instructions to build a rpm for 2.4 I get : ```bash rpmbuild -bb ./mutate.spec ... defaulsearch.cpp:(.text._ZN5boost11regex_matchIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS_9sub_matchISB_EEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEbT_SJ_RNS_13match_resultsISJ_T0_EERKNS_11basic_regexIT1_T2_EENS_15regex_constants12_match_flagsE[_ZN5boost11regex_matchIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS_9sub_matchISB_EEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEbT_SJ_RNS_13match_resultsISJ_T0_EERKNS_11basic_regexIT1_T2_EENS_15regex_constants12_match_flagsE]+0xea): undefined reference to `boost::re_detail::perl_matcher::construct_init(boost::basic_regex const&, boost::regex_constants::_match_flags)' collect2: error: ld returned 1 exit...