Dan Rose
Dan Rose
> > > You deleted the reference to [SC22](https://www.iso.org/committee/45202.html) where you get the most up to date ~status~ stage. In fact, I received the information on the latest progress only...
> This is of interest now. For the moment, I am aware of [one issue](https://www.complang.tuwien.ac.at/ulrich/iso-prolog/phrase#35) in Scryer. And I believe there are more of that kind. And in general, all...
> Sorry, now you lost me completely. Just consider the typical (currently) implementation specific predicate [`length/2`](https://www.complang.tuwien.ac.at/ulrich/iso-prolog/length) which is commonly present. Now what should happen with it in strict mode, according...
re: https://github.com/mthom/scryer-prolog/issues/2933#issuecomment-2848891395 > But otherwise Part 1 is ignored until the [wakeup call](http://groups.google.com/group/comp.lang.prolog/browse_thread/thread/404ec14cde8e44e6/). During that time the module standard was developed with very low participation and presumably exhaustion. And then...
I’m using the word “crash” loosely and would welcome correction if there’s a better term. I would expect the query to fail silently or generate a Prolog error.
The way to load files in SICStus into static procedures is with `load_files/2`, `use_module/3` or the ISO `ensure_loaded/1`. SICStus even uses the term "consult" in prose to contrast with compilation....
The TRS restriction has the unfortunate consequence that you can’t just “unparent” an arbitrary node and keep the same transform because that might be an illegal matrix. > Should conformal...
Running `sudo rpi-eeprom-update` shows the message "This tool only works with a Raspberry Pi 4". I think this might suggest a contributing cause.
~~Maybe it's sufficient to mount `/var/run/avahi-daemon` and `/etc/nsswitch.conf` from the host OS?~~ Guess not.
> I've tried to search Node's docs for info on these options, but none exist. Is this really an API that should be documented? Are these options stable? Or are...