Giter Site home page Giter Site logo

Create sandboxable about whateverable HOT 5 OPEN

AlexDaniel avatar AlexDaniel commented on July 23, 2024
Create sandboxable

from whateverable.

Comments (5)

MasterDuke17 avatar MasterDuke17 commented on July 23, 2024

Maybe use https://github.com/moritz/perl6-all-modules to have them preinstalled for now?

from whateverable.

AlexDaniel avatar AlexDaniel commented on July 23, 2024

“sandboxable” is probably a better name for what this bot is going to do.

from whateverable.

AlexDaniel avatar AlexDaniel commented on July 23, 2024

Interestingly, we already have perl6-all-modules for greppable.

Still, I think it's blocked by #25.

from whateverable.

AlexDaniel avatar AlexDaniel commented on July 23, 2024

I think we should document how to bisect when you have to use modules. Here is what I did today (never thought that it will work, but there you go):

<AlexDaniel> bisect: use lib ‘data/all-modules/moritz/json/lib/’; use JSON::Tiny; use Test; my @t = '{ "a" : "b\u00E5" }' => { 'a' => 'bå' }, '[ "\u2685" ]' => [ '?' ], qq{"x\c[ZERO WIDTH JOINER]a"} => "x\c[ZERO WIDTH JOINER]a", qq{"\c[ZERO WIDTH JOINER]"} => "\c[ZERO WIDTH JOINER]"; plan (+@t); for @t -> $p { my $got = from-json($p.key); is-deeply $got, $p.value; }
<bisectable6> AlexDaniel, Bisecting by exit code (old=2015.12 new=ec7bc25). Old exit code: 1
<bisectable6> AlexDaniel, bisect log: https://gist.github.com/6c72470cbdefdd5e3048da22e1a35c25
<bisectable6> AlexDaniel, (2017-08-10) rakudo/rakudo@f590863

So the trick is that we have sources of all modules in data/all-modules, this stuff exists because of greppable. I'm afraid that precomp may cause some things to not bisect correctly, but so far it's looking great.

from whateverable.

AlexDaniel avatar AlexDaniel commented on July 23, 2024

This has to be rethought after 845db2e. I think we simply want to have all bots running in dirty isolated environments, and that's it.

from whateverable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.